/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 07:46:22 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


body.category {
  display: none;
}


body.category-b2b-corporate,
body.category-education-sector,
body.category-finance-tech,
body.category-general-business-titles-broad-intent-based,
body.category-hospitality-lifestyle,
body.category-local-services-startups,
body.category-medical-healthcare,
body.category-other-niche-businesses,
body.category-professional-services,
body.category-real-estate-infrastructure,
body.category-retail-e-commerce,
body.category-uncategorized,
body.category-website-design {
    display: none !important;
}



ul.blogul {
    margin: 0;
}

ul.blogul li {
    list-style: none;
	color:#fff;
	text-align:justify;
}

ul.blogul li a {
	color:#ceaa5b;
	
}


section.no-results.not-found {
    display: none !important;
}

section.no-results.not-found {
    display: none;
}

div#comments {
    display: none;
} 
.navigation.post-navigation .nav-links {
    display: none;
}

div#respond {
    display: none;
}
.comments-area.comment-form-position-below {
    display: none;
}

article {
    background: transparent !important;
    padding: 0px !important;
    margin: 0 !important;

}


.entry-content.clear img {
    width: 100%;
	max-width:100%:
    height: auto;
	margin-bottom:20px;
}

.media-img img
{
	width:100%;
}
.contact_home_cls svg {
    margin: 0 !important;
}



.home_section_btn span.elementor-button-text {
    font-size: 16px;
}

/* =================================singlepage================= */
h3#reply-title {
    display: none;
}

form#commentform {
    display: none;
}

footer.entry-footer {
    display: none;
}
div#single-blog-page-main {
    padding-top: 40px;
    padding-bottom: 40px;
}
span.byline {
    display: none;
}

span.nav-title {
    display: none;
}

.single .post-navigation .nav-previous a:hover {
    color: #fff;
}

.single .post-navigation .nav-previous a {
    color: #fff;
}

.nav-previous a {
    text-decoration: none;
    font-size: 25px;
    font-family: 'Poppins';
    color: #fff;
    background: #d1ae63;
    padding: 10px;
    border-radius: 5px;
}

.nav-next a {
 text-decoration: none;
    font-size: 25px;
    font-family: 'Poppins';
    color: #fff;
    background: #d1ae63;
    padding: 10px;
    border-radius: 5px;
}

.wp-block-group__inner-container h2 {
    font-size: 34px;
    font-family: 'Poppins';
    color: #000;
}
.blog-sidebar {
/*     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border-radius: 10px;
    padding: 20px 15px;
	background-color:none;
	position: sticky;
    top: 25%;
    z-index: 10;
}

time.entry-date.published {
    color: #ca5f02;
    font-family: 'Poppins';
}

.wp-block-group ul {
    margin: 0;
}


.wp-block-group ul li {
    list-style: none;
    padding-bottom: 10px;
}

.wp-block-latest-posts__list {
    list-style-type: none; 
    padding: 0;
    margin: 0;
}

.wp-block-latest-posts__list li {
    margin-bottom: 10px; 
}

.wp-block-latest-posts__post-title {
    text-decoration: none; 
    color: #000; 
    transition: color 0.3s ease; 
}

.wp-block-latest-posts__post-title:hover, .wp-block-latest-posts__post-title:focus {
    color: #ca5600;
}

.wp-block-latest-posts__post-title.active {
    color: #c95c01;
    font-weight: bold;
}

a.wp-block-latest-posts__post-title {
    color: #000;
}



/* ===========end single post================== */

.wp-block-latest-posts.wp-block-latest-posts__list li a.wp-block-latest-posts__post-title {
    color: #000;
    font-size: 16px;
}

header.entry-header .entry-title a {
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 900;
}

h2.blogh2 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 30px;
}

h3.blogh3 {
    font-size: 24px;
}

h4.blogh4 {
    font-size: 18px;
}

.four-icon-box {
    border-right: 2px solid #fff !important;
}


.card_border_cls {
    border: 3px solid #ceaa5b;
    border-radius: 10px;
    padding: 15px;
	box-shadow: #ceaa5b 0px 0px 8px;
}

.card_border_cls:hover svg {
    fill: #063227 !important;
}

.card_border_cls:hover {
    background: #ceaa5b;
} 

.card_border_cls:hover h2 span {
    color: #fff !important;
}

.card_border_cls.\32 nd_card_cls {
    background: #ceaa5b;
}

.two_button_cls span.elementor-button-text {
    font-size: 14px;
}

.ast-narrow-container .site-content > .ast-container {
    max-width: 1240px;
}

/* ===================================whatsapp fixed================== */

.whatsappblink .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.whatsappblink .btn-whatsapp-pulse-border {
	bottom: 90px;
	right: 20px;
	animation-play-state: paused;
}

.whatsappblink .btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.whatsappblink a.btn-whatsapp-pulse.btn-whatsapp-pulse-border {
    color: #fff;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.tel-icon- {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
}

.tel-icon- a {
    text-decoration: none;
    display: block;
}

.callmeMain1 {
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 200px;
    height: 45px;
    -webkit-animation: 1.5s ease-out infinite zcwmini2;
    -moz-animation: 1.5s ease-out infinite zcwmini2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ceaa5b;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 20px;
}

.callmeMain1:hover {
     background: transparent;
    border: 2px solid #ceab5a;
    color: #fff;
}

.callmeMain1:before{
	content: '';
    position: absolute;
/*     background: #000; */
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0.2;
    border-radius: 50%;
}

.tel-icon- svg, .whats-icon- svg {
    fill: #fff !important;
    width: 25px;
    height: 25px;
/*     margin-top: 15px; */
}
div#astro-track {
    overflow: visible !important;
}

div#astro {
    text-align: center !important;
}

div#astro {
    text-align: center;
}

.astro_testi {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin: 20px;
    padding: 0px 10px;
    padding-top: 10px;
    border-radius: 5px;
    height: 75%;
	background:#fff;
}


.main-form .row {
    display: flex;
	gap:5px;
}

.main-form .row input.cf-btn {
    padding: 16px;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    background: #ceaa5b;
}

.main-form {
    text-align: center;
	display:flex;
	justify-content:start;
}

.main-form .row .col-sm-6 input {
    width: 300px;
    padding: 25px 10px;
}

.main-form .row .col-sm-6 p {
   margin:0;
}


/* .svg_card:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background-image: url(https://wordpressdeveloperjaipur.com/wp-content/uploads/2024/12/steps_after.svg);
    background-position: center;
    background-size: cover;
    left: -33%;
    background-repeat: no-repeat;
    top: 40%;
    transform: translateY(-40%) translateX(0%);
} */
.svg_card {
    position: relative;
}



.post_home {
  margin: 20px 15px 0px 15px;
	box-shadow: 0 9px 18px rgba(0,0,0,.08), 0 5px 7px rgba(0,0,0,.05);
	height:100%;
	border-radius:5px;
	overflow:hidden;
	text-align:center;
}

.post_home .news-card__body0 strong {
    font-size: 20px;
    font-family: barlow;
    color: #000;
    line-height:75px;
}

div#service ul li {
    padding-bottom: 50px;
}

.ast-custom-button {
    border: 2px solid #ceaa5b !important;
}

/*===================client================*/
.client_home {
    margin: 20px;
	box-shadow: 0 9px 18px rgba(0,0,0,.08), 0 5px 7px rgba(0,0,0,.05);
	height:100%;
	border-radius:5px;
	overflow:hidden;
	text-align:center;
	padding:30px 30px 0px 30px;
	background:#fff;
}

.client_home .news-card__img0 img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-bottom:10px;
	object-fit:cover;
}

.client_home .news-card__body1 p {
    font-size: 16px;
    text-align: center;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
    font-family: Poppins;
     font-weight: 500;
	position:relative;
	padding-left:25px;
}

.client_home .star_class i {
    color: #ffa500;
}

.client_home .news-card__body0 strong {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
}

.client_home span.rating {
    font-size: 15px;
}

div#testimonials ul li{
	margin-bottom:50px;
}
.ast-custom-button:hover {
    color: #000;
}

.main-accordion-cls .elementor-tab-title.elementor-active {
    background-color: #ceaa5b !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.icon_box_cls {
    box-shadow: #ceaa5b 0px 3px 11px;
    padding: 15px 15px 20px 15px;
    border-radius: 10px;
}

.portfolio_box_cls
{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
    border-radius: 10px;
}

.portfolio_box_cls img {
    width: 100% !important;
    height: 235px !important;
    object-fit: cover;
	border-radius:10px;
}

.icon_box_cls p.elementor-icon-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.image_four_card p.elementor-image-box-description
{
	   display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.two_div {
    display: flex;
	gap:10px;
	padding-left:25px;
}

.client_home .news-card__body1 p:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(https://wordpressdeveloperjaipur.com/wp-content/uploads/2024/12/icon-quote.svg);
    background-repeat: no-repeat;
    left: -10px;
    top: -10px;
}


.main-accordion-cls .elementor-tab-title.elementor-active {
    background-color: #03a3bd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

ul.sub-menu li a {
    color: #000 !important;
}

ul.sub-menu {
    padding: 10px;
    border-color:#ceaa5b !important;
}

.image_four_card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px 0px;
    background: #fff;
    padding: 10px 0px;
}

.bg-lavander-line h1 {
    font-weight: bold;
    font-size: 25px;
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, transparent 75%, #ceaa5b 0);
    transition: background-size .4s ease;
    box-decoration-break: clone;
    background-size: 100% 85%;
}

.main-navigation li.current-menu-item a {
    color: #ceaa5b !important;
    font-weight: 700;
}

.main-navigation ul.sub-menu li.current-menu-item a
{
	  color: #ceaa5b !important;
}

/* .main-navigation ul.sub-menu li.current-menu-item a {
    color: #ffa500 !important;
} */

ul.sub-menu li a.menu-link {
    color: #000 !important;
}

/* ===contact us==== */
.contactform {
    padding: 20px;
    /* border: 2px solid #5e925d; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*     margin-bottom: 30px; */
}

.contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn:hover {
    color: #CEAB5B;
    background: transparent !important;
    border-color: #CEAB5B;
}

.contactform input {
    background-color: transparent;
    border-style: solid;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    border-color: #ceaa5b;
    border-radius: 5px 5px 5px 5px;
    height: 45px;
    width: 100%;
    padding-left: 10px;
    outline: none;
	color:#fff;
}

.contactform textarea.wpcf7-form-control.wpcf7-textarea
{
	  background-color: transparent;
    border-style: solid;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    border-color: #ceaa5b;
}

.col-sm-12.mt-2.main-form-btn {
    text-align: start;
	margin:0px !important;
}

.col-sm-12.mt-2.main-form-btn p {
    margin: 0;
}

.home .contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background-color: #ceaa5b!important;
   font-family: Poppins;
    font-size: 22px;
    padding: 10px;
    color:#fff;
    max-width: 45%;
    border-radius: 50px;
	font-weight:500;
}

.home .contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn:hover {
    color: #CEAB5B;
    background: transparent !important;
    border-color: #CEAB5B;
}

.contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background-color: #ceaa5b!important;
   font-family: Poppins;
    font-size: 22px;
    padding: 10px;
    color:#fff;
    max-width: 25%;
    border-radius: 50px;
	font-weight:500;
	color:#fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
     padding: 0px; 
    border: 2px solid #8e1e1a;
    text-align: center;
}

 .contactform textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px !important;
	 color:#fff !important;
}
.contactform textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    height: 150px !important;
}


.contact_three svg path {
    fill: #ceaa5b;
}

.contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
   background: #ceaa5b !important;
    color: #fff;
    font-weight: 500;
}

/* =====contactinput================ */

.contactinput {
    padding: 20px 20px 0px 20px;
    border: 2px solid #ceaa5b;
	border-radius:10px;
/*     margin-bottom: 30px; */
}

.contactinput input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn:hover {
    color: #CEAB5B;
    background: transparent !important;
    border-color: #CEAB5B;
}

.contactinput input {
    background-color: transparent;
    border-style: solid;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    border-color: #000;
    border-radius: 5px 5px 5px 5px;
    height: 45px;
    width: 100%;
    padding-left: 10px;
    outline: none;
}

.contactinput textarea.wpcf7-form-control.wpcf7-textarea
{
	  background-color: transparent;
    border-style: solid;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    border-color: #000;
}

.contactinput .col-sm-12.mt-2.main-form-btn {
    text-align: start;
}

.contactinput .col-sm-12.mt-2.main-form-btn p {
    margin: 0;
	padding:0;
}

.contactinput .wpcf7-response-output
{
	color:#000 !important;
}

.contactinput input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background-color: #fff!important;
   font-family: Poppins;
    font-size: 22px;
    padding: 10px;
    color:#000;
    max-width: 100%;
    border-radius: 50px;
	font-weight:500;
}
.contactinput .col-sm-12 p {
    margin: 0;
    padding-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
     padding: 0px; 
    border: 2px solid #8e1e1a;
    text-align: center;
}

 .contactinput textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px !important;
}
.contactinput textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    height: 100px !important;
}


.contact_three svg path {
    fill: #ceaa5b;
}

.contactinput input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
   background: #fff !important;
    color: #000;
    font-weight: 500;
}

aside#block-3 {
    border: 2px solid #ceaa5b;
    padding: 20px;
    border-radius: 10px;
}

ul.sub-menu li {
    padding-bottom: 7px;
}

ul.sub-menu li a.menu-link {
    font-size: 15px !important;
}

.iconbox p a {
    color: #fff;
}

.image_four_card:hover {
    border-color: #ceaa5b;
}
.image_four_card {
    border: 5px solid transparent;
}



 .ftr-news-letter input[type="email"]::placeholder {
/*     color: #fff; */
    opacity: 1;
    letter-spacing: 0.5px;
}
 
.ftr-news-letter input[type="email"]  {
    width: 100%;
    height: 55px;
    color: #000 !important;
    opacity: 1;
      border-color: #fff;
}


.ftr-news-letter input[type="text"] {
    width: 100%;
    height: 55px;
    color: #000 !important;
    opacity: 1;
      border-color: #fff;
}

.ftr-news-letter {
    max-width: 90%;
    margin-left: 10%;
}

.ftr-news-letter p {
    display: flex;
    position: relative;
}

.ftr-news-letter .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.input-group-main {
    width: 100%;
    display: table;
}

 .input-group-main .news {
    float: none;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
}

.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    align-items: baseline;
}

.input-group-main p {
    margin: 0 0 0 40%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 5px 0 5px 26px;
}

 .input-group-main p {
    margin: 0 0 0 40%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 5px 0 5px 26px;
}

.ftr-news-letter input.wpcf7-form-control.wpcf7-submit.has-spinner.nl-btn {
    border-radius: 5px;
    padding: 10px 20px;
    height: 55px;
    background: #063227;
    color: #fff;
}

h4.text-center {
    color: #fff;
}

.site-above-footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* footer#colophon .site-primary-footer-wrap {
    padding: 20px 10px;
} */

div#ast-scroll-top {
    display: none !important;
}

footer#colophon aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    text-align: left;
}

.site-above-footer-wrap {
    background: #ceaa5b !important;
}

.ftr-news-letter p {
    margin: 0;
}

.ftr-news-letter .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    border: 2px solid #8e1e1a;
    text-align: center;
    color: #fff !important;
}

header#masthead {
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
	/*padding-top: 10px;*/
	position: relative;
	
	    background: #fff;
	position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

.logged-in header#masthead.scrolled {
    padding-top: 25px;
    /* background: #FFF; */
    opacity: 1;
}

header#masthead.scrolled {
    padding-top: 0px;
    /* background: #FFF; */
    opacity: 1;
}

.iconbox {
    border: 2px solid #ceaa5b;
    border-radius: 10px;
    padding: 25px 0px;
}


.ast-custom-button:hover {
    background: none;
    border: 1px solid #03a3bd;
    transition: .5s;
}

.file_btn span:before {
    content: "\f061";
    position: absolute;
    top: 40%;
    right: -15px;
    font-family: 'FontAwesome';
    font-size: 15px;
    transform: translateY(-40%) rotate(-45deg);
}
.file_btn span {
    position: relative;
}

.news-card__img0 img {
    width: 100%;
    height: 65px;
    object-fit: contain;
}

/* =========23-12-24========== */
.main-form p {
    margin: 0;
}
.main-form .col-sm-3.mt-2.main-form-btn p {
    margin: 0;
}

/* ===============================404 not foun page============================ */

.error-page-top-wrapper {
/*     background: #f5f5f5; */
    padding: 30px 0 60px;
}
.error-page-top-wrapper .page-content {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
}
.page-content p {
        padding: 0;
        margin: 0;
        font-family: 'Barlow';
        font-size: 25px;
    }
.error-page-top-wrapper h1.page-title {
    display: inline-block;
    font-size: 6.25em;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.1;
    font-style: normal;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-size: 9.375em;
}
.error-page-top-wrapper p.sub-title {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 50px;
    letter-spacing: .2em;
    margin-bottom: 30px;
}
.error-page-top-wrapper p.sub-title:before {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #fff;
    width: 64px;
    height: 1px;
    left: -20px;
}
.error-page-top-wrapper p.sub-title:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #fff;
    width: 64px;
    height: 1px;
    /* left: -20px; */
	font-family:'Poppins';
}

.error-page-top-wrapper a.btn-primary {
    color: #fff;
    background: #ceaa5b;
    border: 1px solid #ceaa5b;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding: 16px 32px;
    font-family: 'Poppins';
    border-radius: 4px;
    font-weight: 600;
}

.page-404-button {
    margin-top: 50px;
}

#error {
  margin: 0 auto;
  display: block;
}

.error404-grid {
    background: #063227;
}


.page-content p {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-size: 25px;
	color:#fff;
}

.icon_box_cls svg circle {
    fill: #03a3bd;
}


.icon_box_cls a.read_btn {
    background: #03a3bd;
    color: #fff;
    border-radius: 5px;
    padding: 6px;
}
/* ===extra error page only background color======== */

.error404 div#content {
    background: #063227;
}

header#masthead img.custom-logo {
    width: 250px;
    height: auto;
}

.icon_box_cls path {
    fill: #ceaa5b;
}

/* .image_card path {
    fill: #ceaa5b;
} */

.image_card path{
    fill: #fff;
}

.image_card span.elementor-icon {
    background: #ceaa5b;
    padding: 10px;
    border-radius: 47px;
}

footer#colophon img {
    width: 200px !important;
    height: auto !important;
}

.main-navigation li a:hover {
    color: #ceaa5b !important;
}

footer#colophon ul li a:hover {
    color: #ceaa5b !important;
}
/* exta blog css background change==== */

.blog div#content {
    background: #063227 !important;
}

.blog-background:before {
    background: #063227 !important;
}

.blog-page-inner
{
	background:#fff !important;
}
/* ===========blog page========== */

.blog-background{
	width:100%;
	height:200px;
	background-position:left;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}

.blog main#primary {
    margin: 0;
}

.blog-background:before {
    background:#f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
}
.blog-background .container
{
	justify-content:center;
	display:flex;
	align-items:center;
	height: 200px;
}

.blog-background .container h1 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 0;
    padding-top: 0px;
    text-align: center;
}

.container_before_page {
    padding: 50px 0 50px 0;
}

.blog-page-inner {
    box-shadow: 0 9px 18px rgba(0, 0, 0, .08), 0 5px 7px rgba(0, 0, 0, .05);
	    padding-bottom: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.blog-img img {
    width: 100%;
    height: 220px;
	    margin-bottom: 20px !important;
	    border-radius: 5px 5px 0 0;
/* 	object-fit:cover; */

}

.blog-title {
font-size: 18px !important;
    font-weight: 600 !important;
    color: #222 !important;
    /* text-align: center !important; */
    font-family: 'Poppins';
    margin-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
}

.blog-content p {
  font-family: 'Poppins';
    padding-left: 10px;
    padding-right: 20px;
    /* text-align: center; */
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.read-btn {
    padding-left: 10px;
}
.read-btn a {
    text-decoration: none !important;
    color: #fff !important;
/*     background-color: #000 !important; */
	    padding: 10px 20px 10px 20px;
		border-radius: 4px;
	background: #ceaa5b;
}
.read-btn a span {
    padding-left: 5px !important;
    font-size: 20px !important;
}

.read-btn a:hover {
    border: 2px solid #ceaa5b !important;
    background: transparent;
    color: #ceaa5b !important;
}

.contact_home_cls span.elementor-icon-list-icon {
   background: #ceaa5b;
    padding: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_home_cls span.elementor-icon-list-icon svg
{
	width:100px !important;
	height:auto !important;
}

.blog-title a {
    text-decoration: none;
    color: #000;
}

.blog-content p a {
    text-decoration: none;
    color: #000;
}

.entry-header h1.entry-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 12px;
	    font-family: 'Poppins';
}

.blog-page .entry-meta {
    margin-bottom: 12px;
}

.entry-meta .posted-on a {
    text-decoration: none;
}

.entry-meta span a {
    text-decoration: none;
    color: #e31720;
}
.entry-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
	text-align:justify;
}

.trusted-wordpress img
{
	border: 3px solid #ceaa5b !important;
}




@media only screen and (max-width: 768px) {
	
	.home_section_btn span.elementor-button-text {
    font-size: 13px;
}
	
	.home .contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background-color: #ceaa5b!important;
   font-family: Poppins;
    font-size: 22px;
    padding: 10px;
    color:#fff;
    max-width: 100%;
    border-radius: 50px;
	font-weight:500;
}
	
	footer#colophon img {
    width: 200px !important;
    height: auto !important;
}
	
	header#masthead img.custom-logo {
    width: 200px;
    height: auto;
}
	
	.client_home .news-card__img0 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-bottom: 10px;
    object-fit: cover;
}
	
	.two_div
	{
		padding-left:0px;
	}
	
	.client_home .news-card__body1 p
	{
		padding-left:0px !important;
	}
	
	header#masthead.scrolled {
    padding-top: 0px;
    /* background: #FFF; */
    opacity: 1;
}
	.error-page-top-wrapper h1.page-title {
    font-size: 10px;
    display: inline-block;
    font-size: 6.25em;
    color: #fff;
    letter-spacing: .05em;
    line-height: 1.1;
    font-style: normal;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-size: 4.375em;
}
	
	.error-page-top-wrapper p.sub-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 50px;
    letter-spacing: .2em;
    margin-bottom: 30px;
    font-family: 'Poppins';
}
	
	.error-page-top-wrapper p.sub-title:before {
    content: "";
    position: absolute;
    top: 11px;
    width: 36px;
    height: 1px;
    background-color: #fff;
    width: 50px;
    height: 1px;
    left: -8px;
}
	
	.error-page-top-wrapper p.sub-title:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 36px;
    height: 1px;
    background-color: #fff;
    width: 50px;
    height: 1px;
    right: -8px;
    font-family: 'Poppins';
}
	
	.page-content p {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
}
	
	.error-page-top-wrapper a.btn-primary {
    color: #fff;
    background: #03a3bd;
    border: 1px solid #03a3bd;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding: 10px 15px;
    font-family: 'Poppins';
    border-radius: 3px;
}
.wpcf7-response-output {
    color: #fff !important;
}
.main-form .row {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
	
	.main-form .row .col-sm-6 input {
    width: 100%;
    padding: 22px 10px;
}
	
	.main-form .row input.cf-btn {
    padding: 12px;
    border-radius: 7px;
    background: #ceaa5b;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
	
	.whatsappblink .btn-whatsapp-pulse-border {
	bottom: 80px;
	right: 10px;
	animation-play-state: paused;
}
	
	.whatsappblink .btn-whatsapp-pulse {
    font-size: 25px;
    padding: 25px;
}
	
	.callmeMain1 {
    width: 150px;
    height: 40px;
    font-size: 15px;
}
	
	.tel-icon- {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 999;
}
	
	footer#colophon .site-primary-footer-wrap {
    padding: 20px 20px;
}
	
	.input-group-main {
    width: 100%;
    display: grid;
    justify-content: center;
}
	
	.site-above-footer-wrap {
    padding-top: 20px;
    padding-bottom: 0px;
}
	
	.ftr-news-letter input[type="text"] {
    width: 100%;
    height: 45px;
    color: #000 !important;
    opacity: 1;
    border-color: #fff;
}
	
	.ftr-news-letter input[type="email"] {
    width: 100%;
    height: 45px;
    color: #000 !important;
    opacity: 1;
    border-color: #fff;
}
	
	.ftr-news-letter input.wpcf7-form-control.wpcf7-submit.has-spinner.nl-btn {
    border-radius: 5px;
    padding: 10px;
		height:45px;
}
	
	.wpcf7 .wpcf7-not-valid-tip {
    color: #DC2626;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
}
	
	.wpcf7 form .wpcf7-response-output {
    margin: 0px 20px;
    padding: 0px;
    border: 2px solid #8e1e1a;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
	.wpcf7 form .wpcf7-response-output {
    margin: 0px 20px;
    padding: 0px;
    border: 2px solid #8e1e1a;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
	
	 .ftr-news-letter input::placeholder {
/*     color: #fff; */
    opacity: 1;
    letter-spacing: 0.5px;
	 font-size:15px;
}

	.ftr-news-letter {
    max-width: 90%;
    margin-left: 10%;
    margin-bottom: 0;
}
 
	.contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background-color: #ceaa5b !important;
   font-family: Poppins;
    font-size: 22px;
    padding: 10px;
    color:#fff;
    max-width: 100%;
    border-radius: 50px;
	font-weight:500;
 }

 .contactform input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn p { 
margin-bottom:10px;
 }
	
	.contactform {
    padding: 20px;
    /* border: 2px solid #5e925d; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0px !important;
}
	
	.contactform .wpcf7 form>div, .wpcf7 form>p
	{
		margin:0 !important;
	}
	
	.contactform p
	{
		margin-bottom:10px !important;
	}
	
	.client_home .news-card__body1 p:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    background-image: url(https://wordpressdeveloperjaipur.com/wp-content/uploads/2024/12/icon-quote.svg);
    background-repeat: no-repeat;
    left: -23px;
    top: -10px;
    background-size: contain;
}
	
	
.client_home .news-card__body1 p {
    font-size: 13px;
}
	
}


@media only screen and (max-width: 350px) {
    .ftr-news-letter input[type="text"] {
        width: 100%;
        height: 40px;
        color: #000 !important;
        opacity: 1;
        border-color: #fff;
    }
	
 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-size: 13px;
}
	.ftr-news-letter {
    max-width: 90%;
    margin-left: 10%;
    margin-bottom: 0;
}
	
	    .ftr-news-letter input[type="email"] {
        width: 100%;
        height: 40px;
        color: #000 !important;
        opacity: 1;
        border-color: #fff;
    }
	
	    .ftr-news-letter input.wpcf7-form-control.wpcf7-submit.has-spinner.nl-btn {
        border-radius: 5px;
        padding: 10px;
        height: 40px;
        font-size: 14px;
    }
	
.client_home .news-card__body0 strong {
    font-size: 12px;
    font-family: Poppins;
    font-weight: 700;
}
	
	.client_home .star_class i {
    color: #ffa500;
    font-size: 13px;
}
 
}

/* .fancy-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.fancy-gallery img {
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fancy-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
} */

/* div#swiper-wrapper-1891f7cd3ec5b243 {
    display: none;
}

div#elementor-lightbox-slideshow-single-img {
    display: none;
}



.swiper-slide.elementor-lightbox-item.swiper-slide-active {
    display: none;
} */


.fancy-gallery .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.fancy-gallery .col-sm-4 {
  flex: 0 0 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
  box-sizing: border-box;
}

.fancy-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fancy-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

div#elementor-lightbox-slideshow-single-img {
    display: none;
}

/* .swiper-slide.elementor-lightbox-item.swiper-slide-active {
    display: none;
}

div#swiper-wrapper-47f53a53eaabe2a3 {
    display: none;
}

.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.elementor-slideshow--ui-hidden {
    display: none;
}

.dialog-message.dialog-lightbox-message.animated.zoomIn {
    display: none;
}

.dialog-widget-content.dialog-lightbox-widget-content {
    display: none;
}

div#elementor-lightbox-slideshow-single-img {
    display: none;
} */

div#elementor-lightbox-slideshow-single-img {
    display: none !important;
}

@media (max-width: 768px) {
/*   .fancy-gallery .col-sm-4 {
    flex: 0 0 48%;
    max-width: 48%;
  } */
	
	.fancy-gallery .row {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 10px;
}
	
	.fancy-gallery .col-sm-4
 {
    max-width: 100%;
    box-sizing: border-box;
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 10px;
}
	
	.fancy-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
	
}

/* @media (max-width: 480px) {
  .fancy-gallery .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
} */
