.ast-article-single .entry-header{
    display: none;
}
#masthead.fixed-head{
	position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  animation: slide-down 0.7s;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
.ast-site-identity {
	padding:  0 !important;
}
.ast-theme-transparent-header #masthead{
    position: static;
}
.site-logo-img img {
	margin-bottom: -23px;
}
#masthead.fixed-head .site-logo-img img{
	margin-bottom: 0px;
}
.main-header-menu .menu-link {
	padding: 5px 0px;
	margin: 0 20px;
	position: relative;
	font-size: 14px !important;
}
.ast-builder-menu-1 .menu-item > .menu-link::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 3px;
    background: #9e1e15;
    transition: all 400ms ease-in-out;
}
.ast-builder-menu-1 .menu-item > .menu-link:hover:before,
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link:before{
    width: 100%;
}
.header-contect a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	color: #9e1e15;
	font-family: 'inter',sans-serif;
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.header-contect a i{
    font-size: 20px;
}
.header-contect a:hover{
    color: #191919;
}
#nsi-service .elementor-widget-image-box {
	position: relative;
}

#nsi-service .elementor-widget-image-box::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: auto;
	width: 1px;
	height: 70px;
	background: #9e1e15;
	margin: auto;
}
#nsi-service .elementor-widget-image-box::after {
	content: "";
	position: absolute;
	right: -4.3px;
	top: 0;
	bottom: 0;
	left: auto;
	width: 10px;
	height: 10px;
	background: #9e1e15;
	margin: auto;
	transform: rotate(45deg);
}
#nsi-service .elementor-widget-image-box:last-child:before,
#nsi-service .elementor-widget-image-box:last-child:after{
    content: none;
}

.insurance-card  {
	height: 267px;
	overflow: hidden;
}
.insurance-card.service-insurance-card {
	height: 307px;
}
.insurance-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	background: #ffffff;
	border-radius: 18px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	overflow: hidden;
	transform: translateY(100%);
	opacity: 1;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: scroll;
}
.insurance-card.expanded .insurance-detail {
	transform: translateY(0);
}
.insurance-card a{
	cursor: pointer;
}
#nsi-review {
	position: relative;
}
#nsi-review::before{
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: #560c09;
}


.nsi-testimonial .wpr-testimonial-item .wpr-testimonial-content-inner {
	background: #fff;
}
.nsi-testimonial .wpr-testimonial-item {
	padding-left: 40px !important;
	position: relative;
}
.nsi-testimonial .wpr-testimonial-item::before{
	content: "";
	position: absolute;
	top: 6px;
	bottom: auto;
	left: 0;
	right: auto;
	background-image: url("https://lightgrey-turtle-929971.hostingersite.com/wp-content/uploads/2026/09/inverted-comma.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 18px;
}
.nsi-testimonial .wpr-testimonial-dots {
	left: auto !important;
	right: 0 !important;
	margin-top: -6px !important;
}
.nsi-testimonial .slick-dots .slick-active .wpr-testimonial-dot{
	transform: scale(1.2);
}
.nsi-testimonial .wpr-testimonial-content-inner {
	margin-bottom: 0 !important;
}
.nsi-servive-community{
	position: relative;
}
.nsi-servive-community::after {
	content: "" !important;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	height: 80%;
	width: 1px;
	background: #c08829;
	margin: auto;
}
.nsi-servive-community::before {
	content: "" !important;
	position: absolute !important;
	right: -4.8px;
	top: 0 !important;
	bottom: 0;
	left: auto !important;
	width: 10px !important;
	height: 10px !important;
	background: #c08829;
	margin: auto;
	transform: rotate(45deg);
}	
/* footer */
.wp-block-paragraph {
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.5em;
}
.footer-widget-area .widget-title {
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	margin: 0 0 15px 0;
	text-align: left;
	text-transform: uppercase;
}
.footer-widget-area .menu li a{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #444444;
	transition: all 400ms ease-in-out;
}
.footer-widget-area .menu li a:hover{
	color: #9e1e15;
}

.footer-contect-info-list ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.footer-contect-info-list ul li {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	color: #444444;
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 10px 0;
}
.footer-contect-info-list ul li a {
	color: #444444;
	transition: all 400ms ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-contect-info-list ul li a:hover{
	color: #9e1e15;
}
.footer-contect-info-list ul li i{
	color: #9e1e15;
}

.social-follow {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
	padding: 0;
}

.social-follow li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #9e1e15;
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	transition: all 400ms ease-in-out;
}
.social-follow li a:hover{
	background-color: #000;
}
.social-follow li a i b{
	display: none;
}
.footer-social p{
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-align: left;
}
.site-footer .site-footer-primary-section-2,
.site-footer .site-footer-primary-section-3,
.site-footer .site-footer-primary-section-4{
	border-right:1x solid #e0e0e0 !important;
	position: relative;
}
.site-footer .site-footer-primary-section-2::before,
.site-footer .site-footer-primary-section-3::before,
.site-footer .site-footer-primary-section-4::before{
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
}
.nsi-images{
	position: relative;
}
.nsi-images::before, .nsi-images::after {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://lightgrey-turtle-929971.hostingersite.com/wp-content/uploads/2026/09/bg-after.png) !important;
	width: 233px !important;
	height: 100% !important;
}
.nsi-images.nsi-images2::before, .nsi-images.nsi-images2::after {
	background-size: cover;
}
.nsi-images::before{
	left: 0 !important;
	right: auto;
}
.nsi-images::after{
	left: auto;
	right: 0;
}
#nsi-review::after {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0;
	right: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://lightgrey-turtle-929971.hostingersite.com/wp-content/uploads/2026/09/bg-after2.png) !important;
	width: 257px !important;
	height: 100% !important;
}
.nsi-together{
	position: relative;
}
.nsi-together::after {
	content: "" !important;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	height: 80%;
	width: 1px;
	background: #c08829;
	margin: auto;
}
.nsi-together::before {
	content: "" !important;
	position: absolute !important;
	right: -4.8px;
	top: 0 !important;
	bottom: 0;
	left: auto !important;
	width: 10px !important;
	height: 10px !important;
	background: #c08829;
	margin: auto;
	transform: rotate(45deg);
}
.ast-builder-footer-grid-columns {
	grid-column-gap: 20px;
}
.nsi-btn .elementor-button{
	transition: all 400ms ease-in-out;
}
.nsi-btn .elementor-button .elementor-button-icon,
.nsi-btn2 .elementor-button .elementor-button-icon{
	transition: all 400ms ease-in-out;
}
.nsi-btn .elementor-button:hover .elementor-button-icon,
.nsi-btn2 .elementor-button:hover .elementor-button-icon{
	transform: translateX(calc(4px * 1));
}
.nsi-btn2 .elementor-button:hover .elementor-button-icon{
	transform: translateX(-4px);
}
@media (max-width:1499px) {
	.site-logo-img img {
		margin-bottom: -3px;
	}
}
@media (max-width:1299px) {
	.main-header-menu .menu-link {
		margin: 0 13px;
	}
}
@media (max-width:1024px) {
	#nsi-service .elementor-widget-image-box:nth-child(2):before,
	#nsi-service .elementor-widget-image-box:nth-child(2):after{
		content: none;
	}
	.nsi-servive-community::before,
	.nsi-servive-community::after{
		content: none !important;
	}
	#nsi-review::before,#nsi-review::after{
		content: none !important;
	}
	.nsi-together::after,.nsi-together::before{
		content: none !important;
	}
	.nsi-insutance .insurance-card {
		max-width: 307px;
		height: 287px;
	}
}
@media (max-width:921px) {
	.site-logo-img img {
		margin-bottom: 0;
		width: 180px;
	}
	.wp-block-paragraph ,.footer-widget-area .menu li{
		text-align: left;
	}
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
		grid-template-columns: 1fr 1fr !important;
		gap: 10px;
	}
	.site-footer .site-footer-primary-section-2::before, .site-footer .site-footer-primary-section-3::before, .site-footer .site-footer-primary-section-4::before {
		content: none;
	}
}
@media (max-width:767px) {
	#nsi-service .elementor-widget-image-box:before,
	#nsi-service .elementor-widget-image-box:after{
		content: none;
	}	
	#nsi-service .elementor-image-box-img img,.nst-community-list .elementor-image-box-wrapper img {
		margin: auto;
	}
}
@media (max-width:575px) {
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
		grid-template-columns: 1fr !important;
	}
	.wp-block-paragraph {
		margin: 0;
	}
}
@media (max-width:575px) {
	#nsi-service{
		--e-con-grid-template-columns: repeat(1, 1fr);
    --e-con-grid-template-rows: repeat(12, 1);
	}
}
/* home end */
/* service */
.ast-header-breadcrumb{
	padding: 80px 0;
	background-image: url('https://lightgrey-turtle-929971.hostingersite.com/wp-content/uploads/2026/09/breadcrom.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ast-breadcrumbs ul li a{
	color: #fff;
}
.ast-breadcrumbs ul li::after{
	content: "\f054";
	font-family: 'Font Awesome 7 Free';
	font-weight: 700;
	color: #fff;
}

.nsi-images3::before, .nsi-images3::after,.nsi-contect-section:after {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://lightgrey-turtle-929971.hostingersite.com/wp-content/uploads/2026/09/bg-after3.png) !important;
	width: 155px !important;
	height: 100% !important;
}
.nsi-images3::after ,
.nsi-contect-section::after {
	left: auto;
	right: 0;
}
.nsi-images3::before {
	left: 0 !important;
	right: auto;
}
.nsi-faq .e-n-accordion details {
	border-radius: 10px;
	overflow: hidden;
}
.nsi-form {
	margin: 0 !important;
}
.nsi-form-wapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
	margin: 0 0 15px 0;
}
.nsi-form p{
	margin: 0;
}
.nsi-form label {
	font-family: "inter",sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 10px 0;
	display: inline-block;
}
.nsi-form input,
.nsi-form select{
	height: 45px;
	font-size: 16px;
	color: #111111;
	border-radius: 5px;
	background: #fff;
}
.nsi-form textarea {
	font-size: 16px;
	color: #111111;
	border-radius: 5px;
	background: #fff;
	height: 100px;
}
.nsi-form-full{
	margin: 0 0 20px 0;
}
.nsi-form .wpcf7-form-control[type="submit"] {
	font-family: "inter",sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background: #9e1e15;
	border-radius: 5px;
	height: auto;
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 400ms ease-in-out;
}
.nsi-form .wpcf7-form-control[type="submit"]:hover{
	color: #111;
	background: #fff;
}
#nsi-contect-icons .elementor-image-box-description a{
	color: #444444;
	text-decoration: none;
	transition: all 400ms ease-in-out;
}
#nsi-contect-icons .elementor-image-box-description a:hover{
	color: #9e1e15;
}
@media (max-width:1024px) {
	.ast-header-breadcrumb {
		padding: 60px 0;
	}

	.ast-breadcrumbs-wrapper * {
		font-size: 16px;
	}
}
@media (max-width:767px) {
	.ast-header-breadcrumb {
		padding: 30px 0;
	}
}
@media (max-width:480px) {
	.nsi-form-wapper {
		grid-template-columns: repeat(1,1fr);
	}
}
/*  */
#about-left-img{
	position: relative !important;
}
#about-left-img .about-zooming-img {
	position: absolute !important;
	right: 26%;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 220px;
	animation: zoomInOut 5s ease-in-out infinite; 
}
@keyframes zoomInOut {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(0.8); /* Zoomed in by 20% */
  }
  100% {
    transform: scale(1); /* Return to original size */
  }
}
#nsi-slider .slick-dots li {
	width: 10px;
	height: 10px;
}
#nsi-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #868788;
	transition: all 400ms ease-in-out;
}
#nsi-slider .slick-dots li.slick-active button{
	background: #9e1e15;
}
#nsi-slider .slick-dots li button::before{
	content: none;
}
@media (max-width:600px) {
	#about-left-img .about-zooming-img {
		height: 150px;
		width: 150px;
		right: 30%;
	}
}
@media (max-width:575px) {
	#about-left-img .about-zooming-img {
		height: 100px;
		width: 100px;
		right: 32%;
	}
}
@media (max-width:480px) {
	#about-left-img .about-zooming-img {
		right: 28%;
		height: 80px;
		width: 80px;
	}
}

#nsi-slider .e-con-inner {
    display: block !important;
    flex-wrap: nowrap !important;
    /* width: 100%;
    max-width: 100%; */
}
#nsi-slider .slick-list {
    overflow: hidden;
}
#nsi-slider .slick-track {
    display: flex !important;
}
#nsi-slider .slick-slide {
    float: none;
    height: auto;
    min-width: 0;
}
#nsi-slider .slick-slide.e-con,
#nsi-slider .slick-slide > .e-con {
    --width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0;
}
#nsi-slider .slick-dots {
	position: relative;
	bottom: 0;
	margin: 5px 0 0;
}