/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url("akash.css");
@import url("animate.css");

/* **********new-img-css********* */
.deskshow {display:block;}
.mobshow {display:none;}

img.sticky {
    height: 72px !important;
    position: absolute !important;
    top: -70% !important;
}

nav.main_menu>ul>li>a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    line-height: 47px !important;
    font-style: norma;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-transform: capitalize;
}


/**Rahul**/
.why-div-sec img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.form-lft-img-sec img:hover {
    transition: 2s; 
    transform: rotateY(180deg);
}
.ss-testi-sec p {
    animation: 2s slide-right;
    animation-delay: 2s;
}
i.far.fa-sun {
    animation: rotation 10s infinite linear;
}
.remove {
    display: block!important;
}

.top{position:relative;animation:animatetop 4s;}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.left{position:relative;animation:animateleft 2s;}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

.right{position:relative;animation:animateright 2s;}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

.bottom{position:relative;animation:animatebottom 4s;}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.zoom {animation:animatezoom 4s}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


.hm-img-slid-div p {
    position: relative;
    animation: animatetop 4s;

}.hed-top-lft-sec.deskshow p {
    font-size: 16px;
    font-weight: 600;
	color:white;
}

.hed-top-lft-sec.deskshow a {
    font-size: 16px !important;
    font-weight: 600;
	color:white;
}
.hed-top-rit-sec p {
    font-size: 16px !important;
    font-weight: 600 !important;
	
}

.hed-top-rit-sec a {
    font-size: 17px !important;
    font-weight: 600 !important;
}
.hed-top-rit-sec p {
    color: white !important;
}

@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}


/**service page**/
.image-box-header img {
 transition: 0.3s;
}
.header_top_bottom_holder {
    position: relative;
    background: linear-gradient(  135deg,
    #010116 0%,
    #02052d 25%,
    #00104a 50%,
    #000a33 75%,
    #010116 100%) !important;
}
.admin-bar header.fixed, .admin-bar header.sticky.sticky_animate {
        padding-top: 0px !important;
    }
.image-box-header img:hover {
    transform: scale(1.1);
}

.hed-top-rit-sec a {
    text-transform: none !important;
    color: white !important;
}
/**finish**/





.hed-top-rit-sec a{text-transform:none !important;}
.header_top{
	background:transparent;
}
.header_bottom {
    background:linear-gradient(  135deg,
    #010116 0%,
    #02052d 25%,
    #00104a 50%,
    #000a33 75%,
    #010116 100%) !important;

    

    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),   /* soft depth */
        0 6px 20px rgba(232, 209, 122, 0.25); /* golden glow */
}
.home-book-menu-sec {
	    background-image: linear-gradient(to right, #ebd880 , #c18c3c) !important;
    border-radius: 100px;
    padding: 0px 5px 0px 5px !important;
}

nav.main_menu.drop_down.right {
    top: 30px;
}

.home-book-menu-sec img{
	vertical-align:middle;
	margin-right:5px;
}
.home-book-menu-sec a{
	color:#000 !important;
}
.home-banner-sec{
	margin-top:-135px;
}
.ss-hm-head-sec {
    text-align: center;
}
.ss-slid-ser-col-sec{
	margin-top: -330px;
}

.ss-hm-slid-div img {
    filter: brightness(0) invert(1);
}
.ss-hm-slid-div {
    background:linear-gradient(to right, #ebd780, #deaa5d) !important;
    text-align: center;
    border: 1px solid #e0c36d;;
    padding: 30px 12px;
    border-radius: 5px;
}
.ss-hm-slid-div h6{
    letter-spacing: 0;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.ss-slid-btn-sec a {
    background-image: linear-gradient(to right, #ebd780, #c18b3b) !important;
    border-radius: 100px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    display: inline-block;
    transition: all 0.25s ease;
}

/* Hover */
.ss-slid-btn-sec a:hover {
    background-image: linear-gradient(to right, #ffe08a, #e2a94f) !important;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(193, 139, 59, 0.5);
    color: #000;
}

.ss-slid-btn-sec{
	text-align:center;
		margin-top: 20px;
}
.form-rw-sec{
 margin-top: -38px;
 padding-top: 80px;
 padding-bottom: 385px;
}
.text-center{
	text-align:center;
}
.form-rw-1{
	   background: linear-gradient(to right, #ebb867, #c2903d) !important;
    border: 1px solid #e0c36d;
    border-radius: 5px;
    padding: 40px 10px 0;
}
.hm-frm-lft-li-sec li{
	list-style-type:none;
	line-height:35px;	color:black;
	font-weight:500;
}

.hm-frm-lft-li-sec{
	margin-top:15px;
}
.hm-frm-lft-li-sec ul{
	margin-top:10px;
}
.form-col-sec .vc_column-inner{
	padding-left:0;
}
.home-form-sec h4 {
    font-size: 22px;
	color:black;
}
.home-form-sec h5 {
    font-size: 18px;
    letter-spacing: 0;
	    line-height: 22px;
color:black;
    font-weight: 500;
}

.home-form-sec span{
	color:white;
}
.home-form-sec p{
	font:14px;
}
.home-form-sec {
    text-align: center;
}
.home-form-sec .wpcf7-textarea{
	border-radius:10px !important;
}
.home-form-sec .wpcf7-submit{
	    width: 100% !important;
    padding: 0 !important;
    height: 42px;
    line-height: 42px;
    text-align: center !important;
    border: 0 !important;
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
    border-radius: 100px !important;
}
.home-form-sec .wpcf7-submit:hover{
	transform: translateY(-2px) scale(1.05);
    background-image: linear-gradient(to left, #ffd27a, #e3a94c) !important;
    box-shadow: 0 4px 12px rgba(235, 184, 103, 0.4);
}


.form-col-sec .vc_column-inner:before {
    content: "";
    display: block;
    width: 1.7px;
    background-color: #ffffff;
    height: 621px;
    position: absolute;
    top: -40px;
    left: -25px;
}

.hm-img-slid-div img {
    transition: 0.3s;
}

.hm-img-slid-div img:hover {
    transform: scale(1.1);
}

.hm-img-slid-div {
    background:linear-gradient(to right, #ebd780 , #c18b3b) !important;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 18px;
    min-height: 525px;
    position: relative;
	margin:0px 3px;
}
.hm-img-slid-div h5 {
    font-size: 20px;
    letter-spacing: 0;
    background: -webkit-linear-gradient( 
48deg, #ecda82, #c08939 91%);
    -webkit-background-clip: text;
/*     -webkit-text-fill-color: transparent; */
    margin-top: 5px;
}
.hm-img-slid-div p {
    padding: 0 19px;
	color:#000000;
}
.hm-img-slid-div h5 {
    color: #000000;
}

.ss-hm-slid-div img {
    filter: brightness(3) invert(1) !important;
}

.hm-img-slid-div a {
    color: black;
    padding: 9px 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    vertical-align: top;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    border: 0px solid #d61727;
/*     color: #000; */
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
    width: auto;
    align-content: normal;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    width: 78%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    border-radius: 0;
}
.hm-img-slid-div a {
    display: block;
    transform: translateY(120%);
    margin: -19px auto 0;
}
.hm-img-slid-div:hover a {
    transform: translateY(0%);
}
.content, .full_width{
    background: linear-gradient(to right, #0a0519 , #0c1437) !important;
}
/* 
.wrapper, body{
	 background: linear-gradient(to right, #0a0519 , #0c1437) !important;
} */
.img-service-slid-sec{
	    margin-top: 100px;
}

.why-div-sec {
    text-align: center;
    background:linear-gradient(
48deg, #f7c87d 0%, #d39d41 100%);
/*     border: 1px solid #110f29; */
    padding: 20px 20px;
	border-radius: 5px;
}.why-div-sec img {
    filter: brightness(3) invert(1) !important;
}

.why-div-sec h6{
	color: black;
       font-size: 16px;
    font-weight: 700;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 15px;
}
.why-div-sec p {
    color: black !important;
}
.why-rw-sec{
	margin-top: -335px;
}
.ss-hm-head-sec.ss-why-hed {
    padding-bottom: 10px;
}
.ss-hm-head-sec.ss-why-hed h4 {
    color: white;
}
.ss-hm-head-sec.ss-why-hed p {
    color: white;
}
.why-para-sec{
	padding-bottom:18px;
}
.why-para-sec p{
	color:white;
}

.video-sec h5 {
    font-size: 26px;
    letter-spacing: 0;
    color: #b69026;
    font-weight: 500;
    line-height: 34px;
}

.video-sec h4 {
    font-size: 34px;
    font-weight: 500;
    line-height: 28px;
	color:white;
}
.video-sec {
    border: 2px solid #c28c34;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}
.video-sec h6 {
    font-size: 24px;
    font-weight: 300;
    color: white;
    letter-spacing: 0;
}
.video-sec p{
	font-size:20px;
	font-weight:300;
	color:#fff;
}
.ss-hm-ul-sec li{
	list-style-type:none;
}
.video-sec div{
	margin-top:10px;
}

.ss-hm-ul-sec a {
    border: 1px solid #e9d47d;
    display: inline-block;
    width: 85%;
    font-size: 15px;
    color: #0c1234;
    padding: 6px 20px;
    border-radius: 100px;
    margin-bottom: 10px !important;
    background: linear-gradient(to right, #ebd780, #deaa5d) !important;
    font-weight: 600;
}

.ss-hm-ul-sec a:hover {
    background: linear-gradient(to left, #ffd27a, #e0b35a) !important;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(235, 184, 103, 0.5);
    color: white; /* contrast increase */
}
.ss-hm-ul-sec{
	color:#ecda82;
	margin-right:5px;
}
.ss-hm-ul-sec i{
	color:black !important;
}
.talk-div-sec li:nth-child(2){
	padding-left:12px;
}
.talk-div-sec li{
	list-style-type:none;
display:inline-block;
	vertical-align:middle;
}
.talk-div-sec h4{
	background: -webkit-linear-gradient(48deg, #ffffff, #ffffff 91%);
    -webkit-background-clip: text;
/*     -webkit-text-fill-color: transparent; */
    margin-top: 5px;
	font-size:26px;
}
.talk-div-sec h4 {
    color: black !important;
}
.talk-div-sec p {
    color: black !important;
}
.req-frm-rw-sec {
    text-align: left;
    background:linear-gradient(to left, #ebb867, #c2903d) !important;
    border: 1.9px solid #c48f37;
    border-radius: 5px;
       padding: 20px 17px 10px;
    box-shadow: 1px 3px 22px #e6b362;
    margin-top: 0px !important;
    width: 96%;
    margin: 0 auto;
}
.req-form-div-sec .vc_col-md-4{
	padding-left:0px;
}
.req-frm-rw-sec .vc_column-inner{
	padding-left:0;
}
.req-form-div-sec .wpcf7-submit{
    width: 100% !important;
    padding: 0 !important;
    height: 42px !important;
    line-height: 42px !important;
    margin-top: 7px !important;
    text-align: center !important;
    border: 0 !important;
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
    border-radius: 100px !important;
}

.wpcf7-spinner{
	display:none;
}

.video-rw-sec{
	    padding-top: 304px;
    margin-top: -227px;
}
.ss-hm-head-sec h4, .ss-hm-head-sec p{color:#ffff; font-weight:500;}
.ss-testi-li-sec li{
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.ss-testi-sec {
   
    background:linear-gradient(
251deg, #f7c87dd6 0%, #c28f37 100%);
    padding: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.ss-testi-li-sec:before {
    content: "";
    display: block;
    width: 345px;
background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
    height: 52px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29px;
    margin: auto;
    right: 0;
}
.ss-testi-li-sec {
    position: relative;
}

.ss-testi-sec p {
    color: black;
    text-align: center;
    font-weight: 400;
}
.ss-testi-li-sec li h6{
	color: #000;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    margin-left: 12px;
}

.ss-hm-head-sec.ss-testi-hed {
    padding-bottom: 8px;
}
.testi-star-sec {
    text-align: center;
    padding-left: 52px;
    margin-top: -13px;
}

.foot-icon-div-sec {
    background: #0c102e;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 25px 0 60px;
    margin-bottom: 50px;
}
.foot-icon-div-sec a{
	      font-weight: 600;
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
}
.ss-foot-impor-link-sec a img {
    position: relative !important;
    top: 5px !important;
    left: -5px !important;
}

.foot-sec-icon img:hover {
    /* animation: rotation 10s infinite linear; */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

.foot-sec-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.foot-icon-div-sec{
	position:relative;
}
.foot-icon-div-sec:before {
   content: "";
    display: block;
    width: 122px;
    border: 2px solid #ffffff;
    height: 122px;
    position: absolute;
    top: 0;
    bottom: -120px;
    left: 0;
    margin: auto;
    border-radius: 100%;
    right: 0;
    z-index: -1;
}
.footer-links a {
    position: relative;
    z-index: 1;
}

.footer-links a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.25);
   
    z-index: -1;
}
.foot-ul-li-sec a {
    display: inline-block;
    width: 85%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 6px 20px;
        border: 1px solid #ffffff8f;
    border-radius: 100px;
    margin-bottom: 10px !important;
    background: #0c102e;
    backdrop-filter: none;
}

/* Strong hover feedback */
.foot-ul-li-sec a:hover {
 
    transform: scale(1.08);
  
	
    color: white; /* contrast increase */
}
.footer_top a:hover {
    color: #ffda36 !important;
	transform: scale(1.03) !important;
}
.footer_top_holder, .footer_bottom_holder, .content footer .container {
    background-color: rgb(0 4 37 / 66%) !important;
}
.ss-hm-ul-sec li {
     list-style-type: none;
}
.foot-ul-li-sec i {
    color: #ecda82 !important;
	    animation: rotation 10s infinite linear;
}
.ss-foot-2 {
    margin-top: 40px;
}
.footer-sec1 {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.ss-foot-impor-link-sec {

    border: 1px solid white;
    padding: 10px 5px;
    text-align: center;
    border-radius: 100px;
	background:#0c102e;
}

.ss-foot-impor-link-sec li {
    list-style-type: none;
    display: inline-block;
    padding: 0 20px;
}
li.foot-book-sec {
    padding: 10px 32px;
    border-radius: 0px 25px 25px 0px;
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
}
.ss-foot-impor-link-sec a {
       font-size: 16px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}


.foot-4 {
    clear: both;
}
.foot-3 {
    margin-top: 20px;
    clear: both;
    display: inline-block;
}

.foot-4 {
    clear: both;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
}
.foot-4 p{
	color: #ffff;
    font-size: 14px;
    font-weight: 600;
}
.ss-fot-btm p{
		color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.ss-fot-btm a {
    color: white !important;
}
.ss-fot-btm a:hover {
    color: white !important;
}
.footer_bottom_border {
    background: white !important;
}

.footer_inner{
	background-repeat:round;
}
.footer_inner {
/*     background-image: url(https://seomarketingagency.in/eshwar/wp-content/uploads/2026/04/footer-min.jpg); */
	background:inear-gradient(to right, #0a0519 , #0c1437) !important;
    background-position: 0 0;
}
.footer_top {
    padding: 50px 0 15px;
}
.foot-book-sec img{
	vertical-align:middle;
	margin-right:2px;
}
.foot-book-sec a{
	color:#fff;
}

.ss-testimonial-sec{
	padding-top:50px;
}
.form-lft-para-sec p{
	padding-right:30px;
	color: black;
	font-weight:500;
}
.ss-hm-slid-div {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover background */
.ss-hm-slid-div:hover {
 background-image: linear-gradient(135deg, #f5e6b3, #e6c676) !important;
  color: #0b1a3a;
  transform: translateY(-6px); /* halka upar */
  box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* soft depth */
}

/* Shine effect (light + smooth) */
.ss-hm-slid-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.3),
    rgba(255,255,255,0.05)
  );
  transform: skewX(-20deg);
}

/* Animate shine */
.ss-hm-slid-div:hover::before {
  left: 120%;
  transition: 1s ease;
}
.ss-hm-slid-div:hover img{
	    filter: brightness(4) invert(1);
}
.ss-hm-slid-div:hover a{
	color:#000;
}

h4.inner-hed-sec {
    font-size: 20px;
	color:white;
}
.ipad.left p {
    color: white;
}

.inner-rw-4 p {
    color: #fff !important;
}
.text-justify{
	text-align:justify;
}
.mt-10{
	margin-top:10px;
}

.call-2-div-sec {
        background: linear-gradient(to right, #ebb867, #c2903d) !important;
    border: 1px solid #cb9842;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px 0;
}
.call-2-div-sec h2 {
    font-size: 25px;
    color: #0c1234;
    line-height: 25px;
}
.call-2-div-sec P {
    margin-top: 8px;
    color: #0c1234;
}
.call-2-div-sec a {
background-image: linear-gradient(to right, #ebd880 , #c18c3c) !important;
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 100px;
    font-weight: 700;
    color: #0c1234;
    display: inline-block;
    margin-top: 23px;
}
.call-2-div-sec a:hover {
    transform: translateY(-2px) scale(1.05);
    background-image: linear-gradient(to left, #ffd27a, #e3a94c) !important;
    box-shadow: 0 4px 12px rgba(235, 184, 103, 0.4);
}
.inner-rw-2{
	padding:40px 0;
}

.inner-form-sec .wpcf7-textarea{
	height:160px !important;
}

.inner-form-sec.home-form-sec {
	background:linear-gradient(to left, #ebb867, #c2903d) !important;
    border: 2px solid #e9d47d;
    overflow: hidden;
    padding: 20px 15px 25px;
    border-radius: 5px;
}
.inner-ul-sec ul{
	width:48%;
	float:left;
}
.inner-ul-sec ul:nth-child(2){
	margin-left:20px;
}

.inner-rw-4{
	padding:40px 0;
}

.do-any-div-sec {
    background: linear-gradient(to right, #ebd780, #deaa5d) !important;
    border: 1px solid #e9d47d;
    text-align: center;
    padding:20px 15px;
	overflow:hidden;
}

.do-any-div-sec h6{
	font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    color: black;
	border-radius:5px;
}
.do-any-div-sec a {
    color: #fff;
    padding: 9px 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    vertical-align: top;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    border: 0px solid #d61727;
    color: #000;
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
    width: auto;
    align-content: normal;
    height: auto;
    border-radius: 8px 8px 0px 0px;
    width: 30%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=0);
}
.do-any-div-sec p {
	color:black !important;
}
.do-any-div-sec a {
    color: #000000 !important;
}

.do-any-div-sec a {
    display: block;
    transform: translateY(130%);
    margin: -16px auto 0;
}
.do-any-div-sec:hover a {
    transform: translateY(55%);
}
.inner-rw-contact{
	padding-top:40px;
}
.contact-page h4 {
    color: white;
}
.inner-rw-1{
	padding-top:30px;
}
.contact-page p {
    color: white !important;
}
h4.cntct-page-heading {
    color: white;
}

/* .contact-page input,
.contact-page textarea,
.contact-page select {
  background: linear-gradient(135deg, #d4af37, #f9e27d) !important;
  color: #222 !important;
  border: 1px solid #d4af37 !important;
  transition: all 0.3s ease;
} */

/* Hover */
.contact-page input:hover,
.contact-page textarea:hover,
.contact-page select:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 2px rgba(212, 175, 55, 0.4);
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  

  
  /* Text */
  color: #222;
  font-size: 14px;
  
  /* Border & Shape */
  border: 1px solid #d4af37;
  border-radius: 6px;
  
  /* Spacing */
  padding: 12px 14px;
  
  /* Smooth effect */
  transition: all 0.3s ease;
}

.inner-call-2 a {
    background-image:linear-gradient(to left, #ebb867, #c2903d) !important;
    font-size: 22px;
    padding: 6px 15px;
    border-radius: 100px;
    font-weight: 700;
    color: black;
    display: inline-block;
    margin-top: 5px;
}
.inner-call-2 a:hover {
    transform: translateY(-2px) scale(1.05);
    background-image: linear-gradient(to left, #ffd27a, #e3a94c) !important;
    box-shadow: 0 4px 12px rgba(235, 184, 103, 0.4);
}

.inner-call-2 h4 {
    font-size: 16px;
    text-align: center;
    padding: 0px 0;
    color:black;
	font-weight:800;
}
.inner-call-2 {
    background-image: linear-gradient(to right, #ebd880 , #c18c3c) !important;
    text-align: center;
    padding: 10px 0;
	margin-top:5px;
    border-radius: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output{
	    background: #cd9c47;
}
.wpcf7 form.invalid .wpcf7-response-output,{
	border:2px solid #f2c782;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}
a.body-description {
    color: black;
	font-weight:500;
    font-size: 18px;
    /* padding-bottom: 100px !important; */
}
.mobile-show{
	display:none;
}

/*****--media screen start---*****/
@media only screen and (min-width: 320px) and (max-width: 767px){
.horoscope-row{
     position: relative !important;
    overflow: hidden !important;
    z-index: 1;
    
}
.horoscope-row{
    position: relative !important;
    overflow: hidden !important;
}

.horoscope-row:before{
  content: "";
    position: absolute;
    right: 0px !important;
    /* bottom: -30px; */
    top: -277px !important;
    left: -65px !important;
    background: url(https://psychichealereshwar.com/wp-content/uploads/2026/04/horoscope.png) no-repeat right bottom;
    background-size: contain !important;
    opacity: 0.33 !important;
    z-index: 1;
    pointer-events: none;
    width: 132% !important;
    height: 100%;
}
	.deskshow {display:none;}
.mobshow {display:block!important;}
nav.mobile_menu ul li.active > a {color: #ffffff !important;}	
	
	.inner-ul-sec ul {
    width: 100%;
    float: left;
}

.inner-ul-sec ul:nth-child(2) {
    margin-left: 0px;
}
	
	
	
	
	.home-book-menu-sec a{color:#888 !important;}
	.mobile-show{
		display:block !important;
	}
	.desktop-show{
		display:none;
	}
.header_bottom {
    background-color: #0b1337!important;
}
.right {
    display: none;
}
i.qode_icon_font_awesome.fa.fa-bars {
    font-size: 35px;
    color: white;
}
	.ss-slid-ser-col-sec {
    margin-top: 0;
}
	.home-banner-sec {
    margin-top: 0;
}
.header_top {
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
}
.hed-top-lft-sec.mobshow {
    padding-top: 2px;
}
.hed-top-lft-sec i.fas.fa-headphones {
    background: black;
    padding: 10px;
    border-radius: 50px;
}
	.header_top{
		    /* height: 65px; */
		    /* line-height: 20px; */
		    padding: 5px 0px 0px;
	}
	
	nav.mobile_menu ul li{
		padding:0 15px;
	}
	.home-book-menu-sec img{
		display:none;
	}
	.home-book-menu-sec{
		background:transparent !important;
		padding:0 15px !important;
	}
	.ss-ser-slidrw-sec{
		padding:30px 0;
	}
	.ss-slid-btn-sec a{
		    font-size: 13px;
	}
	
	.form-rw-1{
		    padding: 20px 10px 30px;
	}
	.form-lft-para-sec p {
    padding-right: 0;
}
.form-lft-img-sec {
    padding-top: 17px;
}
	.home-form-sec {
    text-align: center;
    border-top: 1px;
    margin-top: 22px;
}
	
	.form-rw-sec{
		padding-top:35px;
		    padding-bottom: 15px;
	}
	.img-service-slid-sec {
    margin-top: 35px;
}
	.form-col-sec .vc_column-inner {
    padding-left: 15px;
}
	.hm-img-slid-div a{
		font-size:14px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.hm-img-slid-div:hover a {
    transform: unset !important;
		left:0;
		right:0;
}

	
.why-rw-sec {
    margin-top: 0;
    padding-top: 25px;
	    padding-bottom: 25px;
}
	.ss-why-hed h4{
		color:white !important;	
	}
	
	.ss-why-hed p{
		color:white !important;	
	}
	.why-para-sec p{
		color:#fff;
	}
	.why-div-sec {
    margin-top: 25px;
}
	.video-rw-sec {
    padding-top: 25px;
    margin-top: 0;
}
	.video-sec h5 {
		font-size: 22px;}
	.video-sec h4 {
		font-size: 25px;}
	.video-rit-img{
		margin-top:25px;
	}
	.talk-div-sec {
    text-align: center;
}
	.talk-div-sec h4{
		font-size: 20px;
	}
	.req-frm-rw-sec{
		    padding: 20px 17px 20px;
	}
	.ss-testimonial-sec {
    padding-top: 35px;
}
	
	.ss-testi-li-sec li h6{
		font-size:12px;
	}
	
	.foot-icon-div-sec{
		margin-bottom: 10px;
		display:flex;
		flex-wrap:wrap;
		padding-bottom: 0px;
	}
	.foot-icon-div-sec:before{display:none;}
	.foot-sec-icon{position:relative;order:1;}
	.foot-icon-div-sec a{display:block;width:100%;order:2;}
	.footer_inner {
    background-size: cover;
		background-repeat:no-repeat;
}
	.ss-foot-2 {
    margin-top: 0;
}
	
li.foot-book-sec {
    padding: 0;
    border-radius: 0;
    background: linear-gradient(to right, #ffffff00 , #ffffff00) !important;
}
	.ss-foot-impor-link-sec li{
		padding: 0 5px;
	}
	.ss-foot-impor-link-sec a {
    font-size: 12px;
    color: white !important;
    text-transform: uppercase;
}

		
	.ss-foot-impor-link-sec{
		    padding: 10px 10px;
		border-radius: 0;
	}
	
	.breadcrumb {
    display: none;
}
	.title.title_size_medium h1{
		font-size: 20px;
		letter-spacing: 0;
    color: #000;
	}
	.title {
    padding: 0px 0!important;
}
	.title_outer.animate_title_area {
    height: 75px !important;
}
	.title .title_holder{
		height: 75px !important;
	}
	h4.inner-hed-sec {
    font-size: 18px;
}
	.call-2-div-sec h2{
		    font-size: 20px;
		    letter-spacing: 0;
	}
	.call-2-div-sec P{
		text-align:justify;
	}
	.inner-rw-2 {
    padding: 40px 0 30px;
}
	.inner-rw-4 {
    padding: 30px 0;
}
	.do-any-div-sec a {
    display: block;
    transform: translateY(129%);
    margin: -14px auto 0;
}
	.do-any-div-sec a{
		width: 85%;
		    padding: 9px 20px;
		font-size:15px;
	}
	
	body nav.mobile_menu {
    max-height: 400px;
    overflow-y: scroll;
}

body nav.mobile_menu a {
    color: white !important;
}
	
body .hed-top-lft-sec.mobshow a {
    font-size: 29px;
    font-weight: bold;
    animation: flash 6s ease infinite alternate;
}

	@keyframes flash {
	from { opacity: 1; }	
	to { opacity: 0; }
}
	
body .chakra-img img {
    max-width: 270px;
    margin:auto;
    display:inline-block;
}
	
}
@media only screen and (min-width: 481px) and (max-width: 767px){ 

.header_top {
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
}
.hed-top-lft-sec.mobshow {
    padding-top: 2px;
}
.hed-top-lft-sec i.fas.fa-headphones {
    background: black;
    padding: 10px;
    border-radius: 50px;
}
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
.deskshow {display:none;}
.mobshow {display:block!important;}

.header_top {
    background: linear-gradient(to right, #ebd780 , #c18b3b) !important;
}
.hed-top-lft-sec.mobshow {
    padding-top: 2px;
}
.hed-top-lft-sec i.fas.fa-headphones {
    background: black;
    padding: 10px;
    border-radius: 50px;
}
		.mobile-show{
		display:block !important;
	}
	.desktop-show{
		display:none;
	}
.ipad{width:100%}
	.header_bottom {
    background-color: #0b1337!important;
}
.right {
    display: none;
}
i.qode_icon_font_awesome.fa.fa-bars {
    font-size: 35px;
    color: #ebd780;
}
	.ss-slid-ser-col-sec {
    margin-top: 0;
}
	.home-banner-sec {
    margin-top: 0;
}
	.header_top{
		    height: 40px;
    line-height: 58px;
	}
	
	nav.mobile_menu ul li{
		padding:0 15px;
	}
	.home-book-menu-sec img{
		display:none;
	}
	.home-book-menu-sec{
		background:transparent !important;
		padding:auto;
	}
	.ss-ser-slidrw-sec{
		padding:30px 0;
	}
	.ss-slid-btn-sec a{
		    font-size: 13px;
	}
	
	.form-rw-1{
		    padding: 20px 10px 30px;
	}
	.form-lft-para-sec p {
    padding-right: 0;
}
.form-lft-img-sec {
    padding-top: 17px;
}
	.home-form-sec {
    text-align: center;
    border-top: 1px;
    margin-top: 22px;
}
	
	.form-rw-sec{
		padding-top:35px;
		    padding-bottom: 15px;
	}
	.img-service-slid-sec {
    margin-top: 35px;
}
	.form-col-sec .vc_column-inner {
    padding-left: 15px;
}
	.hm-img-slid-div a{
		font-size:14px;
	}
.why-rw-sec {
    margin-top: 0;
    padding-top: 25px;
	    padding-bottom: 25px;
}
	.ss-why-hed h4{
		color:#fff !important;	
	}
	
	.ss-why-hed p{
		color:#fff !important;	
	}
	.why-para-sec p{
		color:#fff;
	}
	.why-div-sec {
    margin-top: 25px;
}
	.video-rw-sec {
    padding-top: 25px;
    margin-top: 0;
}
	.video-sec h5 {
		font-size: 22px;}
	.video-sec h4 {
		font-size: 25px;}
	.video-rit-img{
		margin-top:25px;
	}
	.talk-div-sec {
    text-align: center;
}
	.talk-div-sec h4{
		font-size: 20px;
	}
	.req-frm-rw-sec{
		    padding: 20px 17px 20px;
	}
	.ss-testimonial-sec {
    padding-top: 35px;
}
	
	.ss-testi-li-sec li h6{
		font-size:12px;
	}
	
	.foot-icon-div-sec{
		margin-bottom: 80px;
	}
	.footer_inner {
    background-size: cover;
		background-repeat:no-repeat;
}
	.ss-foot-2 {
    margin-top: 0;
}
	
li.foot-book-sec {
    padding: 0;
    border-radius: 0;
    background: linear-gradient(to right, #ffffff00 , #ffffff00) !important;
}
	.ss-foot-impor-link-sec li{
		padding: 0 5px;
	}
	.ss-foot-impor-link-sec a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
	.ss-foot-impor-link-sec{
		    padding: 10px 10px;
		border-radius: 0;
	}
	
	.breadcrumb {
    display: none;
}
	.title.title_size_medium h1{
		font-size: 20px;
		letter-spacing: 0;
    color: #000;
	}
	.title {
    padding: 0px 0!important;
}
	.title_outer.animate_title_area {
    height: 75px !important;
}
	.title .title_holder{
		height: 75px !important;
	}
	h4.inner-hed-sec {
    font-size: 18px;
}
	.call-2-div-sec h2{
		    font-size: 20px;
		    letter-spacing: 0;
	}
	.call-2-div-sec P{
		text-align:justify;
	}
	.inner-rw-2 {
    padding: 40px 0 30px;
}
	.inner-rw-4 {
    padding: 30px 0;
}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){ }




/***************Privacy Policy*******************/
.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {margin: 0;font-size: 25px;font-weight: bold;color: #fff;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.disc-pg-div h5 {
margin: 0;
font-size: 25px;
font-weight: bold;
color: #3e0001;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
text-transform: capitalize;
margin: 0;
font-size: 25px;
font-weight: bold;
color: #3e0001;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
}

.disc-pg-div a {
    color: #cfa452;
}
/***************Privacy Policy End*******************/

.destop-banner img {
    width: 100% !important;
}


    .stickys {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999!important;
    transition:all 0.6s ease-in-out;
    animation:smothScroll 1s forwards;
    background: #0c1234;
    }
@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
	
	
}


.drop_down .narrow .second .inner ul li{
    padding: 0;
	 width: 330px !important;

}


header.sticky .header_bottom {
    padding: 20px 0px;
	  background:linear-gradient(  135deg,
    #010116 0%,
    #02052d 25%,
    #00104a 50%,
    #000a33 75%,
    #010116 100%) !important;
	backdrop-filter:none !important;
}

 .sticky nav.main_menu.drop_down.right {
    top: 0;
}




 /* ============= sticy icons ======= */

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

@-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 #72c118;
        box-shadow: 0 0 0 0 #72c118;
    }

    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: 57px;
    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 {
    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;
    background-image: linear-gradient(0deg, #f3c985 0%, #bd872c 100%);
}



@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3b5aee;
        box-shadow: 0 0 0 0 #3b5aee;
    }

    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 #ffad00;
        box-shadow: 0 0 0 0 #ff9000;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


/* ============= sticy icons ======= */



.chakra-img {
    text-align: center;
}

.chakra-img img {
    animation: rotation 10s infinite linear;
	max-width:388px;
}
.contact-page input.wpcf7-form-control,
.contact-page textarea.wpcf7-form-control {
  background: linear-gradient(to left, #ebd780 , #c18b3b) !important;
  background-color: #d4af37 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner
{
	font-weight:600 !important;
    font-size: 21px !important;
	color:black !important;
}

.header_top, .fixed_top_header .top_header{
	border-bottom:1px solid #f5f5f587;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-size: 15px !important;
	font-weight: 700; !important}

nav.mobile_menu ul li span.mobile_arrow i {
    color: white !important;
}
@media only screen and (max-width: 1000px) {
    .header_bottom, nav.mobile_menu{
        background-color: #0a061b !important;
        background:linear-gradient(to right, #241e59, #0b1337) !important;
    }
}

.talk-div-sec{
	color:white !important;
}
.horoscope-row{
position:relative;

}

.horoscope-row:before{
    content: "";
    position: absolute;
    right: -413px;
    bottom: -30px;
    top: -112px;
    left: auto;
    background: url(https://psychichealereshwar.com/wp-content/uploads/2026/04/horoscope.png) no-repeat right bottom;
    background-size: contain;
    opacity: 0.20;
    z-index: 1;
    pointer-events: none;
    width: 51%;
    height: 100%;
}

.horoscope-row .section_inner{
position:relative;
z-index:2;
}


ul.location-link {
    list-style: none;
    text-align: center;
    background-color: #040521;
    margin-bottom: 20px !important;
    border-radius: 24px;
    margin-top: 30px;
}

ul.location-link a {
    display: block;
    color: #fff;
    padding: 45px 10px 20px;
    position: relative;
}

ul.location-link a:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(https://psychichealereshwar.com/wp-content/uploads/2021/12/footer-map-icon.png);
    background-size: cover;
    top: -24px;
    left: calc(50% - 30px);
}

