/*
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.1678338221
Updated: 2023-03-09 05:03:41

*/

@import url("https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/style2.css");
@font-face {
    font-family: 'font/Gilbert Qualifi Demo';
    src: url('https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/font/GilbertQualifiDemoRegular.woff2') format('woff2'),
        url('https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/font/GilbertQualifiDemoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('//fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.screen-reader-response {
    display: none;
}
.hm-form span.wpcf7-not-valid-tip{
	text-align:left;
}
/**Own Css**/
/**Own Css**/

section.main-tittle {
    text-align: center;
        background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
    padding: 10px;
	    position: relative;
}

section.main-tittle h1 {
    color: #fff;
    font-weight: 100;
}
a {font-family:poppins; margin:0; padding:0;}
a:hover {text-decoration:none; }
p {font-family:poppins; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Gilbert Qualifi Demo'; margin:0; padding:0;}
.deskshow {display:block;}
.mobshow {display:none;}
.add-images img{
/* 	border-radius:15px; */
	margin-top:30px;
	border:1px solid #ffa002;
}
.vegacontainer {width:1140px!important; margin:0 auto!important;}
.home .main-tittle {display:none;}
.dropdown:hover .dropdown-menu {  display: block; }
 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:-4px;     background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2)); width: 250px; }
ul.dropdown-menu li { padding: 0; border-bottom: 1px solid #ffffff4a !important; }
ul.dropdown-menu li a { padding: 5px 0 5px 10px;    color: #fff;
    font-size: 14px; text-transform: capitalize;}
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: 22px;
    font-weight: 100;
    color: #081081;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}
.disc-pg-div h5 {
    font-size: 22px;
    font-weight: 100;
    color: #081081;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}
.disc-pg-div h6 {
    font-size: 22px;
    font-weight: 100;
    color: #081081;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
}
/***************Privacy Policy End*******************/




/* sticky header css start */

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





/***********************sticky start***************************/

.sticky-social{ position:fixed; top:60%; z-index:9999;left:0px; padding:0px; margin:0px;}
.social { margin: 0; list-style: none;  padding: 0; }
.social li { line-height: 60px; border-radius: 0 100px 100px 0;  font-size: 20px; width: 60px; text-align: center; height: 60px; transition: all 0.8s ease-in-out;  margin-bottom: 8px;}
li.phone i {  color: #fff; }
li.phone {     background: linear-gradient(to right, #03139a ,#01095b ); }
li.whatsapp { background-color: #11bd26; }
li.whatsapp i { color: #fff; font-size: 25px; }
.social li:hover { border-radius: 0; }

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


/**header start**/

.widget {margin:0;}
header#masthead{
	    background: linear-gradient(to right, #03139a ,#01095b );
	padding: 5px 10px;
}
.home header#masthead {
    margin-bottom: -40px;
        background: linear-gradient(to right, #03139a ,#01095b );
    box-shadow: none;
    padding: 5px 10px;
    position: relative;
    width: 100%;
    z-index: 9;
}
#masthead nav {  position: relative; }


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding: 10px 20px;
    font-weight: 400!important;
    font-size: 15px;
    color: #ffffff;
    font-family: Roboto;
}

ul#menu-menu-1 li {
    padding: 0 15px;
}

.navbar-brand img {
    padding-left: 40px;
}
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;
}

/**header finish**/


/* ***********************new-css******************** */

header#masthead:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    left: 350px;
    right: 0;
    top: 0;
    bottom: 0;
}
header#masthead:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100%;
    right: 300px;
    top: 0;
    bottom: 0;
}

/* ***************about-section***************** */

.heading-img {
    text-align: center;
}
.hm-heading {
    font-size: 28px;
    color: #0a0a0a;
    position:relative;
    text-transform: uppercase;
    font-weight: 700;
}
.hm-heading:before {
    position: absolute;
    content: "";
    border: 3px solid #000;
    width: 45px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    border-right: 0;
    left: 60px;
    right: 0;
    top: -10px;
    bottom: 0;
}
.hm-heading:after {
    position: absolute;
    content: "";
    border: 3px solid #000;
    width: 45px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
    border-left: 0;
    right: 60px;
    top: -10px;
    bottom: 0;
}
.sub-heading {
    font-size: 24px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    color: #000;
}

.about-section:before {
    position: absolute;
    content: "";
    background: #f5f5f5;
    width: 100%;
    height: 375px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.about-section {
    padding-top: 60px;
    background: url(http://psychicshivaji.com/wp-content/uploads/2023/03/about-bg.jpg);
    background-repeat: no-repeat;
}

.hm-abt-para p {
    color: #000;
    font-size: 14px;
    font-family: poppins;
    text-align: center;
    padding: 30px 0;
}
.ser-icon {
    width: 20%;
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
    padding: 9px 9px;
    margin-top: -90px;
    position: relative;
    margin-left: 20px;
}
.ser-icon img{
	-webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.serv-heading {
    padding: 30px 20px 0;
}

.serv-heading h4 {
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 32px;
}

.serv-heading p {
    font-size: 14px;
    padding: 25px 0;
	    font-family: roboto;
}
a.serv-btn {
    text-align: center;
    width: 100%;
    background: linear-gradient(to right, #03139a ,#01095b );
    color: #fff;
    font-size: 16px;
    display: block;
    transition: .2s linear;
    padding: 14px;
    font-family: poppins;
    text-transform: uppercase;
    border-radius: 0 0 15px 15px;
}

a.serv-btn:hover {
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
}
.hm-service {
    border: 1px solid #eee;
    border-radius: 18px;
	    background: #fff;
}



/* ***********************service-section*********************** */

.service-section {
    padding-top: 45px;
    background: url(http://psychicshivaji.com/wp-content/uploads/2023/03/service-bg.jpg);
    background-repeat: no-repeat;
    margin-top: 60px;
}
.hm-form {
    background: #fff;
    border: 1px solid #ffaa02;
    padding:35px 0 90px;
    text-align: center;
    border-radius: 15px;
}
.hm-form:before {
       position: absolute;
    content: "";
    background: url(https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/img/form-call-circule.png);
    width: 77px;
    height: 38px;
    bottom: 85px;
    left: 60px;
    right: 0;
    z-index: 1;
}
.hm-form:after {
    position: absolute;
    content: "";
    background: url(https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/img/form-call-circule.png);
    width: 77px;
    height: 38px;
    bottom: 85px;
    right: 60px;
    transform: rotate(180deg);
    z-index: 1;
}
.hm-form h4 {
    font-size: 28px;
    color: #ffaa02;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.hm-form h5 {
    font-size: 16px;
    font-family: roboto;
    font-weight: 400;
}

.hm-inner-form {
    padding: 35px 35px 0;
}
.hm-inner-form .wpcf7-text {
    border-radius: 30px;
    height: 40px;
    border: 2px solid #ffaa02;
    margin-bottom: 20px;
    padding-left: 40px;
}
.hm-inner-form .wpcf7-text::placeholder{
	font-size:14px;
}
.hm-inner-form .wpcf7-textarea::placeholder{
	font-size:14px;
}
.hm-inner-form .wpcf7-textarea {
    border: 2px solid #ffa502;
    height: 180px;
    border-radius: 10px;
    margin-bottom: 20px;
	    padding-left: 40px;
    padding-top: 10px;
}

.hm-btn {
    border: 0;
    background: linear-gradient(to right, #03139a ,#01095b );
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: roboto;
    padding: 10px;
}

.hm-btn:hover {
    background: linear-gradient(to right, #ff7300 ,#ffa302 );
}
.frm-cta h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Gilbert Qualifi Demo';
}

.frm-cta a {
    font-size: 48px;
    font-family: Righteous;
    color: #ffa202;
}

.frm-cta a:hover {
    color: #09127b;
}

.frm-cta p {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
	padding: 0 30px;
}
.frm-call-icon {
    text-align: center;
    margin-top: -91px;
    position: relative;
}
.frm-call-icon:before {
    position: absolute;
    content: "";
    background: #ffa202;
    width: 100%;
    height: 55px;
    z-index: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 15px 15px;
    top: 36px;
}

.frm-call-icon img {
    position: relative;
}
.icon1, .icon2, .icon3, .icon4 {
    position: relative;
}

.icon1:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffaa02;
    content: "\f007";
    z-index: 1;
    left: 20px;
    top: 12px;
}
.icon2:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffa502;
    content: "\f658";
    z-index: 1;
    left: 20px;
    top: 12px;
}
.icon3:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffa502;
    content: "\f025";
    z-index: 1;
    left: 20px;
    top: 12px;
}
.icon4:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ffa502;
    content: "\f27a";
    z-index: 1;
    left: 20px;
    top: 15px;
}

.hm-serv-heading{
	position:relative;
	color: #000000;
	text-transform: uppercase;
	line-height:29px;
}

.hm-serv-heading:before {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    width: 45px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    border-right: 0;
    left: 55px;
    right: 0;
    top: -16px;
    bottom: 0;
}
.hm-serv-heading:after {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    width: 45px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
    border-left: 0;
    right: 55px;
    top: -16px;
    bottom: 0;
}
.service-heading-img h5 {
    color: #000;
}

.serv-para p {
    color: #000;
}
.serv-para {
    padding-top: 20px;
}
.yt-vid {
    padding-top: 70px;
}
.yt-vid iframe {
    border-radius: 15px;
}
.hm-ws-cta {
    padding-top: 55px;
}

.servcie-appoin-cta {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 11px #e5e5e5;
    position: relative;
	    margin-top: 55px;
}

.appoint-cta-icon {
    width: 50%;
    position: relative;
}

.appont-txt {
    text-align: center;
    padding: 10px;
}

.appont-txt h5 {
    font-size: 38px;
    font-weight: 400;
    color: #010a61;
    line-height: 32px;
}

.appont-txt p {
    font-size: 14px;
    font-family: poppins;
    color: #000;
    font-weight: 500;
    padding-top: 15px;
}

.servcie-appoin-cta:before {
    position: absolute;
    content: "";
    background: #ffa002;
    width: 100px;
    height: 100%;
    z-index: 0;
    right: 35px;
    top: 0;
    bottom: 0;
}


/* **********************why-us************** */

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

.why-us-section:before {
    position: absolute;
    content: "";
    /* background: url(https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/img/why-us-bg.jpg); */
    width: 855px;
    height: 668px;
    background: #eee;
    right: 0;
    top: 30px;
}
.why-us-section:after {
    position: absolute;
    content: "";
    background: url(http://psychicshivaji.com/wp-content/uploads/2023/03/why-us-astro-bg.jpg);
    width: 142px;
    height: 1241px;
    left: 0;
    top: 0;
    z-index: -1;
}
.why-para {
    background: #fff;
        border: 2px solid #000;
    padding: 25px;
    border-radius: 15px;
}
.why-us-heaaidng .hm-serv-heading:before {
    left: 0;
    top: -15px;
}

.why-us-heaaidng .hm-serv-heading:after {
    right: 0;
    top: -17px;
}
.why-us-point {
    background: #fff;
    border: 1px solid #ffa504;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
	    margin-top: 30px;
}


.why-point-txt h5 {
    font-size: 20px;
    font-weight: 300;
    color: #01095e;
}

.why-point-txt {
    padding: 25px 0;
}

.why-point-txt p {
    font-size: 14px;
    padding: 15px 15px 0;
}
.poin1-colum {
    margin-top: -130px;
}
.why-us-para-inner p {
    font-size: 14px;
    text-align: justify;
    padding-top: 30px;
}
.main-service-link {
    text-align: center;
    background: linear-gradient(to right, #03139a ,#01095b );
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.serv-heading-link {
    padding: 15px;
    background: linear-gradient(to right, #ff7300 ,#ffa302 );
}

.serv-heading-link h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

.main-service-link p {
    color: #fff;
    font-size: 16px;
    font-family: roboto;
    padding-top: 10px;
}

.inner-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-link {
    padding: 10px 20px;
}

.inner-link ul li a {
    background: #fff;
    display: block;
    margin-bottom: 10px !important;
    font-size: 16px;
    font-family: roboto;
    color: #000;
    text-align: left;
    border-radius: 7px;
    padding: 12px 20px;
}

.inner-link ul li a i {
    color: #ffa102;
}
.ads-colum {
    margin-top: -330px !important;
	position:relative;
}
.ads-colum:before {
    position: absolute;
    content: "";
    background: url(http://psychicshivaji.com/wp-content/uploads/2023/03/why-us-astro-bg-rgt.jpg);
    width: 135px;
    height: 281px;
    right: -102px;
    top: -278px;
    z-index: -1;
}
.uper-ads-colum {
    margin-top: -155px;
}




/* -----------------------inner-about----------------- */


.inner-about-section {
    background: url(http://psychicshivaji.com/wp-content/uploads/2023/03/service-bg.jpg);
    background-repeat: no-repeat;
    margin-top: 40px;
    padding-top: 35px;
}
.abt-form {
    padding: 30px 0 10px;
    position: relative;
}

.hm-form.abt-form:before {
    display: none;
}
.hm-form.abt-form:after {
    display: none;
}
.inner-abt-para h4 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}

.inner-abt-para p {
    font-size: 15px;
    padding-top: 15px;
    text-align: justify;
	font-family: 'Roboto';
}
.mid-abt-para {
    text-align: center;
    padding: 30px 20px;
    background: #eee;
    margin-top: 30px;
    border: 1px solid #ffa502;
}

.mid-abt-para p {
    text-align: center;
}
.lst-abt-section {
    margin-top: 30px;
    padding-top: 70px;
	    padding-bottom: 100px;
}

.lst-abt-section:before {
    position: absolute;
    content: "";
	width: 100%;
    background: url(https://psychicshivajii.com/wp-content/themes/wp-bootstrap-starter-child/img/why-us-bg.jpg);
   height: 365px;
    right: -500px;
    top: 30px;
    border-radius: 10px 0 0 10px;
}
.lst-abt-para h4 {
    color: #fff;
}
.inner-map iframe {
    height: 277px;
    border: 1px solid #ffa502 !important;
    margin-top: 30px;
}
.lst-abt-para p {
    color: #fff;
}


/* -----------------inner-service-page---------------- */

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


/* ----------------------------book-an-appointment--------------- */

.appoint-cta-txt h5 {
    font-size: 20px;
}

.appoint-cta-txt a {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.appoint-cta-txt p {
    padding: 0;
}
.appoint-ws-cta {
    margin-top: 30px;
}
.main-appoint-form {
    text-align: center;
}

.apoint-section {
    padding-top: 60px;
	padding-bottom: 60px;
}
.main-appoint-form {
      padding: 15px;
    border-top: 6px solid #010b6a;
    border-bottom: 6px solid #020c6b;
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
}

.appoint-from h4 {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    padding: 15px 0;
}

.appoint-from h5 {
    color: #000;
    font-weight: 500;
    font-family: roboto;
    font-size: 16px;
    padding-bottom: 15px;
}

.appoin-inner-form .wpcf7-text {
    border: 0;
    margin-bottom: 12px;
    border-radius: 30px;
    height: 40px;
}

.appoin-inner-form .wpcf7-textarea {
    border: 0;
    height: 150px;
    border-radius: 15px;
}

.appoin-inner-form .wpcf7-date {
    border: 0;
    border-radius: 30px;
    height: 40px;
	margin-bottom: 12px;
}
.appoint-btn {
    width: 100%;
        background: linear-gradient(to right, #03139a ,#01095b );
    border: 0;
    border-radius: 35px;
    font-size: 18px;
    margin-top: 20px;
    padding: 7px;
}


/* -----------------contact-page------------------ */

.contact-section {
    padding: 60px 0;
}

.conatact-box {
    margin: 0;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.contact-icon h5 {
    text-transform: capitalize;
    font-size: 30px;
}

.contact-icon a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.conatact-box:before {
       background: linear-gradient(to right, #03139a ,#01095b );
    right: 0;
    width: 33%;
    border-radius: 0 15px 15px 0;
}
a.contat-fnt {
    font-size: 14px;
}
























@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none;}
.mobshow {display:block!important;}
#content.site-content { padding-bottom: 0; padding-top: 0; }
.vegacontainer {width:100%!important; margin:0 auto!important;}

/************************Drop Down Area***************************/

#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;
    justify-content: center;
    color: #fff;
    font-size: 18px;
	z-index:99;
}
.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: #330f48;
}
#masthead .navbar-nav .dropdown-menu li.current-menu-item a{
	color:#fec904 !important;
}
.dropdown-menu{
	padding:0px;
}

/************************Drop Down Area End***************************/


/********************************mobile menu********************************/

#masthead nav::before {display:none!important;}
.navbar-brand img { padding-left: 0; }
.home header#masthead { position: relative!important; padding:0;    margin-bottom: -17px; }
.top-hd {  padding: 10px 0; background-color: #694285; }
ul.top-hdr { padding: 0; list-style: none; text-align: center; width: 100%;  margin: 0; }
ul.top-hdr li a { color: #fff; font-size: 30px; vertical-align: middle; padding-left: 9px; padding-bottom: 0; font-weight: 800; }
header#masthead { margin-bottom: 0;
    background-color: #081081;
    box-shadow: none;
    padding: 0 0 10px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {color: #694285; font-weight: 400; background: #69428500; border-radius: 0; }

.navbar-light .navbar-toggler {  border-radius: 0px; background-color: #fff; padding: 12px; }
div#main-nav { position: relative; right: 0; top: 10px; margin-bottom:10px;}
ul#menu-menu-1 li { border-bottom: 1px solid #69428540; padding:0px;}
ul#menu-menu-1 li:nth-child(5) { border-bottom: 0px!important; }
.current-menu-item { background-color: #69428500; border-radius: 0; }
 #masthead .navbar-nav > li.current_page_item > a { color: #fff!important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 8px 0; }
ul.dropdown-menu { padding: 0; margin: 0px!important; }
ul.dropdown-menu li a {padding: 5px 30px;
    font-size: 16px;
    color: #fffeff; }
ul.dropdown-menu li:last-child { border-bottom: 0px!important; }
section.main-tittle { text-align: center;     background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));; padding:10px; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase;    font-weight: 100; }


/********************************mobile menu********************************/

/* --------------------new-css-----------------------*/
	
.mob-num {
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
    text-align: center;
    padding: 6px;
}

.mob-num a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
header#masthead:before{display:none;}
header#masthead:after{display:none;}
.navbar-nav li {
    border-bottom: 1px solid #ffffff3d;
}
.navbar-nav li:last-child {
    border-bottom: none;
}	
.hm-heading {
    font-size: 18px;
}
.hm-heading:before{display:none;}
.hm-heading:after{display:none;}
.about-section {
    padding-top: 30px;
}
.sub-heading {
    font-size: 16px;
    padding-top: 8px;
}
.hm-abt-para p {
    font-size: 14px;
    text-align: justify;
    padding: 10px 0;
}
.about-section:before {
    height: 325px;
}
.service-section {
    margin-top: 30px;
}
.hm-form h4 {
    font-size: 24px;
}
.hm-form h5 {
    font-size: 14px;
}
.hm-inner-form {
    padding: 25px 25px 0;
}
.frm-cta h5 {
    font-size: 20px;
}
.frm-cta a {
    font-size: 38px;
}
.frm-call-icon:before {
    top: 50px;
}
.hm-form:after {
    bottom: 70px;
    right: 25px;
}
.hm-form:before {
    bottom: 70px;
    left: 25px;
}	
.yt-vid {
    padding-top: 20px;
}
.hm-ws-cta {
    padding-top: 20px;
}
.servcie-appoin-cta {
    display: block;
    margin-top: 20px;
}
.servcie-appoin-cta:before {
    width: 100%;
    height: 100px;
    top: 186px;
    bottom: 0;
    right: 0;
}
.appont-txt h5 {
    font-size: 26px;
    line-height: 30px;
}
.appont-txt p {
    font-size: 14px;
    padding-top: 10px;
}
.appoint-cta-icon {
    width: 100%;
    text-align: center;
}
.why-us-section {
    padding-top: 70px;
}
.why-para {
    padding: 15px;
}
.why-us-para-inner p {
    padding-top: 25px;
    color: #000;
}
.poin1-colum {
    margin-top: 0;
}
.uper-ads-colum {
    margin-top: 20px;
}
.mob-ads{
    margin-top: 20px;
}	
.inner-about-section {
    background: none;
    background-repeat: no-repeat;
    margin-top: 0;
}
.inner-abt-para h4 {
    font-size: 18px;
    padding-top: 30px;
}
.mid-abt-para p {
    text-align: justify;
}
.mid-abt-para {
    padding-top: 0;
}
.lst-abt-section {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.lst-abt-para p {
    color: #000;
}
.lst-abt-para h4 {
    color: #000;
}
.lst-abt-section:before{display:none;}
.apoint-section {
    padding-top: 30px;
}	
.contact-section {
    padding: 30px 0;
}
.conatact-box {
    margin: 30px 0 65px;
}
.conatact-box:before {
    border-radius: 0 0 15px 15px;
}	
a.contat-fnt {
    font-size: 22px;
}	
.pdtop:before{
    display:none!important;
}
.ads-colum:before{
     display:none!important;
}	
	
}












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


/************************Drop Down Area***************************/

#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;
    justify-content: center;
    color: #fff;
    font-size: 24px;
	z-index:99;
}
.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: #330f48;
}
#masthead .navbar-nav .dropdown-menu li.current-menu-item a{
	color:#fec904 !important;
}
.dropdown-menu{
	padding:0px;
}

/************************Drop Down Area End***************************/


/********************************mobile menu********************************/

#masthead nav::before {display:none!important;}
.navbar-brand img { padding-left: 0;width: 80%; }
.home header#masthead { position: relative!important; padding:0 0 10px;margin-bottom: 2px; background-color: #fdac02; }
.top-hd {  padding: 10px 0; background-color: #694285; }
ul.top-hdr { padding: 0; list-style: none; text-align: center; width: 100%;  margin: 0; }
ul.top-hdr li a { color: #fff; font-size: 30px; vertical-align: middle; padding-left: 9px; padding-bottom: 0; font-weight: 800; }
header#masthead { margin-bottom: 0;
    background-color: #081081;
    box-shadow: none;
    padding: 0 0 15px;}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {color: #694285; font-weight: 400; background: #69428500; border-radius: 0; }
.navbar-light .navbar-toggler {  border-radius: 0px;
    background-color: #fff;
    padding: 10px; }
div#main-nav { position: relative;
    right: 0;
    top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
    border-radius: 10px;
	}
ul#menu-menu-1 li { border-bottom: 1px solid #69428540; padding:0px;}
ul#menu-menu-1 li:nth-child(5) { border-bottom: 0px!important; }
.current-menu-item { background-color: #69428500; border-radius: 0; }
 #masthead .navbar-nav > li.current_page_item > a { color: #fff!important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 5px 15px;font-size: 14px; }
ul.dropdown-menu { padding: 0; margin: 0px!important; }
ul.dropdown-menu li a { padding: 5px 30px;
    font-size: 13px;
    color: #ffffff; }
ul.dropdown-menu li:last-child { border-bottom: 0px!important; }
section.main-tittle { text-align: center;     background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2)); padding: 10px; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 100;}


/********************************mobile menu********************************/
	
/* --------------------new-css-----------------------*/
	
.mob-num {
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
    text-align: center;
    padding: 6px;
}

.mob-num a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
header#masthead:before{display:none;}
header#masthead:after{display:none;}
.navbar-nav li {
    border-bottom: 1px solid #ffffff3d;
}
.navbar-nav li:last-child {
    border-bottom: none;
}	
.hm-heading {
    font-size: 18px;
}
.hm-heading:before{display:none;}
.hm-heading:after{display:none;}
.about-section {
    padding-top: 30px;
}
.sub-heading {
    font-size: 16px;
    padding-top: 8px;
}
.hm-abt-para p {
    font-size: 14px;
    text-align: justify;
    padding: 10px 0;
}
.about-section:before {
    height: 450px;
}
.service-section {
    margin-top: 30px;
}
.hm-form h4 {
    font-size: 24px;
}
.hm-form h5 {
    font-size: 14px;
}
.hm-inner-form {
    padding: 25px 25px 0;
}
.frm-cta h5 {
    font-size: 20px;
}
.frm-cta a {
    font-size: 38px;
}
.frm-call-icon:before {
    top: 50px;
}
.hm-form:after {
    bottom: 70px;
    right: 25px;
}
.hm-form:before {
    bottom: 70px;
    left: 25px;
}	
.yt-vid {
    padding-top: 20px;
}
.hm-ws-cta {
    padding-top: 20px;
}
.servcie-appoin-cta {
    display: block;
    margin-top: 20px;
}
.servcie-appoin-cta:before {
    width: 100%;
    height: 100px;
    top: 186px;
    bottom: 0;
    right: 0;
}
.appont-txt h5 {
    font-size: 26px;
    line-height: 30px;
}
.appont-txt p {
    font-size: 14px;
    padding-top: 10px;
}
.appoint-cta-icon {
    width: 100%;
    text-align: center;
}
.why-us-section {
    padding-top: 70px;
}
.why-para {
    padding: 15px;
}
.why-us-para-inner p {
    padding-top: 25px;
    color: #000;
}
.poin1-colum {
    margin-top: 0;
}
.uper-ads-colum {
    margin-top: 20px;
}
.mob-ads{
    margin-top: 20px;
}	
.inner-about-section {
    background: none;
    background-repeat: no-repeat;
    margin-top: 0;
}
.inner-abt-para h4 {
    font-size: 18px;
    padding-top: 30px;
}
.mid-abt-para p {
    text-align: justify;
}
.mid-abt-para {
    padding-top: 0;
}
.lst-abt-section {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.lst-abt-para p {
    color: #000;
}
.lst-abt-para h4 {
    color: #000;
}	
.apoint-section {
    padding-top: 30px;
}	
.contact-section {
    padding: 30px 0;
}
.conatact-box {
    margin: 30px 0 65px;
}
.conatact-box:before {
    border-radius: 0 0 15px 15px;
}	
a.contat-fnt {
    font-size: 22px;
}	
.pdtop:before{
    display:none!important;
}
.ads-colum:before{
     display:none!important;
}	
	
	
	
	
}