/*
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.1712588086
Updated: 2024-04-08 15:54:46

*/
@font-face {
    font-family: 'Black Quality';
    src: url('/wp-content/themes/wp-bootstrap-starter-child/BlackQuality.woff2') format('woff2'),
        url('/wp-content/themes/wp-bootstrap-starter-child/BlackQuality.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a { margin:0; padding:0;}
a:hover {text-decoration:none; }
p {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0;font-family:'Black Quality';}
.deskshow {display:block;}
.mobshow {display:none;}
#page-sub-header {
    background: #fff;
    display: none;
}
.mycontainer {width:1140px!important; margin:0 auto!important;}
.home .main-tittle {display:none;}
.dropdown:hover .dropdown-menu {  display: block !important; }
 ul.sub-menu { display: none; }
.dg-btn {display:none;}
li#menu-item-30:hover ul.sub-menu {
    z-index: 9;
    position: absolute;
    margin-top: 0;
    display: block;
    background-color: #000;
    background-image: linear-gradient(#fef347, #da4926);
}
ul.dropdown-menu {
	margin-top: 0px;
    width: 250px;
       background-image: linear-gradient(180deg, #f68e51, #ffbc53);;
}
.dropdown-menu .menu-item {
    border-bottom: 1px solid #fff;
}
ul.dropdown-menu li { padding: 0; border-bottom: 1px solid #fff; }
ul.dropdown-menu li a { padding: 5px 0 5px 10px; color:#000; }
ul.dropdown-menu li:last-child {border-bottom: 0px;}

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

.wpcf7 form.sent .wpcf7-response-output { background-color: #222; border-color: #222; color: #fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {background-color: #222; border-color: #222; color: #fff;}



/***************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: #3e0001;
    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;
}
/***************Privacy Policy End*******************/




/* sticky header css start */

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





/***********************sticky start***************************/
.social {
	list-style:none;
}
.social li { position: fixed;
    top: 85%;
    z-index: 9999;
    padding: 0px;
    margin: 0px;}
.social .call {
    left: 10px;
}
.social .whatsapp {
    right: 0;
}
.sticky-social .whatsapp img {
    box-shadow: 0px 0px 10px #358939;
}

.sticky-social img {
    border-radius: 50%;
    width: 85%;
}
.pulse-1 {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
.sticky-social .call img {
    box-shadow: 0px 0px 10px #194c92;
}

.sticky-social img {
    border-radius: 50%;
    width: 85%;
}

/***********************sticky end***************************/


/**header start**/

.widget {margin:0;}
.home header#masthead {
    margin-bottom: -180px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9;
}
header#masthead {
margin-bottom: 0;
    background-color: #910a07;
    padding: 0 0 22px;
    box-shadow: none !important;
}
/* .navbar-brand:after {
   position: absolute;
    content: "";
    background: #fff;
    width: 185px;
    height: 2px;
    left: 400px;
    top: 45px;
    z-index: 0;
} */
#main-nav {
        width: 80%;
    justify-content: flex-start !important;
}
#masthead nav {  position: relative;   
	margin-top: 10px !important; }


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 8px;
    font-weight: 400!important;
    font-size: 16px;
    color: #000;
	transition:.3s linear;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover  {
    color: #000;
    font-weight: 400;
}
ul#menu-menu-1 li {
    padding: 0 15px;
}
.current-menu-item {
    position: relative;
}
.navbar-brand {
    width: 30%;
}
.navbar-nav {
        gap: 20px;
    border: 2px solid #fff;
    border-radius: 50px 0 0 50px;
    padding: 25px 20px;
    position: relative;
    background: #fffefe;
	box-shadow: 0px 0px 10px #eee;
}
/* .navbar-nav:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 170px;
    right: -170px;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.navbar-brand img {
        padding-left: 50px;
    position: relative;
    width: 100%;
}
/* .navbar-brand:before {
    position: absolute;
    content: "";
    background: #ffcb18;
    width: 420px;
    height: 140px;
    left: -20px;
    top: -25px;
    border-radius: 0 100px 100px 0;
} */
ul.top-header {
    position: absolute;
    right: 15px;
    display: flex;
    list-style: none;
    gap: 10px;
    top: 75px;
    padding: 0;
    margin: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin-bottom: 0!important; }

.current-menu-item a.dropdown-item {
    font-size: 14px;
    font-weight: 500!important;
}
#masthead .navbar-nav > li.current_page_item > a {
    color: #910a07 !important;
}
/**header finish**/

#masthead .navbar-nav .dropdown-menu li a {
    text-transform: capitalize !important;
}
.navbar-nav li.dropdown {
    position: relative;
}
.navbar-nav li.dropdown .dg-btn {
    position: absolute;
    height: 35px;
    right: 0;
    width: 40px;
    display: flex;
    align-items: center;
    background: #f9a60f;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #000;
}
.dropdown-toggle::after, ul.dropdown-menu {
    display: none !important;
}
.navbar-nav li.dropdown.mega-toggle-on ul.dropdown-menu{
display:block !important;
}
.dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child{
border-bottom:0px;
}
.dropdown-menu li.current-menu-item {
       background-image: linear-gradient(45deg, #ffab15, #ffd605);
}
#masthead .navbar-nav .dropdown-menu li.current-menu-item a{
color:#000 !important;
}
.dropdown-menu{
padding:0px;
}
.sticky .navbar-nav {
    margin-top: -30px;
}

.sticky {
    position: sticky!important;
    top: 20px;
    width: 100%;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
    animation: smothScroll 1s forwards;
	padding-top: 0px !important;
}
.sticky:before {
    top: -20px !important;
}
.sticky .top-head {
	display:none;
}

.banner-img img {
    width: 100%;
}
.top-head ul {
    list-style: none;
    margin: 0 auto;
    padding: 10px 20px 0px 250px;
    display: flex;
    gap: 60px;
    width: 100%;
    justify-content: center;
}

.top-head ul li a {
    transition: .3s linear;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.why-choose-heading h2 {
    font-size: 36px;
    text-align: center;
    background: #fff001;
    width: 50%;
    margin: 0 auto;
    border-radius: 50px;
    padding: 6px;
}

.why-choose-heading h3 {
    font-size: 66px;
    text-align: center;
    padding: 35px 0;
}

.why-choose-heading p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 100px;
}

.why-choose {
    padding-top: 60px;
}

.inner-service-text h4 {
    font-size: 32px;
}

.inner-service-text {
    padding-top: 20px;
}

.inner-service-text p {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.inner-service-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.servic-btns li a {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}

.servic-btns li:first-child a {
    background: #030303;
    color: #fff;
    padding: 9px 30px;
    border-radius: 30px;
}
.servic-btns li:last-child a {
    background: #fff001;
    color: #000;
    padding: 9px 30px;
    border-radius: 30px;
}
.inner-service-text {
    margin-bottom: 40px !important;
}
ul.service-list {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
}

ul.service-list li {
    display: inline-block;
    width: 49%;
}
ul.service-list li a img {
    width: 40px;
}

ul.service-list li a {
    background: #910a07;
    margin-bottom: 25px !important;
    padding: 5px 5px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    transition: .3s linear;
    font-family: 'Black Quality';
    font-size: 18px;
}
ul.service-list li a:hover {
    background: #ffcb18;
    color: #fff;
}
.white-bg {
    border: 1px solid #cccccc7a;
    border-radius: 25px;
    margin-top: 50px;
    padding: 20px;
    height: 350px;
    box-shadow: 0px 0px 25px #eee;
}
.popup-box {
    text-align: center;
    padding: 10px;
    background-color: #910a07;
    border-radius: 15px;
}
.inner-popup-box {
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 20px;
}

.inner-popup-box {
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.inner-popup-box a {
     font-size: 40px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Black Quality';
}
.dg-subheading {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
.dg-main-hding {
    color: #910a07;
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 10px !important;
}
.dg-text p {
    font-size: 14px;
    color: #222;
    font-size:16px ;
    line-height: 24px;   
}

.dg-home-sec2 {
    padding: 10px 0 50px;
}

.dg-form-bdr {
    border: 1px solid #910a07;
    border-radius: 30px;
    padding: 25px;
    margin-top: -220px;
}
.dg-form-bdr .dg-homeform {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-image: url(https://psychicgridhar.com/wp-content/uploads/2024/05/form-background-new.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.serv-img-slider img {
    width: 80%;
	    border-radius: 15px;
}
.inner-service-img img {
    border-radius: 15px;
}
.serv-img-slider {
    text-align: center;
}
.dg-form-hd h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background: #910a07;
    padding: 10px;
    margin-bottom: 10px;
}
.dg-form-hd p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.dg-form-fild textarea, .dg-form-fild input {
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    height: 45px;
    font-size: 14px;
}
.dg-form-fild textarea {
    height: 172px;
    padding: 15px;
}
.dg-form-fild input.wpcf7-submit {
    background: #ffcb18;
    width: 100%;
    margin: 0px;
    color: #000;
    border: none !important;
}


.why-choose:before {
    content: "";
    height: 698px;
    width: 817px;
    display: block;
    background-image: url(https://psychicgridhar.com/wp-content/uploads/2024/05/bg-sec2.png);
    position: absolute;
    right: -20px;
    top: 0px;
    background-position: bottom center !important;
    z-index: 0;
}
.ws-cta-hm {
    margin-top: -20px;
}.dg-center p, .dg-center {
    text-align: center;
}
.our-service {
    padding-top: 100px;
}

.dg-slidearea .dg-slide-box {
    border-radius: 15px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.dg-slide-cta1 {
    position: absolute;
    top: 20px;
    left: 20px;
}.dg-slidetext {
    padding: 20px;
    text-align: center;
    margin-top: -46px;
}
.dg-slidetext h4 {
        background: #910a07;
    color: #fff;
    font-size: 26px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 600px;
    width: 100%;
    margin-bottom: 10px;
}
.dg-slidetext p {
    font-size: 14px;
    color: #222;
    line-height: 24px;
}
.dg-slidebtn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dg-slidebtn a {
    background: #910a07;
    color: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    width: 47%;
    text-align: center;
}
a.serv-call {
    background: #ffcb18;
}

.dg-slide-img img {
    width: 100%;
}

.dg-slidearea {
    margin-top: 50px;
}
.why-hoose {
    padding-top: 40px;
    background: #EEEEEE;
    margin-top: 100px;
	padding-bottom: 70px;
}

.heading-why {
    text-align: center;
}

.heading-why h2 {
       font-size: 42px;
    color: #910a07;
}

.heading-why p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
}

.boxar {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 15px;
    position: relative;
    height: 355px;
    margin-top: 50px;
}
.boxar h5 {
    font-size: 20px;
    padding-top: 10px;
}
.boxar::before {
    content: '';
    position: absolute;
    background-color: #910a07;
    width: 85%;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    border-radius: 30px 30px 0 0;
}
.boxar::after {
    content: '';
    position: absolute;
    background-color: #ffcb18;
    width: 85%;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-radius: 0 0 30px 30px;
}
.ctasection {
    margin: 50px 0px 0px 0px;
    background: #910a07;
    border-radius: 10px 10px 10px 10px;
}
.ctasection a {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    align-items: center;
    
    text-decoration: none;
}
.ctasection a h5{
    color: #fff;
    font-size: 24px;
}
.feedback {
    padding-top: 100px;
}

.dg-testi-text {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px #680d341f;
    width: 90%;
    margin: -160px auto 0;
    position: relative;
    z-index: 1;
}
.dg-testi-text img {
    margin-top: -50px;
}
.dg-testi-text p {
    padding: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0px;
    min-height: 160px;
}
.dg-testi-text h3 {
     color: #ffffff;
    font-size: 18px;
    padding: 10px 10px;
    margin: 0px;
    background: #910a07;
}


.feedback:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background: linear-gradient(to left, #910a07, #ffcb18);
    position: absolute;
    top: 480px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.dg-testi-area {
    margin-top: 50px;
}
.footer-cta {
    position: relative;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 10px;
}

.section-fix {
    max-width: 1140px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-cta .foo-left:before {
    content: '';
    background: #eee;
    width: 450px;
    height: 400px;
    position: absolute;
    left: -105px;
    top: -50px;
    border-radius: 0 30px 0 0;
    z-index: -1;
}
.footer-cta .cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-cta .cta-txt {
    border-left: 3px solid #f6a914;
    padding-left: 20px;
    width: 230px;
}
.footer-cta .cta-txt h6 {
       font-size: 18px;
    color: #910a07;
    font-weight: 400;
    margin: 0;
}
.footer-cta .cta-txt a {
    font-size: 32px;
    color: #070707;
    font-weight: bold;
}
.footer-cta .mail .cta-txt a {
    font-size: 22px;
}
.footer-cta .cta-box.loc .cta-txt a {
    font-size: 24px;
}
.footer-cta {
    position: relative;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 10px;
}
.footer-cta .foo-left:before {
    content: '';
    background: #eee;
    width: 450px;
    height: 400px;
    position: absolute;
    left: -105px;
    top: -50px;
    border-radius: 0 30px 0 0;
    z-index: -1;
}
.footer-cta .foo-right:before {
    content: '';
    background-image: url(https://gowtham-astrology.co.uk/wp-content/uploads/2022/11/yellow-red-gradient-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 875px;
    height: 400px;
    position: absolute;
    right: -104px;
    top: -50px;
    border-radius: 30px 0 0 0;
    z-index: -1;
}
.footer-nav {
    margin-top: 25px;
    margin-bottom: 35px;
    margin-right: -119px;
    margin-left: -10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    padding-right: 75px;
}
.footer-nav .nav-item {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.footer-nav .nav-item .nav-link {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 400;
}
.foo-form {
    margin-left: 40px;
}
.foo-form .form-box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.foo-form h6 {
    font-size: 42px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.foo-form .form-box input {
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    width: 200px;
}
.foo-form .form-box input::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
}
.foo-form .form-box .sub-btn {
    border-radius: 20px;
    background-image: linear-gradient(0deg, #c71f3d 0%, #f5a914 100%);
    border: 3px solid #ffffff;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.dis-box {
    margin-left: 24px;
    margin-right: 15px;
}
.dis-box p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.footer-cr {
    background: #000;
    position: relative;
    z-index: 0;
}
.footer-cr div {
    display: flex;
    justify-content: space-between;
}
.footer-cr div p, .footer-cr div a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0;
}
ul.footer-text-feild li input::placeholder {
    font-size: 12px;
    padding-left: 6px;
}
.footer-cta .cta-txt a {
    font-size: 24px;
    color: #070707 !important;
    font-weight: bold;
}
.footer-form h6 {
    font-size: 42px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.footer-cta .cta-box .cta-icon {
    position: relative;
    left: 45px;
}

section.footermain {
    margin-top: 100px;
}

footer#colophon {
    background: transparent !important;
}
ul.footer-text-feild {
    list-style: none;
    display: flex;
    gap: 10px;
}

ul.footer-text-feild li input {
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    width: 200px;
    border: 0;
}

.ftr-btn-sub {
    border-radius: 20px;
    border: 3px solid #ffffff;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background: #000 !important;
}
.content-box {
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0px 0px 10px #fff;
    position: relative;
    overflow: hidden;
    background: #eee;
}
.content-box .img-box {
    padding-right: 15px;
}
.detail-box h3 {
    margin-bottom: 0;
}
.detail-box a {
        font-size: 26px;
    color: #c81f3d;
    font-weight: 400;
}

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

.contact-us-title {
    text-align: center;
    padding-bottom: 70px;
}

.contact-us-title h2 {
    font-size: 34px;
    font-weight: 500;
}
.contact-form-box {
    background: #910a07;
    border-radius: 15px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
}

.form-txt h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.form-txt p {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center !important;
    color: #fff !important;
}

.form-txt {
    padding-bottom: 20px;
}
.contact-form-row input {
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
    border: navajowhite;
    height: 45px;
    margin-bottom: -10px;
    padding-left: 20px;
}

.contact-form-row input::placeholder {
    font-size: 14px;
}

.contact-form-row textarea {
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
    border: navajowhite;
    height: 150px;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-left: 20px;
}

.contact-form-row textarea::placeholder {
    font-size: 14px;
}

.cont-btn {
    background: #ffcb18;
    display: block;
    margin-top: 10px !important;
}
.map-contact {
    margin-top: 50px;
}

.map-contact iframe {
    border-radius: 15px;
}
.home-form-border {
    border-radius: 15px;
    background-color: #ffffff;
}
.home-form {
    padding: 20px 0;
    position: relative;
    z-index: 9;
    border-radius: 14px;
    background-color: #ffcb18;
}
.home-form .form-box {
    margin: 20px 50px 0 20px;
}
.home-form .form-box .form-field {
    margin-bottom: 20px;
}

.form-box .form-field {
    position: relative;
    z-index: 0;
}
.form-cta {
    width: 215px;
    height: 51px;
    border-radius: 26px;
    background-color:#910a07;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 150px;
    right: -108px;
}
.form-cta a {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    font-family: "Black Quality";
    display: block;
    text-align: center;
    padding: 6px;
}
.form-box textarea {
    height: 120px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #b2283f;
}
.form-box input {
    height: 40px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid #b2283f;
}
.form-heading h3 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    padding: 10px 0;
    background: #910a07;
}

.form-box input::placeholder {
    font-size: 12px;
}

.form-box textarea::placeholder {
    font-size: 12px;
}

.btn-inner {
        background: #910a07 !important;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 500;
    border: none !important;
    margin-bottom: -30px;
}

.inner-page-section {
    padding-top: 60px;
}

.inner-page-content h3 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #910a07;
}

.inner-page-content p {
    font-size: 16px;
    opacity: 90%;
    text-align: justify;
}

.inner-page-content {
    padding-bottom: 20px;
}
.pd {
    padding-top: 10px;
}
.pd-center {
    padding-top: 30px;
}
.inner-cta {
    text-align: center;
}




.certificarea ul {
    justify-content: space-between;
    display: flex;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    gap: 20px;
}
.certificarea ul li {
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    width: 185px;
    box-shadow: rgb(99 99 99 / 4%) 0px 2px 8px 0px;
}
.certificarea ul li img {
    width: 60px;
}
.certificarea ul li h5 {
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
}
.buttonpro {
    width: 50%;
    margin: 0 auto;
}
.heading-pop {
    background: #910a07;
    text-align: center;
    padding: 15px 0px;
	border-radius: 20px 20px 0 0;
}
.inner-popup-box button {
    border: 0;
    background: transparent;
    font-family: 'Black Quality';
    color: #fff;
    font-size: 34px;
}
.popup-btn-sub {
    display: block;
    width: 100%;
    background: #910a07;
    border: 0;
    padding: 10px;
    border-radius: 50px;
    margin-top: 20px;
}
.heading-pop h6 {
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
}
.heading-pop p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}
.ourproject-form .wpcf7-text {
    border-radius: 100px;
    padding: 21px;
    margin-bottom: 15px;
    border: 0;
    font-size: 15px;
    background-color: #e9f3fd;
}

.ourproject-form .wpcf7-textarea {
    border-radius: 15px;
    padding: 10px 21px 21px 21px;
    margin-bottom: 15px;
    border: 0;
    height: 155px;
    font-size: 15px;
    background-color: #e9f3fd;
}
.padd-eq {
    padding: 30px 30px 10px 30px;
}
.ourproject-form {
    padding-bottom: 30px;
}
.page-cta {
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #910a07;
	    height: 160px
}
.page-cta .img {
    width: 80%;
    margin-right: 10px;
}
.page-cta .txt h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    font-family: "Fira Sans";
}
.page-cta .txt a {
    font-size: 25px;
    line-height: 26px;
    color: #ffcb18;
    font-weight: 400;
    font-family: "Black Quality";
    text-align: center;
    display: block;
    padding-top: 13px;
}

.grad-bg {
    padding: 25px;
    border-radius: 15px;
    background: #ffcb18;
    margin-top: 30px;
}

.grad-bg h3 {
    text-align: center;
}
.service-cta {
    background-color: #910a07;
    padding: 20px;
    text-align: center;
}
.service-cta .cta-txt h3 {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 800;
}
.service-cta .cta-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.service-cta .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    height: 46px;
    margin-top: 10px;
    background: #ffcb18;
}
.service-cta .cta-btn a {
    font-size: 24px;
    color: #050505;
    font-weight: 800;
    font-family: "Black Quality";
}
aside#secondary {
}

.single-post .container {
    padding-top: 50px;
}

h1.entry-title {
    padding: 30px 0 10px;
}

.entry-content p {
    font-size: 16px;
    text-align: justify;
    padding-top: 10px;
    COLOR: #000000c7;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.top-head {
    background: #070707;
}
	.home header#masthead {
       background-color: #910a07;
        margin-bottom: -30px;
}
	.current-menu-item:before {
		display:none;
	}.current-menu-item:after {
		display:none;
	}
	.why-choose {
    padding-top: 30px;
}
	.dg-main-hding {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px !important;
}
	.dg-form-bdr {
    padding: 10px;
    margin-top: 30px;
}
	.dg-form-hd h3 {
    font-size: 18px;
}.ws-cta-hm p {
    text-align: center;
}
	.white-bg {
    padding: 10px;
    height: auto;
    box-shadow: 0px 0px 25px #eee;
}
	ul.service-list li {
    width: 100%;
}
	ul.service-list li a {
    margin-bottom: 15px !important;
    font-size: 14px;
}
	.serv-img-slider img {
    width: 100%;
}
	.dg-slidetext h4 {
    font-size: 22px;
}
	.heading-why h2 {
    font-size: 30px;
}
	.ctasection a h5 {
    font-size: 14px;
}
	.navbar-nav {
        gap: 0px;
        border-radius: 0;
        padding: 0px 0px 10px;
        margin-top: 10px;
        background: transparent;
        box-shadow: none;
        border: none;
}
	#masthead .navbar-nav > li.current_page_item > a {
    color: #ffcb18 !important;
}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
}
	ul#menu-menu-1 li {
    border-bottom: 1px solid #ffffffba;
}
	.top-head ul li img {
    width: 14%;
}
	.top-head ul li a {
    font-size: 16px;
}
	.navbar-brand:before {
		display:none;
	}
	.navbar-brand {
    width: 60%;
}
	.navbar-brand img {
    padding-left: 10px;
    width: 80%;
}
	#masthead nav {
    margin-top: 10px !important;
    margin-bottom: 10px;
}
	.navbar-toggler {
    background: #ffcb18;
}
	.inner-popup-box button {
    font-size: 24px;
}
	.inner-popup-box {
    padding: 10px;
		border-radius: 10px;
}
	.popup-box {
    padding: 5px;
    border-radius: 10px;
}
	.top-head ul {
    padding: 10px 0;
    gap: 0px;
		text-align: center
	 flex-direction: column;
}
	.top-head ul li:last-child {
    display: none;
}

.top-head ul li:nth-child(2) {
    display: none;
}
	.feedback:before {
		display:none;
	}	
	.dg-testi-bgweel {
    text-align: center;
}
	.footer-cta .foo-left:before {
		display:none;
	}
	.footer-cta .foo-right:before {
		display:none;
	}
	.footer-cta {
padding-top: 50px;
        padding-bottom: 10px;
        background-image: linear-gradient(180deg, #c81f3d, #f6a914);
}
.section-fix {
    max-width: 100%;
    width: 100%;
}
.footer-cta .cta-box {
        flex-direction: column-reverse;
        border: 1px solid #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 15px;
}
	.footer-cta .cta-txt {
    border-left: unset;
    width: unset;
    text-align: center;
    padding: 10px 0;
}
.footer-cta .cta-txt h6 {
    color: #fff;
}
.footer-cta .cta-txt a {
    font-size: 20px !important;
    color: #000 !important;
}
.footer-cta .cta-box .cta-icon {
    left: unset;
}

.footer-nav {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    padding-right: 0;
}
.footer-nav .nav-item .nav-link {
    font-size: 12px;
}
.footer-form h6 {
    font-size: 32px;
    line-height: 20px;
    margin-bottom: 30px;
}
ul.footer-text-feild {
        gap: 10px;
        padding: 25px 0 0;
        flex-direction: column;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 10px;
}
	.dis-box {
    margin-left: 0;
    margin-right: 0;
}
ul.footer-text-feild li input {
    width: 100%;
}
.footer-cr div p, .footer-cr div a {
    font-size: 10px;
    margin: 10px 0;
}
	.footer-cta .mail .cta-txt a {
    font-size: 16px;
}
	.footer-cta .cta-box.loc .cta-txt a {
    font-size: 16px;
}
	.inner-page-section {
    padding-top: 20px;
}
.form-heading h3 {
    font-size: 18px;
}
.home-form .form-box {
    margin: 10px 50px 0 20px;
}
.home-form .form-box .form-field {
    margin-bottom: 0px;
}
.form-cta {
    height: 40px;
    right: -95px;
}
.form-cta a {
    font-size: 16px;
    padding: 4px;
}
.inner-page-content h3 {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 30px;
}
.entry-content p {
    font-size: 16px;
}
.page-cta .txt h3 {
    font-size: 14px;
    line-height: 20px;
}
.page-cta .img {
    width: 20%;
    margin-right: 10px;
}
.page-cta .txt a {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
}
.page-cta {
    margin-bottom: 10px !important;
}
.inner-page-content h3 {
    font-size: 18px;
    padding-top: 10px;
}
	.dropdown-menu .dropdown-item {
        color: #fff;
		        font-size: 16px;
}
.navbar-nav .dropdown-menu {
    margin: 0 0 15px;
    width: 100%;
}
	.dropdown-toggle {
    position: relative;
}

.dropdown-toggle:before {
    position: absolute;
    content: "";
    background: url(https://psychicgridhar.com/wp-content/uploads/2024/06/arrow.png);
    width: 7%;
    height: 25px;
    right: 0;
    top: 9px;
    transform: rotate(180deg);
    background-size: 100%;
}

.contact-us-section {
    padding-top: 20px;
}
.contact-us-title h2 {
    font-size: 24px;
}
.contact-us-title {
    padding-bottom: 20px;
}
.form-txt h3 {
    font-size: 20px;
}
.contact-form-box {
    padding-top: 25px;
    padding-bottom: 20px;
}
.content-box {
    margin-bottom: 10px;
    margin-top: 10px;
}
.img-box img {
    width: 70%;
}
.detail-box {
    width: 50%;
}
.detail-box h3 {
    font-size: 16px;
}
.detail-box a {
    font-size: 14px;
}
.boxar {
    text-align: center;
}
	.boxar img {
    display: block;
    margin: auto;
}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	
	.top-head ul {
    padding: 10px;
    gap: 30px;
}
.top-head {
    background: #000;
}
.home header#masthead {
    margin-bottom: -30px;
    background-color: #910a07;
}
#masthead nav {
    margin-top: 15px !important;
    margin-bottom: 15px;
}
button.navbar-toggler {
    background: #ffcb18;
}
.navbar-nav {
    gap: 0px;
    border-radius: 25px;
    padding: 10px;
    margin-top: 20px;
}
.current-menu-item:before {
    display: none;
}
.current-menu-item:after {
    display: none;
}
.dropdown-menu .dropdown-item {
    color: #fff;
}
	.ipad {
		width:100% !important;
	}
	.dg-form-bdr {
    margin-top: 50px;
}
.ws-cta-hm p {
    text-align: center;
}
.dg-form-bdr .dg-homeform {
    background-position: bottom right;
}
.boxar img {
    width: 40%;
}
.boxar {
    padding: 10px 15px;
    height: 475px;
}
.boxar h5 {
    font-size: 14px;
}
.ctasection a h5 {
    font-size: 16px;
}
.footer-cta .foo-left:before {
    display: none;
}
.footer-cta .foo-right:before {
    display: none;
}
.footer-cta {
    background: #910a07;
}
.footer-cta .cta-box {
    justify-content: space-around;
    align-items: center;
}
.footer-cta .cta-txt h6 {
    color: #ffffff;
}
.inner-service-img p {
    text-align: center;
    margin: 20px 0 !important;
}
}


.nav-previous {
    display: none;
}
div#comments {
    display: none;
}


section#block-2 {
    background: #ffd505;
    border-radius: 10px;
    padding: 20px 40px;
}

input#wp-block-search__input-1 {border: 0;border-radius: 25px;height: 30px;margin-right: 10px;margin-bottom: 20px;}

button.wp-block-search__button.wp-element-button {
    border: 0;
    background: #910a07;
    color: #fff;
    border-radius: 30px;
    padding: 5px 27px;
}

label.wp-block-search__label {
    font-size: 16px;
    font-weight: 600;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    list-style: none;
    padding: 0;
}

a.wp-block-latest-posts__post-title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

ul.wp-block-categories-list.wp-block-categories {
    list-style: none;
    padding: 0;
}

ul.wp-block-categories-list.wp-block-categories li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

ul.wp-block-archives-list.wp-block-archives {
    list-style: none;
    padding: 0;
}

ul.wp-block-archives-list.wp-block-archives li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.post-thumbnail img {
    border-radius: 10px;
}