/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1723195736
Updated: 2024-08-09 09:28:56

*/


@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');






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

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

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


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




body{
	background-color: #ffff;
	font-family: "Syne", sans-serif;
}

body p{
		font-family: "Syne", sans-serif;
		font-size: 14px;
		line-height: 26px;
		color: #222;
		font-weight: 400;
}

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

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

	
	/************** header responsive start	 *************/
	


	
	
	.navbar-brand img {
    max-width: 176px !important;
}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: 0;
    top: -54px;
}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #0000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    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: #ffff;
		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: #38266b;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 9px;
    }
	
	
	#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 #fff;
    }
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 400;
   font-family: "Syne", sans-serif;
}
	
	
		#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: 0rem !important;
    padding-top: 0rem !important;
}
	
	

	
	
/************** header responsive End	 *************/	
	
}
/**************** 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: 176px !important;
}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: 0;
    top: -74px;
}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #0000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    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: #ffff;
		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: #fd5f01;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        margin-top: 0;
    }
	
	
	#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 #fff;
    }
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 400;
   font-family: "Syne", sans-serif;
}
	
	
	
	#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;
}
	
/************** header responsive End	 *************/	
	
	header#masthead {
    margin-bottom: 0;
    background-color: #fff !important;
    border-top: 1px solid #361c30;
    box-shadow: none;
    border-bottom: 1px solid #361c30;
    padding: 0;
    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);
    background-image: linear-gradient(90deg, #cd1313 21%, #fd5f00 100%);
}
	
	
	header#masthead:before{
		display:none !important;
	}
	
	.home div#content {
    margin-top: 0px !important;
}
	
	.home .entry-content{
	margin:0;
}
	
	
		.home-form{
		margin:0px !important;
		padding: 20px !important;
	}
	
	.border-design-01:before{
		display:none !important;
	}
	
	.border-design-02:before{
		display:none !important;
	}
	.why-us-section:before{
		display:none !important;
	}
.god-ram-img {
    margin-top: 0px !important;
}
	
	.ipad.border-design-01 {
    padding-right: 0px !important;
    padding-top: 20px !important;
}
	
	.home-you-tube-section {
    padding-bottom: 0 !important;
}
	
	.why-us-section {
    padding: 0 !important;
}
	
	.why-us-box {
    padding-top: 60px !important;
}

	.sa_thumbs_outside_bottom {
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
}
	.owl-thumb-item.active:before{
		display:none;
	}
	
	.owl-thumb-item {
    width: 163px !important;
    text-align: center;
    background-position: center !important;
    background-size: contain !important;
    margin-bottom: 30px !important;
}
	
/* 	.testimonial-slide-box {
    padding-top: 24px !important;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2024/08/testimonial-section-bg-img.png);
    background-repeat: no-repeat;
    background-position: top;
} */
	
	.main-heading h2 {
    font-family: 'Adorage';
    font-weight: 400;
    color: #fff;
    font-size: 35px;
    padding: 0;
    margin-bottom: 8px;
}
	
	.location-city-section {
    padding: 16px !important;
    border: 1px solid #87477a;
    margin-top: 50px;
    border-radius: 30px;
}
	
	.home-form .heading-part h4 {
    font-size: 32px;
    line-height: 1.2 !important;
    color: #87477a;
    font-family: "Adorage";
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}
	
	
body	.main-heading h2 {
    font-family: 'Adorage';
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    padding: 0;
    margin-bottom: 8px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #cf1413 0%, #fc5d01 100%);
}
	
body .line-secion-2:after {
   display:none;
}
	
body	.line-secion-2:before
 {
     display:none;
}
body	.line-secion-2 {
    padding-top: 8px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
}
	
 body	.faq-section-home
 {
    padding: 70px;
    padding-top: 260px;
    border: 1px solid #e94008;
    border-radius: 40px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    margin: 0 !important;
}
	
body	.testimonial-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
	
body	.box-image img {
    width: 100% !important;
    object-fit: cover;
    position: relative;
}
	
    body .row.footer-row {
        position: relative;
        width: 100%;
        top: 0;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
	
body	ul.footer-list {
    display: flex;
    gap: 8px;
    list-style-type: none;
    align-items: center;
    position: relative;
    padding: 0 13px;
}
	
body	.disclamer-box {
    width: 100%;
    height: auto;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 13px;
    right: 0px;
    position: relative;
    top: 0px;
    z-index: 11;
}
	
	body:not(.theme-preset-active) footer#colophon {
    color: #ffffff;
    background-color: #ffffff;
    position: relative;
    padding-top: 10px !important;
}
	
body	iframe.footer-map {
    border-radius: 40px;
    z-index: 1;
    position: relative;
}
	
body	.testimonial-slide-box {
    padding-top: 39px;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/testimonial-section-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
	
	
 body	.why-us-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	
 body	ul.footer-list li a img {
    z-index: 1;
    position: relative;
	 max-width:80px;
}
	
}
/**************** Mobile responsive End *********************/



/**************** Start Top Bar Section  ********************/

.top-links-right {
    float: right;
    display: flex;
    gap: 9px;
}

.top-links-right a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.top-links-left {
    float: left;
    display: flex;
    gap: 9px;
}

.top-links-left a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.top-links-left img,.top-links-right img {
  transform-origin: top center;
	animation: swing 2s ease infinite;
}




@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

/**************** End Top Bar Section  ********************/

/* Top Header Start */
section.top-header {
    padding: 8px 0;
    background-image: linear-gradient(250deg, #cd1313 0%, #242424 100%);
}

.mob-number a {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: system-ui;
    text-transform: uppercase;
}

.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 */



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

header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    border-top: 1px solid #ffffff40;
    box-shadow: none;
    border-bottom: 1px solid #ffffff40;
    padding: 0;
    position: relative;
    z-index: 99;
    box-shadow: none;
    padding-top: 10px;
}

header#masthead.sticky {
    background-color: #150a10;
}


.menu-call-btn:before {
    position: absolute;
    content: '';
    background-color: #ffff;
    width: 75%;
    height: 40px;
    right: 0;
    top: 14px;
    z-index: -1;
}

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

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

#mega-menu-wrap-primary #mega-menu-primary {
    padding: 0px 0px 0px 0px;
}

div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Syne", sans-serif;
    /* padding: 0px 2px; */
    margin-left: 0px;
}

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

#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-weight: normal;
        font-weight: 500;
        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;
        text-decoration: none;
        border-color: #fff;
        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: #ffffff;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

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

#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: inherit;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    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: #f5453d;
    border: 0;
    padding: 1px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    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: inherit;
    font-size: 14px;
    font-weight: normal;
    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 #4c3c7a;
}

#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: #ffffff;
	    font-weight: normal;
	    text-decoration: none;
	    background-image: linear-gradient(117deg, #fdedde 0%, #feeedf 100%);
	    color: #000;
	    padding-left: 20px;
	    position: relative;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before{
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
        position: absolute;
        width: 100%;
        content:'';
        height: 1px;
        background: currentColor;
        top: 85%;
        left: 0;
        pointer-events: none;
}


#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);
}
	

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




.menu-call-btn {
    float: right;
}

.menu-call-btn a {
    color: #fff;
    display: flex;
    gap: 13px;
    align-items: center;
}

.phone-icon {
    min-width: 68px;
    min-height: 68px;
    border: 1px solid #87477a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #22121f;
}

.phone-icon img {
      animation: myshake 2s ease infinite;
}
   
    @keyframes myshake {
 	30% { transform: scale(1); }
  40%, 60% { transform: rotate(-20deg) scale(1); }
  50% { transform: rotate(20deg) scale(1); }
  70% { transform: rotate(0deg) scale(1); }
  100% { transform: scale(1); }
}







/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 99!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 start */


/* Home Page start */


.banners a img {
    width: 100% !important;
}


.home div#content {
    margin-top: -135px;
}

/* home-form-Sart */

.home-form .heading-part .sub-title {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Syne";
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}

input.home-input.form-control {
    border-radius: 30px;
    background-color: #190f17;
    height: 41px;
    border: 1px solid #87477a;
    color: #fff;
}
input.home-input.form-control::placeholder{
    color:#222;
    padding-left:10px;
    font-size:14px;
}


textarea.home-input.form-control::placeholder{
      color:#FFF;
    padding-left:10px;
    font-size:14px;
}



.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:0 0 0 0.2rem rgb(135 71 108 / 10%);
}

input.home-submit-btn.btn {
    border-radius: 22px;
    background-color: #87477a;
    width: 100%;
    border: 0;
}

input.home-submit-btn.btn {
    border-radius: 22px;
    background-color: #87477a;
    width: 100%;
     border:1px solid #87477a;
}

input.home-submit-btn.btn:hover {
    border-radius: 22px;
    border:1px solid #fff;
    background-color: #190f17;
    width: 100%;
}

/* home-form-end */



.HP-sectiion .main-heading {
    margin-bottom: 18px ;
}


.main-heading h2 {
    font-family: 'Adorage';
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    padding: 0;
    margin-bottom: 8px;
}

.sub-heading {
    font-size: 20px;
    line-height: 24px;
    color: #87477a;
    font-weight: 400;
    font-family: "Syne";
}


/* Home-page-----services---start--- */

.imagebox .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 10px 16px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align:center;
}

.imagebox .box-content .box-button {
    margin-top: 25px;
}

.imagebox:hover .box-header {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.imagebox:hover .box-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0%);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}


.imagebox .box-wrapper {
    overflow: hidden;
    position: relative;
}



.top-in-calender {
    display: inline;
    padding: 17px 13px 10px 10px;
    background-image: linear-gradient(150deg, #fbcde7 0%, #d2c7f2 54%, #decff0 100%);
}

a.calender {
    padding-left: 11px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 400;
    text-decoration: none;
}

.imagebox .box-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 9px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: -moz-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: -o-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    /* background: linear-gradient(to bottom, transparent 0, rgb(62 5 41) 100%) repeat-x; */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


.box-desc a:hover{
	   text-decoration: none;
}

.red-more-btn {
    position: relative;
    text-align: center;
    top: 12px;
    min-height: 130px;
}

.box-desc {
    position: relative;
    bottom: 0;
    padding-bottom: 3px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.box-desc a {
    border-radius: 23px;
    background-color: #87477a;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Syne";
    text-align: center;
}





.red-more-btn a img {
    z-index: 1;
    position: relative;
    animation: sway_X 2s linear infinite alternate;
}

    @keyframes sway_X {
	0% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(10px);
	}
}

.box-inner-content {
    min-height: 408px;
}
/* Home-page-----services---start--- */

.ipad.border-design-01 {
    padding-right: 46px;
    padding-top: 46px;
}

/* .border-design-01:before {
    position: absolute;
    border: 2px solid #87477a;
    content: '';
    width: 870px;
    min-height: 450px;
    top: 22px;
    right: 0;
    border-left: 0;
    border-radius: 0px 30px 30px 0px;
    z-index: -1;
} */

.god-ram-img {
    margin-top: -40px;
}


.border-design-02 {
    position: relative;
    overflow: visible !important;
}


.home-you-tube-section {
    padding-bottom: 40px;
}


.why-us-section {
    background: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/why-us-top-bg.png);
    background-position: bottom;
    padding-top: 90px;
    padding-bottom: 62px;
    background-repeat: no-repeat;
    overflow: visible !important;
    background-size: cover;
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}


.why-us-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

h4.why-title {
    font-size: 18px;
    line-height: 24px;
    color: #87477a;
    font-weight: 400;
    font-family: "Syne";
}

.why-us-box-section {
    padding-top: 50px;
}

.why-icon:before {
    position: absolute;
    content: '';
    width: 215px;
    height: 215px;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2024/08/why-us-before-img.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    animation: rotate 10s linear infinite;
}

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

.why-us-box:hover .why-icon{
 border-color:#fff;
   transition: 0.7s all;
}

.why-us-box:hover h4.why-title{
    color: #fff;
	    transition: 0.7s all;
}


.pt-60 {
    padding-top: 60px;
}

.why-us-section:before {
    position: absolute;
    content:'';
    width: 50%;
    right:0;
    height:2px;
    background-color: #87477a;
    top: -37px;
    z-index: 3;
}

.why-us-section {
    overflow: visible;
}

.location-city-icon {
    padding-bottom: 25px;
    position: relative;
}

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

a.city-name {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    /* margin-top: 10px; */
}

.location-city-icon:before {
     position: absolute;
     content: '';
     width: 70%;
     height: 5px;
     background-color: #87477a;
     bottom: 0px;
     margin: 0 auto;
     left: 20px;
}

.testimonial-section {
    padding-top: 80px;
    padding-bottom: 20px;
}

.testimonial-slide-box .wpb_text_column.wpb_content_element {
    margin: 0px;
}

.testimonial-slide-box {
    padding-top: 209px;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/testimonial-section-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}


.sa_hover_container {
    background-image: none !important;
}

.sa_thumbs_outside_bottom {
    position: relative !important;
    width: 100% !important;
    top: -311px;
}


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

/* .testi-box h4 {
    font-size: 26px;
    line-height: 28px;
    color: #87477a;
    text-align: center;
    font-family: "Adorage";
    font-weight: 400;
}
 */
.owl-thumb-item.active {
position:relative;
    
}


.owl-thumb-item.active:before {
    position: absolute;
    content: '';
    width: 162px;
    height: 162px;
    left: 0px;
    top: -24px;
    background-repeat:no-repeat;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/testimonial-bg-img.png);
    z-index:-2;
    animation: rotate 10s linear infinite;
}

.owl-thumb-item {
    width: 163px !important;
    text-align: center;
    background-position: center !important;
    background-size: contain !important;
}


body:not(.theme-preset-active) footer#colophon {
    color: #ffffff;
    background-color: #190f17;
    position: relative;
    padding-top: 96px;
}

footer#colophon p {
    margin: 0;
    background-color: #190f17;
}

.site-info {
    border-top: 1px solid #87477a;
    padding-top: 11px;
}

iframe.footer-map {
    border-radius: 30px 30px 0px 0px;
    z-index: 1;
    position: relative;
}

.disclamer-box {
    width: 352px;
    height: 135px;
    border-radius: 30px;
    background-color: #190f17;
    border: 1px solid #87477a;
    float: right;
    padding: 13px;
    right: 119px;
    position: absolute;
    top: -258px;
    z-index: 11;
}



ul.footer-list {
    display: flex;
    gap: 34px;
    list-style-type: none;
    align-items: center;
    position: relative;
}


.footer-address-box {
    position: relative;
}

ul.footer-list li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}


ul.footer-list li:first-child {
    min-width: 220px;
}

.footer-col-no-pad {
    padding: 0;
}

.row.footer-row {
    position: absolute;
    width: 100%;
    top: 0;
}

	ul.footer-list li a img {
    z-index: 1;
    position: relative;
}

.site-info {
    border-top: 1px solid #87477a;
    padding-top: 11px;
    padding-bottom: 10px;
}

span.text-resize {
    letter-spacing: 7px;
}




/**************** Start Top Bar Section  ********************/

section.top-Bar {
    padding: 10px;
    background-color: #231320;
    z-index: 11;
    position: relative;
    background-image: linear-gradient(90deg, #cd1313 21%, #fd5f00 100%);
}

.top-links-right {
    float: right;
    display: flex;
    gap: 9px;
    align-items: center;
}

.top-links-right a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.top-links-left {
    float: left;
    display: flex;
    gap: 9px;
}

.top-links-left a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.top-links-left img,.top-links-right img {
  transform-origin: top center;
	animation: swing 2s ease infinite;
}




@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

/**************** End Top Bar Section  ********************/


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



header#masthead.sticky {
    background-image: linear-gradient(90deg, #cd1313 21%, #fd5f00 100%);
}


menu-call-btn:before {
    position: absolute;
    content: '';
    background-color: #87477a;
    width: 25%;
    height: 40px;
    right: 0;
    top: 33px;
}

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

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

#mega-menu-wrap-primary #mega-menu-primary {
    padding: 0px 0px 0px 0px;
    margin-top: -20px;
}

div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Syne", sans-serif;
    /* padding: 0px 2px; */
    margin-right: 15px;
}

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

#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-weight: normal;
        font-weight: 500;
        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;
        text-decoration: none;
        border-color: #fff;
        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: #ffffff;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

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

#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: inherit;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    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: #f5453d;
    border: 0;
    padding: 1px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    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: inherit;
    font-size: 14px;
    font-weight: normal;
    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 #4c3c7a;
}

#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: #ffffff;
	    font-weight: normal;
	    text-decoration: none;
	    background-image: linear-gradient(117deg, #fdedde 0%, #feeedf 100%);
	    color: #000;
	    padding-left: 20px;
	    position: relative;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before{
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
        position: absolute;
        width: 100%;
        content:'';
        height: 1px;
        background: currentColor;
        top: 85%;
        left: 0;
        pointer-events: none;
}


#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);
}
	

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




.menu-call-btn {
    float: right;
}

.menu-call-btn a {
    color: #222;
    display: flex;
    gap: 6px;
    align-items: center;
}

.phone-icon {
    min-width: 68px;
    min-height: 68px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #d83509;
}

.phone-icon img {
      animation: myshake 2s ease infinite;
}
   
    @keyframes myshake {
 	30% { transform: scale(1); }
  40%, 60% { transform: rotate(-20deg) scale(1); }
  50% { transform: rotate(20deg) scale(1); }
  70% { transform: rotate(0deg) scale(1); }
  100% { transform: scale(1); }
}







/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 99!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 start */


/* Home Page start */


.banners a img {
    width: 100% !important;
}


.home div#content {
    margin-top: -135px;
}

/* home-form-Sart */

.home-form {
    margin-top: -310px;
    background-color: #ffff;
    padding: 31px;
    padding-bottom: 0px;
    border: 1px solid #eeee;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.home-form .heading-part h4 {
    font-size: 34px;
    line-height: 36px;
    color: #87477a;
    font-family: "Adorage";
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #cf1413 0%, #fc5d01 100%);
}


.home-form .heading-part .sub-title {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
    font-family: "Syne";
    text-align: center;
    margin-bottom: 0px;
    padding: 0;
}

input.home-input.form-control {
    border-radius: 30px;
    background-color: #ffffff;
    height: 41px;
    border: 1px solid #e73d09;
    color: #222;
    font-size: 14px;
}
input.home-input.form-control::placeholder{
    color:#FFF;
    padding-left:10px;
    font-size:14px;
}


textarea.home-input.form-control::placeholder{
      color:#FFF;
    padding-left:10px;
    font-size:14px;
}

textarea.home-input.form-control {
    border-radius: 20px;
    background-color: #ffff;
    border: 1px solid #e3350a;
    height: 173px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:0 0 0 0.2rem rgb(135 71 108 / 10%);
}

input.home-submit-btn.btn {
    border-radius: 22px;
    background-color: #87477a;
    width: 100%;
    border: 0;
}

input.home-submit-btn.btn {
    border-radius: 22px;
    width: 100%;
    border: 1px solid #d31c10;
    background-image: linear-gradient(90deg, #cd1313 0%, #fd5f00 100%);
}

input.home-submit-btn.btn:hover {
    border-radius: 22px;
    border:1px solid #fff;
    background-color: #190f17;
    width: 100%;
}

/* home-form-end */



.HP-sectiion .main-heading {
    margin-bottom: 18px ;
}


.main-heading h2 {
    font-family: 'Adorage';
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    padding: 0;
    margin-bottom: 8px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #cf1413 0%, #fc5d01 100%);
}

.sub-heading {
    font-size: 20px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
    font-family: "Syne";
}


/* Home-page-----services---start--- */

.imagebox .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 10px 16px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align:center;
}

.imagebox .box-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #190f17;
    z-index: -1;
    -webkit-opacity: 80%;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

.imagebox .box-content .box-button {
    margin-top: 25px;
}

.imagebox:hover .box-header {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.imagebox:hover .box-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0%);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.imagebox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fc5e00;
}

.imagebox .box-wrapper {
    overflow: hidden;
    position: relative;
}



.top-in-calender {
    display: inline;
    padding: 17px 13px 10px 10px;
    background-image: linear-gradient(150deg, #fbcde7 0%, #d2c7f2 54%, #decff0 100%);
}

a.calender {
    padding-left: 11px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 400;
    text-decoration: none;
}

.imagebox .box-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 9px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: -moz-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: -o-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    /* background: linear-gradient(to bottom, transparent 0, rgb(62 5 41) 100%) repeat-x; */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


h5.box-title a {
    font-size: 22px;
    margin: 0 auto;
    display: block;
    padding: 0px 10px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #cd1313 0%, #fd5f00 100%);
    font-weight: 400;
    font-family: "Syne";
    text-align: center;
    padding: 8px 0px;
}



.box-content .box-desc a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Syne';
    text-align: center;
    padding: 8px 17px;
    border-radius: 23px;
    width: 100%;
    display: block;
    background-image: linear-gradient(90deg, #cd1313 0%, #fd5f00 100%);
}
.box-desc a:hover{
	   text-decoration: none;
}

.red-more-btn {
    position: relative;
    text-align: center;
    top: 12px;
    min-height: 130px;
}

.box-desc {
    position: relative;
    bottom: 0;
    padding-bottom: 3px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.box-desc a {
    border-radius: 23px;
    background-color: #87477a;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Syne";
    text-align: center;
}



.red-more-btn a {
    float: right;
    margin-right: 20px;
}

.red-more-btn a:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: 0;
    top: -9px;
    =: 0;
    background-image: linear-gradient(90deg, #cd1313 0%, #fd5f00 100%);
}

.red-more-btn a img {
    z-index: 1;
    position: relative;
    animation: sway_X 2s linear infinite alternate;
}

    @keyframes sway_X {
	0% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(10px);
	}
}

.box-inner-content {
    min-height: 408px;
}
/* Home-page-----services---start--- */

.ipad.border-design-01 {
    padding-right: 46px;
    padding-top: 0px;
}

.line-secion-2:before {
    position: absolute;
    border: 2px solid #fc5e00;
    content: '';
    width: 870px;
    min-height: 92%;
    top: 2px;
    right: 103px;
    border-left: 0;
    border-radius: 0px 30px 30px 0px;
    z-index: -1;
}

.god-ram-img {
    margin-top: 0px;
}


.border-design-02 {
    position: relative;
    overflow: visible !important;
}

.border-design-02:before {
    position: absolute;
    content: '';
    width: 1030px;
    height: 450px;
    border: 2px solid #fc5e00;
    top: -44px;
    /* left: 0; */
    border-radius: 30px 0px 0px 30px;
    border-right: 0;
    z-index: -1;
}
.home-you-tube-section {
    padding-bottom: 40px;
}




.why-us-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

h4.why-title {
    font-size: 18px;
    line-height: 24px;
    color: #87477a;
    font-weight: 400;
    font-family: "Syne";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #cf1413 0%, #fc5d01 100%);
}

.why-icon {
    border-radius: 143px;
    background-color: #ffff;
    border: 1px solid #fa5a02;
    min-width: 132px;
    min-height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 58px;
}

.why-us-box-section {
    padding-top: 50px;
}

.why-icon:before {
    position: absolute;
    content: '';
    width: 215px;
    height: 215px;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/why-us-before-img.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    animation: rotate 10s linear infinite;
}

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

.why-us-box:hover .why-icon{
 border-color:#fff;
   transition: 0.7s all;
}
.why-us-box:hover .why-icon:before{
    transition: 0.7s all;
}

.why-us-box:hover h4.why-title{
    color: #fff;
	    transition: 0.7s all;
}


.pt-60 {
    padding-top: 60px;
}

.why-us-section:before {
    position: absolute;
    content:'';
    width: 50%;
    right:0;
    height:2px;
    background-color: #fc5e00;
    top: -26px;
    z-index: 3;
}

.why-us-section {
    overflow: visible;
}


/* 
.location-city-section {
    padding: 28px;
    border: 1px solid #f95802;
    margin-top: 50px;
    border-radius: 30px;
}
 */
.location-city-icon {
    padding-bottom: 25px;
    position: relative;
}

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

a.city-name {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    /* margin-top: 10px; */
}

.location-city-icon:before {
     position: absolute;
     content: '';
     width: 70%;
     height: 5px;
     background-color: #87477a;
     bottom: 0px;
     margin: 0 auto;
     left: 20px;
}

.testimonial-section {
    padding-top: 80px;
    padding-bottom: 20px;
}

.testimonial-slide-box .wpb_text_column.wpb_content_element {
    margin: 0px;
}




.sa_hover_container {
    background-image: none !important;
}

.sa_thumbs_outside_bottom {
    position: relative !important;
    width: 100% !important;
    top: -311px;
}


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

.testi-box h4 {
    font-size: 26px;
    line-height: 28px;
    color: #87477a;
    text-align: center;
    font-family: "Adorage";
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #cf1413 0%, #fc5d01 100%);
}

.owl-thumb-item.active {
position:relative;
    
}


/* .owl-thumb-item.active:before {
    position: absolute;
    content: '';
    width: 162px;
    height: 162px;
    left: 0px;
    top: -24px;
    background-repeat:no-repeat;
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2024/08/testimonial-bg-img.png);
    z-index:-2;
    animation: rotate 10s linear infinite;
} */

.owl-thumb-item {
    width: 163px !important;
    text-align: center;
    background-position: center !important;
    background-size: contain !important;
}


body:not(.theme-preset-active) footer#colophon {
    color: #ffffff;
    background-color: #ffffff;
    position: relative;
    padding-top: 96px;
}

footer#colophon p {
    margin: 0;
    background-color: #fff;
}

.site-info {
    border-top: 1px solid #87477a;
    padding-top: 11px;
}

iframe.footer-map {
    border-radius: 30px 30px 0px 0px;
    z-index: 1;
    position: relative;
}

.disclamer-box {
    width: 352px;
    height: 135px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    float: right;
    padding: 13px;
    right: 119px;
    position: absolute;
    top: -258px;
    z-index: 11;
}



ul.footer-list {
    display: flex;
    gap: 18px;
    list-style-type: none;
    align-items: center;
    position: relative;
}

.footer-address-box:before {
    background-color: #87477a;
    position: absolute;
    content: '';
    width: 100%;
    min-height: 50px;
    z-index: 0;
    top: 27%;
    background-image: linear-gradient(90deg, #cd1313 0%, #fd5f00 100%);
}

ul.footer-list li img {
}

.footer-address-box {
    position: relative;
}

ul.footer-list li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}


ul.footer-list li:first-child {
    min-width: 236px;
}

.footer-col-no-pad {
    padding: 0;
}

.row.footer-row {
    position: absolute;
    width: 100%;
    top: 0;
}

	ul.footer-list li a img {
    z-index: 1;
    position: relative;
}

.site-info {
    border-top: 1px solid #f65403;
    padding-top: 11px;
    padding-bottom: 10px;
}

span.text-resize {
    letter-spacing: 7px;
}

section.main-tittle {
    padding: 15px 0px;
    margin-bottom: 0px;
    background-image: linear-gradient(90deg, #cd1313 0%, #fd5f00 100%);
}

.home section.main-tittle{
	display:none;
}

section.main-tittle h1{
    text-transform:uppercase;
    margin:0;
    color:#ffff;
    padding-bottom: 0;
}



/* Services-page */

.services-box-section {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

	.srv-content {
	    border-radius: 16px;
	    text-align: center;
	    padding: 114px 16px 39px 16px;
	    min-height: 430px;
	    background-image: linear-gradient(90deg, #cd1313 21%, #fd5f00 100%);
	}
	
	.img-box {
	    position: relative;
	    margin-bottom: -90px;
	}
	 .service-blog {
	    text-align: center;
		
	}
	
	
	.service-page-section {
	    padding-top: 80px;
	    padding-bottom: 80px;
	    position: relative;
	    overflow: hidden;
	}
	
	.img-box:before {
	    position: absolute;
	    content: '';
	    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/service-chkara.png);
	    width: 337px;
	    left: 5px;
	    height: 337px;
	    z-index: -1;
	    /* display: flex; */
	    top: -65px;
	    animation: rotate 15s linear infinite;
	    background-size: auto;
	    background-repeat: no-repeat;
	    /* min-width: 337px; */
	    /* min-height: 337px; */
	}
	
	
	.service-inner-section {
	    padding-bottom: 60px;
	    position: relative;
	}

a.service-heading {
    font-size: 23px;
    color: #ffffff;
    font-family: "Adorage";
    text-align: center;
    font-weight: 400;
}

a.read-me-btn {margin-top: 21px;}

.srv-content p.white {
    min-height: 150px;
}

p.white {
    color: #fff;
}

.line-secion-2 {
    padding-top: 43px;
    padding-bottom: 80px;
    position: relative;
    margin-top: 80px;
    display: flex;
}


.god-ram-img img {
    border-radius: 30px;
    border: 1px solid #eee;
}

.line-secion-2:after {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    height: 2px;
    background-color: #fc5e00;
    top: 2px;
    z-index: 3;
}

/* Faq Section */
.faq-section {
    padding-top: 50px;
    padding-bottom: 30px;
}
    
    .faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{border: 0px solid #ffeecc;padding: 6px 52px;position: relative;margin: 1px 0;filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));background-color: #ffeecc;height: 57px;padding-right: 29px;border-radius: 20px;font-size: 12px;line-height: 22px;color: #ffffff;font-weight: 400;font-family: "Syne";background-image: linear-gradient(90deg, #cd1313 60%, #fd5f00 100%);}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
}

.faq-section-home  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
        border-color: transparent !important;
    background-color: transparent !important;
}


.faq-section-home .accordation-for-width i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    display: none;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #222 !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #222 !important;
}

.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before{
    content: '';
    background-image: url(http://astrovishnunarayan.com/wp-content/uploads/2025/08/faq-icon.png);
    position: absolute;
    width: 28px;
    left: 12px;
    height: 28px;
    background-repeat: no-repeat;
    margin-top: 10px;
}


.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{border-radius: 20px !important;background-color: #ffff;border: 1px solid #eee;padding: 8px 37px;margin: 2px 0;}







img.firt-chakra-2 {
    position: relative;
    animation: rotation 10s infinite linear;
}


    
p.faq-pehra {
    font-size: 12px;
    line-height: 26px;
    color: #222222;
}   

.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: "Syne";
}


.faq-section-home {
    padding: 70px;
    padding-top: 260px;
    border: 1px solid #e94008;
    border-radius: 40px;
    margin-top: -250px;
    position: relative;
    z-index: 1;
}

.faq-heading-section {
    padding-top: 120px;
}
/* faq Section End */



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
}