/* latin-ext */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://girirajpsyllium.com/wp-content/uploads/elementor/google-fonts/fonts/kaushanscript-9cc89acf.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://girirajpsyllium.com/wp-content/uploads/elementor/google-fonts/fonts/kaushanscript-7a23c191.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.blog-template {
    margin: 30px 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    max-width: 41.666666%;	
}
.col-6{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;  
}
.col-8{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;	
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
}
.col-12 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-gap-20 {
	row-gap: 20px !important;
}


@media screen and (min-width: 576px ) {
	.col-sm-6 {
 	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
	}


@media screen and (min-width: 768px ) {
	.col-md-4 {
 		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	}


@media screen and (min-width: 992px) {
	.col-lg-3 {
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	}



.top-header-wrap {
    position: relative;
    z-index: 9999;
}
.top-header-wrap:after {
    background-image: url(/wp-content/uploads/2025/09/top-divider.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.green-herofont {
    font-size: 2.5rem;
    color: #0A8F44;
    font-weight: bold;
    line-height: 38px;
    display: inline-block;
}
.quote-text {
    position: relative;
}
.quote-text:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/09/quote.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 25px;
    left: -40px;
    top: -12px;
}
.quote-text:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/09/quote.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 25px;
    top: -12px;
    transform: scaleX(-1);
    right: -40px;
}
.hm-category-box {
    position: relative;
}
.hm-category-box .elementor-image-box-content {
    position: absolute;
    left: 20px;
    bottom: 36px;
/*     width: calc(100% - 20px)!important; */
	display: inline-block;
	    width: auto !important;
}
a.black-btn-custom {
    display: inline-block;
    font-size: 1rem;
    padding: 14px 20px 15px 20px;
    background: #000;
    color: #FFFFFF;
    border-radius: 50px;
    line-height: 1;
    transition: 500ms;
}
.hm-category-box h3.elementor-image-box-title {
    transition: 300ms;
}
.hm-category-box p.elementor-image-box-description{
	transition: 800ms;
	display: inline-block;
}
.hm-category-box:hover h3.elementor-image-box-title,.hm-category-box:hover p.elementor-image-box-description {
    padding-left: 17px;
}

.hm-category-box:hover p.elementor-image-box-description a {
	background:#DB0000;
}


.hm-category-box {
    position: relative;
}
.why-us-bg{
	position: relative;
}
.vector-bg {
    z-index: 1;
    position: relative;
}
.vector-bg:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/09/why-bg.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 56%;
    height: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.footer-menu-links li a:hover .elementor-icon-list-icon {
    width: 20px;
}
.footer-menu-links li a .elementor-icon-list-icon {
    width: 0px;
    overflow: hidden;
    transition: 500ms;
}
.elementor-element-ea05202 li a {
    transition: 300ms;
}
.elementor-element-ea05202 li a:hover {
    transform: translateY(-10px);
}
/* .main-menu-wrap .menu-item a {
  position: relative;
  display: inline-block;
}
.main-menu-wrap .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #203874;
  transform: translateY(5px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-menu-wrap .menu-item a:hover::after {
  transform: translateY(0);
  opacity: 1;
}
 */
.main-menu-wrap .menu-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.main-menu-wrap .menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #203874;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.main-menu-wrap .menu-item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-menu-wrap .menu-item a:hover {
  color: #203874;
}
.hm-category-box .elementor-image-box-img {
    overflow: hidden;
    border-radius: 20px;
}
.hm-category-box:hover .elementor-image-box-img img {
    transform: scale(1.1);
}
.inq-inp input, .inq-inp select, .inq-inp textarea, .contact-inp input, .contact-inp textarea {
    background: #fafafa;
    border: 1px solid #203874;
    color: #203874;
    border-radius: 8px;
    min-height: 50px;
    width: 100%;
    padding: 10px 20px;
}
.contact-inp textarea {
    max-height: 98px;
}
.contact-boxes {
    height: 100%;
}
.contact-boxes:hover .elementor-icon-box-icon span.elementor-icon {
    transform: scale(0.90);
}
.banner-header-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 268px;
    display: flex;
    align-items: center;
}
.banner-detail-wrap {
    display: inline-block;
    width: 80%;
    padding-left: 10px;
}
.banner-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: min(100%,1440px);
    margin: 0 auto;
}
.banner-detail-wrap h1 {
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 2.25rem;
font-style: normal;
font-weight: 600;
line-height: 116.667% */
}
.breadcrumb-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.breadcrumb-section ul li, .breadcrumb-section ul li a {
   color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150% ;
}

.breadcrumb-section ul li:not(:last-child) {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.breadcrumb-section ul li:not(:last-child):after {
    content: "";
    color: #FFCE2B;
    width: 9px;
    height: 9px;
    display: inline-block;
    border-top: 2px solid #FFCE2B;
    border-right: 2px solid #FFCE2B;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: 49%;
    right: 0px;
}

.list-section {
    margin: 50px 0;
}

/* .list-box-wrap {
    border-radius: 20px;
    overflow: hidden;
} */

.list-box-wrap a.list-data-link {
	position: relative;
}

.list-box-wrap a.list-data-link .list_text {
    position: absolute;
    bottom: 30px;
    width: 86%;
    display: flex;
    border-radius: 0 30px 30px 0;
    background: #203773;
    align-items: center;
    justify-content: space-between;
	padding: 8px 8px 8px 20px;
}

.list-box-wrap a.list-data-link .list_text h2 {
	color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 133.333%;
	margin: 0;
	    width: calc(100% - 40px);
}

.list-box-wrap a.list-data-link .list_text span.explore-now {
    display: flex;
    align-items: center;
}

.featured-img img {
	width: 100% ;
	border-radius: 20px;
}

.product_desc h2 {
	color: #203773;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 2.25rem;
font-style: normal;
font-weight: 700;
line-height: 120%;
	margin: 50px 0 35px 0;
}


.product_desc h3 {
	color: #000;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 1.2rem;
font-style: normal;
line-height: 120%;
	margin-top: 30px;
}

.product_desc p { 
color: #000;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.625rem; /* 162.5% */
}

.product_desc ul li {
	color: #000;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.625rem;
}

.product_desc a {
	color: #203874;
}

.product_desc a strong {
	color: #203874;
} 

.product_desc ol{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 20px;align-content
}

.product_desc ol ul {
	margin-top: 15px;
}

.product_desc ol li {
		color: #000;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.625rem;
}
.product_desc h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin: 30px 0 24px 0;
}

h2.cmn-h2 {
    margin: 0 0 33px 0;
    color: #000000;
    font-size: 2.5rem;
}
.has-sub-head span {
    font-family: "Kaushan Script", sans-serif;
    display: block;
    font-weight: 400;
    font-size: 1.875rem;
}

ul.blue_circle_list {
	padding-left: 20px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}

ul.blue_circle_list li {
	position: relative;
	padding-left: 25px;
	font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
}

ul.blue_circle_list li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px ;
	width: 18px;
	background: url("/wp-content/uploads/2025/09/produc-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.cat_bottom {
padding: 60px 0 60px 0;
    background: #203874;
    margin-top: 50px;
/*     background-image: url(/wp-content/uploads/2025/09/white-bottom-1.png); */
    background-position: 0 101%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.elementor-element-6d03b46 {
    height: 100%;
}

.list-data-link {
    width: 100%;
}
.blog-listing-wrap .tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 240px;
    object-fit: cover;
}


@media screen and (max-width: 1600px) {
.container {
    max-width: 1270px;
	padding: 0px 20px;
}
	
	.banner-header {
    max-width: min(100%,1270px);	
		padding: 0px 20px;
}
}



@media screen and (max-width: 992px) {
.cat_bottom {
     padding: 50px 0 50px 0;
}
}


@media screen and (max-width: 992px) {
.cat_bottom {
     padding: 35px 0 35px 0;
}
}

@media screen and (max-width: 768px) {
.cat_bottom {
     padding: 20px 0 20px 0;
}
	
	.product_desc h2 {
		font-size: 1.8rem;
	}
	
	.banner-detail-wrap {
		width:100%;
	}
}