html {
    margin-top: 0 !important;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0 ;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
:root {
    --primary:142 72% 29%;
    --bg-color-2 : #DEEBDC;
    --bg-color :#E1F4E1;
    --primary-color: #2A8235;
    --border-color: #2A823550;
    --muted-foreground:215.4 16.3% 46.9%;
}
html,
body {
    -webkit-text-size-adjust: none;
    height: 100%;
    background-color: #EFF6EF;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

iframe {
    width: -webkit-fill-available;
    vertical-align: top;
}

textarea:focus,
input:focus,
a,
div,
img {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-muted-foreground  {
    color: hsl(215.4 16.3% 46.9%)
}
/* 2. Base Typography
------------------------------------------------------------------------------*/

body {
    color: #000;
    font-size: 16px;
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    font-weight: 400;
    line-height: 1.5;
    /* background-color: #fff; */
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    
    color: #000;
    line-height: 1.2;
    font-weight: 700;
    font-family: inherit;
    /* font-weight: 400; */
    /* font-family: "CircularStdBold"; */
}

.h1,
h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.h2,
h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.h3,
h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.h4,
h4 {
    font-size: 22px;
    margin-bottom: 17px;
}

.h5,
h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.h6,
h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}

p {
    color: #000;
    font-size: 16px;
    /* text-align: justify; */
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
}
a  , a:hover{
    text-decoration: none  !important;
}
ul,
ol {
    margin: 0;
    padding: 0;
    margin-left: 17px;
}

ul li,
ol li {
    font-size: 14px;
    color: #292829;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

ul>li {
    list-style: outside disc;
}

ol>li {
    list-style: outside decimal;
}

blockquote {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    background: #f3f3f3;
    padding: 20px 20px;
    border-left: 4px solid #1589cb;
    line-height: 2;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 25px;
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 10px auto 40px;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}
   .our-motto-section h2 ,  .our-motto-section h3{
        color:var(--primary-color);
    }
img[src$=".svg"] {
    width: 100%;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
    color: #4777ac;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
form label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

input,
textarea,
button {
    font-family: "CircularStdBook";
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}
.min-h-\[80px\] {
    min-height: 80px;
}
.w-full {
    width:100% !important;
}

/* input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
    border: 1px solid #dedede;
    padding: 7px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
} */

textarea {
    height: 150px;
    resize: none;
    overflow: auto;
    padding: 10px 15px;
}

/* input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #66afe9;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #cbcbcb;
    padding: 0 15px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.52857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #0eb769;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #4aa593;
    color: #fff;
}

input[type="search"] {
    -webkit-appearance: textfield;
} */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* placeholder color */
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #000;
}

:-moz-placeholder {
    opacity: 1 !important;
    color: #000;
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #000;
}

.form-group {
    margin-bottom: 0;
}

/* buttons */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.52857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #0eb769;
}

.btn-close {
    font-size: 18px;
    background-color: white;
    color: black;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #019852;
    border-color: #019852;
    text-decoration: none;
}

.btn-sm {
    padding: 8px 16px;
}

.btn-md {
    padding: 12px 24px;
}

.btn-link {
    color: #98989c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #98989c;
    margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus {
    color: #0eb769;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #0eb769;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.table-bordered th,
.table-bordered td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #424242;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {
    width: 100%;
    display: flex;
    min-height: 100%;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
    align-content: space-between;
}

.main-container {
    width: 100%;
}

.container {
    max-width: 1400px;
}

#page {
    width: 100%;
}

/*---- header ----*/

.top_header {
    background: #4f4f4f;
    height: 50px;
    padding: 0px 0;
}

.top_header .justify-content-between {
    justify-content: flex-end !important;
}

.top_left {
    margin-right: 25px;
}

.top_header a {
    text-decoration: none !important;
    font-weight: normal;
}

.top_header .top_left a {
    font-family: "CiutadellaMedium";
}

.phone_blk {
    float: left;
    line-height: 1;
    background: url(../images/g-phone-in.png) no-repeat left 11px;
    padding: 15px 0 15px 41px;
    color: #fff;
}

.email_blk {
    float: left;
    line-height: 1;
    background: url(../images/g-mail-in.png) no-repeat left 16px;
    padding: 15px 0 15px 41px;
}

.phone_blk a {
    color: #fff;
    font-size: 18px;
}

.email_blk {
    float: left;
    margin-left: 25px;
    line-height: 1;
}

.email_blk a {
    color: #fff;
    font-size: 18px;
}

.top_header .connect_blk {
    margin: 4px 0 0;
    overflow: hidden;
}

.top_header .connect_blk a {
    float: left;
}

.top_header .connect_blk a+a {
    margin-left: 10px;
}

#header {
    width: 100%;
    position: relative;
    z-index: 1000;
    padding: 15px 0;
    font-family: "CircularStdBook";
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

#header .container {
   
    position: relative;
    width: 100%;
}

#header.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
}
header {
    padding-top: 3px  !important;
    padding-bottom: 0 !important;
    position: fixed !important;
    top:-4px !important;
    width: 100%;
}
.home_banner , .inner-sub-header {
    margin-top: 100px;
}
.logo_h a.logo {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.header-contact {
    display:flex;
    align-items: center;
    justify-content:end;
    gap:8px;
}
header .top_right {
    padding: 15px 0;
    padding-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.header-contact .header-contact-div a {
    display: flex;
    gap:5px;
    /* color: var(--primary-color); */
    font-size: 12px;
    align-items: center;
}
.header-contact .header-contact-div a i {
    font-size: 18px;
}
#header.fixed .logo_h a.logo {
    position: absolute;
    left: 0;
    top: -21px;
    width: 160px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo_h a.logo {
   display:block;
   width: 250px;
   
}
.logo_h a.logo img {
    width: 100%;
  
}

/* nav */

.navigation-full {
    float: left;
    height: auto;
    bottom: 0;
    position: relative;
    margin-top: 22px;
}

.navigation {
    float: left;
    clear: both;
}

.navigation .menu-main-menu-container {
    display: inline-block;
}

.head_phone {
    float: left;
    margin: 21px 0 0 23px;
    position: relative;
}

.head_phone::after {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 52px;
    height: 52px;
    background: #eef1f7;
    content: "";
    border-radius: 100%;
    z-index: -1;
}

.head_phone a {
    border: #000 solid 2px;
    height: 55px;
    display: block;
    padding: 9px 18px 9px 45px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
}

.head_phone a span {
    display: block;
    font-size: 16px;
    color: #333;
}

a.so_btn.btn_call {
    background: #fff;
    border: #16a958 solid 1px;
    color: #16a858;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
}

.head_btn {
    float: right;
    margin: 14px 0 24px;
}

.head_btn .btn_call {
    width: 235px;
    height: 55px;
    display: inline-block;
    text-align: center;
    background: #16a858;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 0;
    text-decoration: none !important;
    font-weight: 700;
    font-family: "CiutadellaSemiBold";
    font-weight: normal;
}

.so_btn {
    margin-right: 20px;
}

.inq_btn {
    float: left;
}
.inq_btn a svg {
    position: relative;
    left:0;
    transition: all 0.3s ease-in-out;
}
.inq_btn a:hover svg{
    left:5px;
}
.inq_btn a:hover {
    scale:1.05;
}
.inq_btn {
margin-top:5px;
}
.inq_btn a {
    scale: 1;
    /* background: #4aa593; */
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-family: "CiutadellaMedium";
    height: 35px;
    display: block;
    padding: 3px 20px;
    /* width: 214px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0 0 0 27px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

@media (min-width: 993px) {
    .navigation ul.nav {
        margin: 0px 0px 0px 14px;
        padding: 0px;
        text-align: center;
        display: inline-block;
        float: left;
    }

    .navigation ul.nav li {
        list-style: none;
        position: relative;
        float: none;
        display: inline-block;
        
    }

    .navigation ul.nav>li+li {}

    .navigation ul.nav li a {
        font-size: 17px;
        border-radius: 8px;
        text-transform: uppercase;
        display: block;
        padding: 10px 15px;
        color: #303030;
        font-weight: 400;
        text-decoration: none !important;
        position: relative;
        text-align: left;
        font-family: "CiutadellaMedium";
        cursor: pointer !important;
    }

    

    .navigation ul.nav li:hover>a:after {
        width: 100%;
    }
   a.logo img{
    scale: 1;
    rotate: 0;
  transition: all 0.4s ease-in-out;
  }
  a.logo:hover img {
        scale: 1.1;
        rotate:2deg;
        
    }
    .header.fixedHeader  .logo_h a.logo{
     width:200px;

    }
      .header {
        border-bottom: 1px solid transparent;
      }
  .header.fixedHeader {
    border-bottom-color:#fff;
  }
   .header.fixedHeader  .top_right{
        padding:0
    }
    .navigation ul.nav>li>a:hover {
        
        border-radius: 8px;
        color: #fff !important;
        background-color: hsl(142 72% 29%) ;
    }

    .navigation ul.nav>li.current_page_item>a {
        /*background: #1c4d91;*/

    }

    .navigation ul.nav li.current_page_item>a:after {
        width: 100%;
    }

    .navigation ul.nav li.current-menu-parent>a {
        /* background: #1c4d91;*/
       
    }

    .navigation ul.nav li.current-menu-parent>a:after {
        width: 100%;
    }

    .navigation ul.nav li .sub-menu {
        margin-top: 3px;
    }

    .navigation ul.nav li:hover>ul {
        display: block;
    }

    .navigation ul.nav ul {
        position: absolute;
        background: #4f4f4f;
        top: 34px;
        left: 9px;
        width: 295px;
        margin: 0px;
        padding: 0px;
        display: none;
        z-index: 10;
        border: none;
        border-radius: 3px;
        border: #4f4f4f solid 1px;
    }

    .navigation ul.nav ul li {
        padding: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .navigation ul.nav ul li a {
        font-size: 16px;
        padding: 6px 15px;
        display: block;
        color: #fff;
    }

    .navigation ul.nav ul li a:hover {
        background: #4aa593;
        color: #fff;
    }

    /*.navigation ul.nav ul li:hover > ul { display:block;}*/
    .navigation ul.nav ul li:hover>a {
        background: #4aa593;
        color: #fff;
    }

    .navigation ul.nav ul ul {
        left: 150px;
        top: -3px;
        width: 150px;
    }
}

.navigation-full .quote_btn {
    float: right;
    height: 58px;
    background: #1eb7e9;
    color: #000;
    font-size: 34px;
    text-transform: uppercase;
    padding: 5px 28px;
    border-radius: 0px 5px 5px 0;
    text-decoration: none !important;
    position: relative;
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
}

.navigation-full .quote_btn::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 100%;
    background-color: #1eb7e9;
    top: 0;
    left: -14px;
    -webkit-transform: skew(-22deg);
    transform: skew(-22deg);
}

/*---- footer ----*/
/* input[type="text"],
input[type="email"],
input[type="tel"] {
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 2px;
    -webkit-border-radius: 2px;
.    color: #333333;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 55px;
    margin-bottom: 0px;
} */

.footer {
    /* background: #e3f8f3 url(../images/fo-bg.webp) no-repeat bottom left; */
    background-color: #157F3C;
    /* border-top: #4aa593 solid 4px; */
   
    padding: 50px 0;
    text-align: center;
}

.connect_blk span {
    display: block;
    font-family: "CiutadellaMedium";
    padding: 0 0 10px;
}

.connect_blk a {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.connect_blk a+a {
    margin-left: 5px;
}

.connect_blk a.fa-facebook {
    background-color: #248ff1;
}

.connect_blk a.fa-instagram {
    background-color: #f51ced;
}

.connect_blk a.fa-twitter {
    background-color: #10bce1;
}

.connect_blk a.fa-linkedin {
    background-color: #8673ff;
}

.connect_blk a.fa-youtube-play {
    background-color: #cc1616;
}

.fo_nav ul {
    margin: auto;
    padding: 30px 0px 30px;
    display: table;
}

.fo_nav ul li {
    list-style: none;
    float: left;
    margin: 0 10px;
}

.fo_nav ul li a {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "CiutadellaMedium";
    color: #000;
}

.copy {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    background: #4f504f;
    line-height: 1;
}

/*--------- home page ------------*/

.home_slider {
    width: 100%;
}

.home_slider h1,
.home_slider h2 {
    color: #fff;
    font-size: 60px;
    margin: 0px 0px 0px;
    padding: 0px 0px 20px;
    position: relative;
    font-family: "CiutadellaSemiBold";
    line-height: 1;
}

.home_slider h1::after {
    content: "";
    background: #dddb00;
    position: absolute;
    bottom: 0px;
    width: 100px;
    height: 4px;
    left: 0px;
    border-radius: 4px;
}

.home_slider p {
    margin: 0px 0px 30px;
    padding: 0px;
    font-size: 35px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}

.home_slider .middle-content {
    height: 800px;
}

.home_slider .content_blk {
    max-width: 690px;
    background: rgba(37, 37, 37, 0.65);
    padding: 40px;
    border-radius: 8px;
}

.home_slider .middle-content {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slider .center_blk {
    width: 100%;
    align-self: center;
}

.home_slider .white_btn {
    height: 55px;
    border: #16a858 solid 1px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    background: #16a858;
    font-size: 22px;
    font-family: "CiutadellaSemiBold";
    text-transform: uppercase;
    line-height: 1;
}

/*********/
.welcome_sec {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background: url(../images/logo-bg1.png) no-repeat 95% 41%;
}

.welcome_sec P {
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.welcome_sec .img_col img {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.welcome_sec h2 {
    color: #000000;
    font-size: 45px;
    font-family: "CiutadellaSemiBold";
}

.welcome_sec h2 span {
    display: block;
    font-size: 24px;
    color: #50ad9b;
}

.welcome_sec h3 {
    color: #592f7e;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    font-family: "CiutadellaSemiBold";
    margin: 0px;
    padding: 0px 0px 15px;
}

.welcome_sec hr {
    border-color: #ccc !important;
    margin: 0 15px 21px;
    display: block;
    width: 100%;
}

.welcome_sec .img_col {
    max-width: 493px;
    width: 100%;
    position: relative;
}

.welcome_sec .img_col::after {
    content: "";
    position: absolute;
    background: #50ad9b;
    top: -18px;
    right: -18px;
    width: calc(100% - 219px);
    height: calc(100% - 339px);
    z-index: -1;
    border-radius: 8px;
}

.welcome_sec .exp_blk {
    position: absolute;
    width: 159px;
    height: 148px;
    background: #fff;
    bottom: 0;
    right: -62px;
    border: #5c327e solid 2px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.1);
}

.welcome_sec .blk_d {
    width: 100%;
}

.welcome_sec .blk_d .year_blk {
    display: block;
    font-size: 50px;
    line-height: 1;
    color: #5e347e;
    font-weight: 700;
}

.welcome_sec .blk_d small {
    display: block;
    font-size: 28px;
    line-height: 1;
    border-bottom: #000 solid 1px;
    padding: 0 0 9px;
    max-width: 71px;
    margin: 0 auto 6px;
}

.welcome_sec .exp_blk {
    font-family: "CiutadellaSemiBold";
}

.more_link {
    width: 206px;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #666;
    border: var(--primary-color) solid 1px;
    height: 55px;
    padding: 11px 0;
    border-radius: 5px;
    text-decoration: none !important;
    font-family: "CiutadellaRegular";
    text-transform: uppercase;
    margin-top: 30px;
}

.more_link:hover {
    background: var(--primary-color);
    color: #fff;
}

.welcome_sec .img_col {
    text-align: right;
    padding-left: 65px;
}

.welcome_sec span.small_img {
    position: absolute;
    bottom: 10%;
    background: #fff;
    padding: 15px;
    left: 0;
    border-radius: 9px;
}

/***********/

.motto_sec .row {
    margin: 0px 0px 50px;
    padding: 0px;
}

.motto_sec .col-lg-6 {
    padding: 0px;
}

.motto_sec .m_left {
    /* background: #4aa593 url(../images/mo-bg.png) no-repeat; */
    background: var(--primary-color) url(../images/mo-bg.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.motto_sec .m_right {
    background: #333 url(../images/spe-bg.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    height: 100%;
    margin-left: -25px;
    margin-top: 36px;
    position: relative;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.motto_sec .m_left article {
    max-width: 520px;
    float: right;
    padding: 40px 70px 40px 0px;
}

.motto_sec .m_right article {
    max-width: 520px;
    float: left;
    padding: 40px 0px 0px 60px;
}

.motto_sec P {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.motto_sec h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.products_sec {
    padding: 65px 0;
    /* background: url(../images/logo-bg2.png) no-repeat 0 41%;
    background-size: 300px; */
}

.products_sec h2 {
    text-align: center;
    
   
    color: var(--primary-color);
    margin: 0px 0px 16px;
    padding: 0px;
}
.bg-white {
    background-color: #fff;
}
.products_sec span {
    /* color: #fff; */
    font-weight: 400;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
}

.products_sec h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.products_sec a {
    text-decoration: none;
    display: block;

}
.services-one__single  .services-one__img img {
    scale: 1;
         transition: all 0.3s ease-in-out;
}
.services-one__single , .resources .button_blk {
     transform: translateY(0px);
    
     transition: all 0.4s ease-in-out;
}
.products_sec .services-one__single h3 {
    font-size: 20px;
    margin-bottom: 14px;
    color: var(--primary-color);
}
.resources .button_blk:hover{
    transform: translateY(-10px);
}
.services-one__single:hover .services-one__img  img{
  scale:1.05;
}
.choose_sec li i img {
    scale: 1;
    transition: all 0.3s ease-in-out;
}
.choose_sec li:hover i img {
    scale:1.2;
}
.products_sec a h3 {
    color: var(--primary-color);
   
}

.products_sec a h3 span {
    color: #333333;
}

.products_sec .img_col {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.slick-dots {
    margin: 0;
    padding: 26px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    text-indent: -999em;
    width: 8px;
    height: 8px;
    background-color: #8cc8a2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.slick-dots li.slick-active button {
    background-color: #4aa593;
    width: 35px;
    border-radius: 8px;
}

/********/
.bg-top {
    position: relative;
    width: 100%;
    z-index: -1;
    margin-top: -153px;
    display: block;
}

.service_sec {
    background: #f3eff6;
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
}

.service_mar {
    padding-top: 0px;
    margin-top: -4vw;
}

.service_sec h3 {
    font-family: "CiutadellaSemiBold";
    font-size: 28px;
    padding: 1px 0 23px;
    margin: 0px 0px 25px;
    max-width: 252px;
    position: relative;
}

.service_sec h3::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 5px;
    background: #16a858;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 7px;
}

.service_sec h2 {
    margin: 0px;
    padding: 0px;
}

.service_sec .padd_blk {
    background: #fff;
    padding: 20px 20px 80px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}

.service_sec p {
    font-family: "CiutadellaRegular";
    line-height: 28px;
    font-size: 18px;
}

.page_sec h2 {
    margin: 0px 0px 50px;
    padding: 0px;
    text-align: center;
    font-family: "CiutadellaSemiBold";
    font-size: 45px;
}

.service_sec .white_btn {
    display: block;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: calc(100% - 30px);
    height: 55px;
    left: 0;
    border: #16a858 solid 1px;
    color: #333333;
    border-radius: 5px;
    font-size: 20px;
    padding: 18px 0;
    line-height: 1;
    margin-left: 15px;
    text-decoration: none !important;
    font-family: "CiutadellaRegular";
    text-transform: uppercase;
}

.service_sec .white_btn:hover {
    background: #16a858;
    color: #fff;
}

.service_sec .img_col {
    display: block;
    margin: 0 0 14px;
}

.other_services {
    padding-bottom: 0px;
}

.bg-bt {
    display: block;
    width: 100%;
    height: 302px;
    background-size: 100% 302px;
    margin-top: -50px;
}

.testimonials_sec h2 {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.testimonials_sec .bg-one {
    background: #e3f8f3;
    padding: 40px;
}

.testimonials_sec .bg-two {
    background: #4aa593;
    padding: 50px 0;
}

.testimonials_sec .client_box {
    max-width: 520px;
    float: right;
    padding-right: 29px;
}

.testimonials_sec .client_box span.star_call {
    display: block;
    color: #ffa000;
    font-size: 32px;
    padding-bottom: 20px;
}

.testimonials_sec .client_box span.star_call .fa {
    display: inline-block;
    margin-right: 8px;
}

.testimonials_sec .client_box article,
.testimonials_sec .client_box p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 28px;
}

.testimonials_sec .client_box .name_cal {
    display: block;
    font-weight: 700;
}

.testimonials_sec .client_box article {
    padding-left: 70px;
    background: url(../images/quote.png) no-repeat;
    background-size: 55px;
}

.choose_sec h2 {
    color: var(--primary-color);
    margin: 0px 0px 10px;
    padding: 0px;
}

.choose_sec p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
}

.choose_sec ul {
    list-style: none;
    margin: 38px 0px 0px;
    padding: 0px;
}

.choose_sec ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.choose_sec ul li span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 9px;
    color: #000;
}

.choose_sec ul li i {
    margin-right: 15px;
    width: 85px;
}
.bg-black\/70 {
    background-color: #000000b3;
}
.z-5 {
    z-index: 5;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}
.product-cta-btn.bg-red-600 {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1))  !important;

}
.video-card iframe {
width: 100%;
height: 100%;
}
.testimonials_sec ul.slick-dots {
    text-align: left;
    padding: 35px 0 0 65px;
}

.gallery_sec {
}

.gallery_sec h2 {
    text-align: center;
    font-size: 45px;
    color: #50ad9b;
    margin: 0px 0px 30px;
    padding: 0px;
}

.gallery_sec span {
    color: #333333;
}

.gallery_sec .img_col {
    display: block;
    padding: 15px 15px;
}

.gallery_sec .img_col img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 20%);
}

/****************/

/********************/

.review_sec {
    padding: 80px 0;
}

.review_sec h2 {
    margin: 0px 0px 30px;
    padding: 0px;
    text-align: center;
    font-family: "CiutadellaSemiBold";
    font-size: 45px;
}

.review_sec .padd {
    background: #ffffff;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 25px;
    margin: 15px;
}

.review_sec .people_slider p {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.review_sec h4 {
    color: #333;
    font-size: 22px;
    margin: 0px;
    padding: 0px 0px 8px;
    font-family: "CircularStdMedium";
    margin: 0px;
    text-align: left;
}

.review_sec .star_blk {
    display: block;
    padding: 0 0 10px;
}

.review_sec .star_blk .fa {
    color: #f7b951;
    font-size: 24px;
    margin-right: 5px;
}

.review_sec button {
    outline: none !important;
}

.review_sec button.slick-prev.slick-arrow {
    position: absolute;
    right: 100px;
    top: -90px;
    width: 60px;
    height: 60px;
    background: none;
    border: #16a858 solid 1px;
    color: #16a858;
    font-size: 29px;
    padding: 5px 0 0 0px;
}

.review_sec button.slick-next.slick-arrow {
    position: absolute;
    right: 20px;
    top: -90px;
    width: 60px;
    height: 60px;
    background: none;
    border: #16a858 solid 1px;
    color: #16a858;
    font-size: 29px;
    padding: 5px 0 0 4px;
}

.review_sec button.slick-arrow.slick-disabled {
    border-color: #ccc;
    color: #ccc;
}

/*****************/

.experience_sec {
    background: #592f7e;
    padding: 40px 0;
}

.experience_sec .padd {
    text-align: center;
}

.experience_sec strong {
    display: block;
    line-height: 1;
    font-size: 80px;
    color: #fff;
    font-family: "CircularStdMedium";
}

.experience_sec h3 {
    font-size: 28px;
    color: #fff;
    font-family: "CiutadellaRegular";
}

.experience_sec br {
    display: none;
}

.experience_sec .icon_img {
    display: table;
    margin: 0 auto 14px;
    border-bottom: #8157a6 solid 1px;
    padding: 0 0 13px;
}

.registrations_sec h3 {
    text-align: center;
    font-size: 18px;
    margin: 16px 0 0;
}

/*************************/

.blog_sec {
    background: #f3eff6;
    padding: 70px 0 120px;
}

.blog_sec .post-thumbnail {
    height: 440px;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
}

.blog_sec .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_sec .padd {
    position: relative;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}

.blog_sec .fix_dv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px;
}

.blog_sec .date_blk {
    color: #fff;
    font-size: 18px;
    font-family: "CiutadellaRegular";
    display: block;
    margin-bottom: 10px;
}

.blog_sec h4 {
    font-size: 26px;
}

.blog_sec h4 a {
    color: #fff;
    font-family: "CiutadellaSemiBold";
    text-decoration: none;
}

.blog_sec .bt_blk {
    position: absolute;
    bottom: 20px;
}

.blog_sec .bt_blk a {
    color: #fff;
    /* font-family: "CiutadellaRegular"; */
    text-decoration: underline;
}

.blog_sec h2 {
    margin: 0px 0px 30px;
    padding: 0px;
    text-align: center;
    /* font-family: "CiutadellaSemiBold"; */
    font-size: 45px;
}

/************/

.choose_sec {
    text-align: center;
}

.choose_sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.choose_sec ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    line-height: 1;
    padding: 4px 0;
    display: block;
    align-items: center;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
}

.banner_bt {
    background: #e3f8f3;
    padding: 15px 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}

.banner_bt h3 {
    font-size: 30px;
    margin: 0;
    color: #333;
    padding: 0px;
}

.banner_bt .col-md-6 {
    align-self: center;
}

@media (max-width: 767px) {
    .choose_sec ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .choose_sec ul li+li {
        margin-top: 20px;
    }

    .testimonials_sec h2 {
        font-size: 30px;
    }

    .banner_bt h3 {
        font-size: 22px;
        text-align: center;
        padding: 0 0 18px;
    }

    .banner_bt span.img_call {
        display: block;
        width: 100%;
        text-align: center;
    }
}


/*************************/

.inner-sub-header {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
    background-size: cover;
    z-index: 1;
    /* background: linear-gradient(0deg, #4aa593, #316057);
    background: -webkit-linear-gradient(0deg, #4aa593, #316057); */
    /* background: linear-gradient(to right, #f25926 0%, #316057 100%); */
    background-color: var(--primary-color);
}

.inner-sub-header h1 {
    color: #ffffff;
    margin: 0 0 4px;
    padding: 0 0 0px;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    text-transform: inherit;
    line-height: 1;
}

.inner-sub-header .breadcrumb-wrap {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
}

.inner-sub-header .breadcrumb-wrap a {
    color: #fff;
}

.about_sec {
    padding: 80px 0;
}

.about_sec .row+.row {
    margin-top: 80px;
}

.about_sec .img_blk img {
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.2);
}

.about_sec .row {
    align-items: center;
}

.about_sec p {
    text-align: justify;
}

.about_sec .flex-row-reverse article {
    padding-right: 40px;
}

.about_sec .even_blk article {
    padding-left: 40px;
}

/*********************/

.contact_sec {
    padding: 80px 0;
}

.contact_sec .contact_r .textwidget {
    background-color: #1a191d;
    padding: 50px;
    max-width: 85%;
    margin: 0 auto;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 872px;
}

.contact_sec .contact_r .widget-contact-details {
    margin: 30px 0;
}

.contact_sec .contact_r .widget-contact-details-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.16) solid 1px;
}

.contact_sec .contact_r .widget-contact-details-item i {
    position: absolute;
    left: 0;
    top: 0px;
    /* color: #4aa593; */
    /* color: #f25926; */
    color: #fff;
    font-size: 25px;
}

.contact_sec .contact_r .widget-contact-details-item span {
    padding-left: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.contact_sec .contact_r .social-icons {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.contact_sec .contact_r .social-icons a {
    background-color: #1a191d;
    --icon-padding: 0.8em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff40;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    color: #fff;
    font-size: 18px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.contact_sec .contact_r .social-icons a:hover {
    /* background-color: #4aa593;
    border-color: #4aa593; */
    background-color: #f25926;
    border-color: #f25926;
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    text-decoration: none;
}

.contact_sec .contact_r h2 {
    color: #fff;
}

.contact_sec .contact_r a {
    color: #fff;
}

.contact_sec h2 {
    margin: 0;
}

/******************/

/*--------- Product Detail page ------------*/

.product_de_top {
    padding: 80px 0 40px;
    position: relative;
    z-index: 1;
}

.product_de_top .wp-block-image {
    margin: 0 0 19px;
}

.product_de_top:after {
    content: "";
    width: 741px;
    height: 741px;
    background-color: #e3f8f3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    right: -130px;
    top: -150px;
    z-index: -1;
}

.product_de_top h2 {
    font-size: 32px;
    color: #080808;
    /* font-family: "CircularStdBold"; */
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    text-transform: inherit;
}

.product_de_top .product_de_t_l {
    padding-right: 15px;
}

.product_de_top .wp-block-image {
    border: #ccc solid 1px;
    box-shadow: 1px 15px 25px rgba(0, 0, 0, 0.1);
}
.bg-gradient-to-br-bg {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.other_products {
    background-color: #fff9f2;
    border: #b3a89b solid 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 40px 35px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    margin-bottom: 35px;
}

.other_products h2 {
    color: #4aa593;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.other_products ul {
    margin: 0;
    padding: 0;
}

.other_products ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: rgb(211 190 165 / 50%) solid 1px;
}

.other_products ul li:first-child {
    border-top: none;
}

.other_products ul li a {
    color: #080808;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
}

.other_products ul li a:hover {
    color: #3c9180;
    text-decoration: none;
}

.button_blk .pdf_btn span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 16px 0 0 0;
    position: relative;
    /* color: #4aa593 !important; */
    color: var(--primary-color) !important;
}

.button_blk .pdf_btn:before {
    content: "\f019";
    font-family: FontAwesome;
    font-weight: normal;
    position: relative;
    right: 9px;
    font-size: 36px;
    line-height: 1;
    top: 4px;
}

.button_blk .pdf_btn:hover {
    text-decoration: none;
}

.button_blk .pdf_btn.white {
    background-color: #fff;
    color: #e20015;
}

.button_blk .btn {
    display: block;
    background-color: #e20015;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px 0;
    margin-bottom: 28px;
    border: #e20015 solid 2px;
    position: relative;
}

.button_blk .btn:hover {
    background-color: #000;
    border-color: #000;
}

.resources .button_blk .pdf_btn:before {
    display: none;
}

.resources .button_blk .pdf_btn {
    padding: 18px 0 18px 0px;
    text-align: center;
    justify-content: center;
    display: grid;
}

.product_de_mid {
    background-color: #fff9f3;
    padding: 80px 0;
}

.product_de_mid h2 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.product_de_mid h2 hr {
    width: 110px;
    border-top-width: 3px;
    border-color: #e20015;
    margin: 20px 0 30px 0;
}

.product_de_mid .benefits_block {
    background-color: #fff;
    border: #b1aaa5 solid 1px;
    padding: 30px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.product_de_mid .benefits_block ul {
    margin: 0 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product_de_mid .benefits_block ul li {
    margin: 0;
    padding: 6px 0;
    width: 100%;
}

.product_de_mid .benefits_block ul li .benefits_icon {
    display: none;
}

.product_de_mid .benefits_block ul li p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.product_de_mid .specifications_text {
    background-color: #fff;
    border: #b1aaa5 solid 1px;
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    min-height: 447px;
}

.product_de_mid .specifications_text p {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.product_gallery {
    padding: 75px 0;
    text-align: center;
}

.product_gallery h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.product_gallery h3 hr {
    width: 110px;
    border-top-width: 3px;
    border-color: #e20015;
    margin: 25px auto 30px auto;
}

.product_gallery .gallery-slide {
    max-width: 94%;
    margin: 0 auto;
}

.product_gallery .gallery-slide .item {
    padding: 0 10px;
}

.product_gallery .gallery-slide .item>a {
    display: block;
    position: relative;
}

.product_gallery .gallery-slide .item>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239 123 0 / 69%);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.product_gallery .gallery-slide .item>a:before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    color: #fff;
    font-size: 40px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.product_gallery .gallery-slide .item>a:hover::after,
.product_gallery .gallery-slide .item>a:hover::before {
    opacity: 1;
    visibility: visible;
}

.product_gallery .gallery-slide .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -999em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
    padding: 0;
    margin: 0;
}

.product_gallery .gallery-slide .slick-arrow:focus {
    outline: none;
}

.product_gallery .gallery-slide .slick-arrow.slick-prev {
    left: -60px;
}

.product_gallery .gallery-slide .slick-arrow.slick-next {
    right: -60px;
}

.table_product {
    margin: 30px 0 0;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}

.product_form {
    background: #4aa593;
    padding: 50px 0;
}

.product_form h2 {
    text-align: center;
    color: #fff;
    padding: 0 0 9px;
}

.product_form .btn-success {
    background: #000 !important;
    border-radius: 4px !important;
    margin: auto !important;
    display: table !important;
}

.gallery_sec {
    padding: 70px 0 40px;
}

.gallery_sec .col-md-3 {
    margin-bottom: 30px;
}

.gallery_sec img {
    border-radius: 8px;
    width: 100%;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
}

.gallery_sec a img {
    transition: all 0.3s ease-in-out;
}
.gallery_sec a:hover img {
    scale:1.1;
}
.gallery_sec a {
    position: relative;
    display: block;
    overflow: hidden;
}
.rounded-lg {
    border-radius: 0.5rem;
    overflow: hidden;
}
.gallery_sec a::before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    color: #fff;
    font-size: 25px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.gallery_sec a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gallery_sec a:hover::after,
.gallery_sec a:hover::before {
    opacity: 1;
    visibility: visible;
}

.gallery_sec a:hover::after,
.gallery_sec a:hover::before {
    opacity: 1;
    visibility: visible;
}

section.map_sec .row {
    margin: 0;
    padding: 0;
}

section.map_sec .col-md-6 {
    padding: 0 5px;
}

.whatsapp-sticky {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 99;
    width: 64px;
    height: 64px;
    display: block;
    background: url(../images/whatsapp-icon.png) center no-repeat;
}

.quick-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 82px;
    height: 64px;
    left: 0;
    top: 65%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
}

.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
    border-color: #00a1ff;
    opacity: 0.5;
}

.quick-alo-ph-circle {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50px;
    left: 50px;
    border: 2px solid #00a1ff;
    background-color: transparent;
    border-radius: 100%;
    opacity: 0.1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}

.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(246, 202, 98);
    opacity: 0.75 !important;
}

.quick-alo-ph-circle-fill {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 80px;
    left: 80px;
    background-color: rgba(0, 161, 255, 0.5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00a1ff;
}

.quick-alo-ph-img-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100px;
    left: 100px;
    background: #00a1ff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #ff0101;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) scale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .phone.quick-alo-phone {
        transform: scale(0.66);
        top: 68%;
        left: -58px;
    }
}

.m_phone {
    position: absolute;
    right: 89px;
    top: 40px;
}

.m_phone a i {
    display: inline-block;
    margin-right: 3px;
}

.m_phone a {
    color: #333;
    font-size: 16px;
}

.popup_design {
    max-width: 620px;
    display: none;
    width: 98%;
    padding: 40px 40px 0;
}

.quick-contact-outer {
    background-color: transparent;
    bottom: 0;
    display: block !important;
    left: 0;
    margin: 0 20px;
    position: fixed;
    width: 320px;
    z-index: 99999999;
}

.quick-contact-head {
    background-color: rgb(74 165 147);
    color: #ffffff;
    cursor: pointer;
    float: left;
    padding: 5px 10px;
    width: 300px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}

.quick-contact-head {
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.quick-contact-area {
    background-color: #f4f4f4;
    float: left;
    width: 300px;
    padding: 10px;
    border: 1px solid #d5d5d5;
}

.quick-contact-outer .form-group {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .quick-contact-outer {
        width: 100%;
        margin: 0px;
    }

    .quick-contact-head {
        padding: 7px;
        border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
    }

    .quick-contact-area {
        padding: 20px;
        width: 100%;
    }
}

.product_de_t_r {
    position: sticky;
    top: 90px;
}

.inner-sub-header {
    z-index: 2;
}

iframe.res-iframe {
    height: 635px;
    position: relative;
    overflow: hidden;
}

iframe.res-iframe2 {
    height: 488px;
}

.res-iframe3 {
    height: 550px;
}

.res-iframe4 {
    height: 450px;
}

@media (max-width: 767px) {
    .res-iframe4 {
        height: 500px;
    }
}

.padd_blk {
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 5px;
    height: 100%;
}

.res-iframe3 {
    height: 521px;
}

.slick-prev.slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 1;
    background: #333;
    border-radius: 5px;
}

.slick-next.slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 1;
    background: #333;
    right: 0px;
    border-radius: 5px;
}

.gallery_slider .slick-prev.slick-arrow,
.gallery_slider .slick-next.slick-arrow {
    top: 45%;
}

@media (min-width: 1170px) {
    .banner_bt h3 {
        font-size: 27px;
        margin: 0;
        color: #333;
        padding: 0px;
        display: flex;
    }

    .banner_bt span {
        width: 340px;
    }

    .banner_bt strong {
        font-weight: normal;
    }
}

.choose_sec h2 {
    font-size: 45px;
}

.choose_sec strong {
    color: #000;
    font-size: 20px;
    display: block;
    margin: 0 0 17px;
}

.choose_sec article {
    font-size: 22px;
}

/*************/

.product_de_t_l ul {
    margin: 0;
    padding: 0;
}

.product_de_t_l li {
    list-style: none;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin: 0 0 12px;
    position: relative;
    padding-left: 30px;
}

.product_de_t_l li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 14px;
    height: 14px;
    border: #e97d27 solid 5px;
    border-radius: 100%;
}

.product_form {
    background: #4aa593;
    padding: 50px 0 0;
}

.product_form .container {
    max-width: 900px;
}

@media (min-width: 768px) {
    .gallery_sec a {
        position: relative;
        display: block;
        /* height: 236px; */
    }

    .gallery_sec a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery_sec .gallery_slider .img_col {
        height: 240px;
    }

    .gallery_sec .gallery_slider .img_col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/******************************/

.nav_ho {
    position: absolute;
    display: none;
    width: 610px;
    top: 54px;
    left: 0;
    background: #4f4f4f;
}

.navigation ul.nav li:hover>.nav_ho {
    display: block;
}

.navigation ul.nav .nav_ho ul {
    position: static;
    width: 100%;
    border: none;
    display: block;
    border-radius: 0px;
}

.navigation ul.nav li.product_nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background: none;
    left: 0;
    bottom: -23px;
}

.navigation ul.nav .nav_ho ul li a {
    font-size: 15px;
}
.services-one__single:hover  {
    border-color: var(--border-color);
}
.services-one__single {
    background: #fff;
    
    box-shadow: rgba(42, 130, 53, 0.02) 0px 1px 3px 0px, rgba(42, 130, 53, 0.05) 0px 0px 0px 2px;
    border-radius: 5px;
    /* text-align: center; */
    border: 0.5px solid transparent ;
    padding-top: 0px;
    margin-bottom: 30px;
}

.services-one__single img {
    width: 90%;
    height: 100%;
}

.services-one__img {
    min-height: 265px;    
    display: flex;
    align-items: start;
    justify-content: center;
}

.services-one__title a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    min-height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*.services-one__title a:hover {
    color: #50ad9b;
}*/

.services-one__single h3 a span {}

.button_blk {
    padding: 20px 20px 0px 20px;
    border-radius: 9px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.button_blk:hover {
    border-radius: 9px;
    /* background-color: #4aa593; */
    background-color: var(--primary-color);
    transition: background-color 0.3s ease-in-out;
}

.button_blk:hover .pdf_btn span {
    color: white !important;
}

.button_blk img {
    border-radius: 9px;
}

.button_blk-1 img {
    border-radius: 9px;
    padding: 40px;
    background-color: white;
}

.resources h2 {
    text-align: center;
    font-size: 32px;
    color: #50AD9B;
    margin: 0px 0 30px;
    padding: 0px;
}

.resources h2 span {
    color: black;
}

.modal-body input {
    height: 45px;
}

.btn-img-wp {
    max-width: 172px;
    margin-left: 20px;
}

.modal input[type="submit"] {
    border-radius: 6px;
    font-size: 16px;
}

.product_card {
    box-shadow: rgba(99, 99, 99, 0.7) 0px 2px 8px 0px;
    padding: 20px;
    /* background: #49a290; */
    width: fit-content;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    min-height: 340px;
    border: 0.5px solid transparent;
}

.product_card a:hover {
    text-decoration: none;
}

.product_card_img img {
    border-radius: 15px;
}
.product-list-section .product_card:hover {
   transform: translateY(-10px)  !important;
   transform: translateX(0) !important;
   translate: 0px -10px !important;
   background-color: #fff !important;
   border-color: var(--border-color);
   box-shadow:none !important
}
.product-list-section .product_card:hover  img{
    border-color:var(--border-color) !important;
}
.product-list-section .product_card:hover .product_card_title {
    color:#000;
}
.product_card_title {
    margin-top: 14px;
    position: relative;
    width: 100%;
    align-items: center;
    display: grid;
    text-align: center;
    font-size: 21px;
    color: white;
    
}

.product_card_container:hover .product_card:not(:hover) {
    filter: grayscale(100%);
}

.product_card:hover {
    filter: grayscale(0%);
}

.product_card_container>[class*='col-'] {
    justify-content: center;
    display: flex;
}

.product-image-main img {
    box-shadow: rgb(209 209 209 / 70%) 0px 0px 7px 1px;
    border-radius: 10px;
    max-width: 555px;
}

.product-details ul>li {
    padding-left: 30px;
    /* Adjust padding as needed */
    background-image: url(../images/product/list_style.png);
    /* Set the image as background */
    background-size: 17px;
    /* Set the desired width */
    background-repeat: no-repeat;
    /* Ensure the background doesn't repeat */
    font-size: 16px;
    list-style: none;
}

.product-details td {
    padding-left: 30px;
    /* Adjust padding as needed */
    background-image: url(../images/product/list_style.png);
    /* Set the image as background */
    background-size: 17px;
    /* Set the desired width */
    background-repeat: no-repeat;
    /* Ensure the background doesn't repeat */
    font-size: 16px;
    list-style: none;
    background-position: 3% center;
    /* left: 10px; */
    position: relative;
}

.border.product-details {
    background: hsl(0, 0%, 100%);
    box-shadow: 5px 5px 0 hsl(0deg 0% 0% / 7%);
}

.button-product {
    background: #4aa593;
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 0px 10px 0px 10px;
    width: 180px;
    margin: 20px 0;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.button-product:hover {
    background: #87b64a;
}

.product-details:after {
    content: "";
    width: 741px;
    height: 741px;
    background-color: rgba(225, 222, 222, 0.18);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    right: -130px;
    top: -150px;
    z-index: -1;
}

.pdf_btn {
    color: #4777ac;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    font-size: 23px;
    font-weight: 500;
    padding: 8px 21px;
    align-items: center;
    display: flex;
}

.product_de_sidebar__des .button_blk {
    padding: 20px 20px 20px 20px;
}



.product_card {
    box-shadow: rgb(217, 217, 217, 0.71) 2px 2px 10px 0px;
    padding: 15px;
    background: #fff;
    width: fit-content;
    margin: 20px 5px;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.product_card:hover {
    translate: -10px -10px;
    /* background: #49a290; */
    background: var(--primary-color);
    box-shadow: rgba(217, 217, 217, 0.71) 10px 10px 2px 0px;
}

.product_card:hover .product_card_img img {
    /* border: 2px solid #49A290; */
    border: 2px solid #f25926;
}

.product_card:hover .product_card_title {
    color: #ffffff;
}


.product_card a:hover {
    text-decoration: none;
}

.product_card_img img {
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.product_card_title {
    margin-top: 6px;
    position: relative;
    width: 100%;
    align-items: center;
    display: grid;
    text-align: center;
    font-size: 19px;
    color: #000000;
    min-height: 63px;
    transition: .3s ease-in-out;
}

.product_card_container>[class*='col-'] {
    justify-content: center;
    display: flex;
}

.product-image-main img {
    box-shadow: rgb(209 209 209 / 70%) 0px 0px 7px 1px;
    border-radius: 10px;
    max-width: 555px;
}

.product-details .product-feature>li {
    padding-left: 30px;
    /* Adjust padding as needed */
    background-image: url(../images/product/list_style.png);
    /* Set the image as background */
    background-size: 17px;
    /* Set the desired width */
    background-repeat: no-repeat;
    /* Ensure the background doesn't repeat */
    font-size: 16px;
    list-style: none;
    background-position: top 10px left 7px;
    position: relative;
    border-bottom: 1px solid #dee2e6 !important;
    width: 50%;
}

.product-details .product-feature>li.no-background {
    background-image: none;
}

.title-paragraph li {
    padding-left: 30px;
    /* Adjust padding as needed */
    background-image: url(../images/product/list_style.png);
    /* Set the image as background */
    background-size: 17px;
    /* Set the desired width */
    background-repeat: no-repeat;
    /* Ensure the background doesn't repeat */
    font-size: 16px;
    list-style: none;
    background-position: top 1px left 5px;
    padding-bottom: 13px;
}

.product-details .product-feature {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
}

.border.product-details {
    background: hsl(0, 0%, 100%);
    box-shadow: 5px 5px 0 hsl(0deg 0% 0% / 7%);
}

.button-product {
    background: #4aa593;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 20px;
    width: max-content;
    margin: 20px 0;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}

.button-product:hover {
    background: #4f4f4f;
    text-decoration: none;
    color: white;
}

.product-details:after {
    content: "";
    width: 741px;
    height: 741px;
    background-color: rgba(225, 222, 222, 0.18);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    right: -130px;
    top: -150px;
    z-index: -1;
}

.spare-part-list h4 {
    font-size: 20px;
    color: #117b66;
}

.spare-part-list .col-md-6 {
    justify-content: center;
    display: flex;
}

.spare-part-list .card-body {
    box-shadow: 5px 5px 0 hsl(0deg 0% 0% / 7%);
}

.card-body-heading {
    min-height: 65px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px !important;
}

.about_sec.spare-part-list .row+.row {
    margin-top: 60px;
}

.spare-part-list p {
    font-size: 14px;
}

.spare-part-list h5,
.spare-part-list h4 {
    font-size: 17px;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
    z-index: 1;
    background-color: #ef840d;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ef840d;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

.service-details__need-help-icon {
    height: 30px;
    width: 30px;
    background-color: white;
    color: #316057;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 9px 0 0;
    transition: all 500ms ease;
}

.service-details__need-help-title {
    text-align: center;
    color: white;
    margin: 0;
    font-weight: 700;
    font-size: 27px;
}

.service-details__need-help-no {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 30px;
}

.service-details__need-help-contact p {
    position: relative;
    color: white;
    text-align: center;
}

.right {
    position: sticky;
    top: 70px;
    z-index: 200;
}

@media only screen and (max-width: 1023px) {
    .right {
        position: sticky;
        top: 100px;
        z-index: 200;
    }
}

@media only screen and (max-width: 768px) {
    .product-details .product-feature>li {
        width: 100%;
    }

    .service-details__need-help-icon {
        height: 26px;
        width: 22px;
        font-size: 27px;
    }

    .sticky-button {
        font-size: 17px !important;
        padding: 10px 14px !important;
        margin: 7px 4px !important;
    }

    .service-details__need-help-title {
        font-size: 24px;
    }
}

.sticky-button:hover {
    box-shadow: 7px 6px 0 hsl(0deg 0% 100% / 59%);
    text-decoration: none;
    translate: -6px -6px;
}

.product-details tr {
    border: 1px solid;
}

.sticky-button {
    padding: 10px 20px;
    margin: 7px 10px;
    border-radius: 40px;
    background: white;
    font-size: 20px;
    font-weight: 600;
    color: black;
    display: flex;
    transition: .3s ease-in-out;
}

.card {
    max-width: 350px;
}

@media (max-width: 767px) {
    .mb-md-0 {
        margin: 0 !important;
    }
}

.tab-content ol li {
    font-weight: 500;
    font-size: 16px;
}

.output .col-sm-3 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.output .col-sm-4 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.output img {
    max-width: 100px;
}

@media only screen and (max-width: 576px) {
    .output .col-sm-3 {
        justify-content: center;
        display: grid;
        flex-wrap: wrap;
    }

    .output .col-sm-4 {
        justify-content: center;
        display: grid;
        flex-wrap: wrap;
    }
}

.w-80 {
    width: 80%;
}

.product-details .note-content>li {
    padding-left: 33px;
    /* Adjust padding as needed */
    background-image: url(../images/product/arrow-icon.png);
    /* Set the image as background */
    background-size: 17px;
    /* Set the desired width */
    background-repeat: no-repeat;
    /* Ensure the background doesn't repeat */
    font-size: 16px;
    list-style: none;
    background-position: top 10px left 7px;
    position: relative;
}

.product-details .output-1 table {
    /* width: 232px; */
}

.product-details .output-1 th,
.product-details .output-1 td {
    border: 1px solid #d1d1d1;
}

.product-details .output-2 table {
    width: 470px;
}

.product-details .output-2 th,
.product-details .output-2 td {
    border: 1px solid #d1d1d1;
}

.w-auto {
    width: auto !important;
}

.overflow-scroll {
    overflow: scroll;
}

.min-600 {
    min-width: 600px;
}

.min-400 {
    min-width: 410px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.overflow-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.overflow-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.table td,
.table th {
    vertical-align: middle;
}

.resources>.resources-h2 span {
    font-size: 45px;
}

.services-one.products_sec span {
    padding: 0;
    /* color: #00000090; */
}
.services-one__content {
    /* background-color: #4aa593; */
    background-color: #fff;
   
    min-height: 360px;
    padding: 25px;
}

/* ===================== Our Services page  ===================== */

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

.grid-3 .colum {
    height: 100%;
}
.colum.colum-last {
    grid-column: 1 / 4;
}

.our-service-bx {
    /* border: 1px solid #e1e1e1; */
    box-shadow: rgb(217, 217, 217, 0.71) 2px 2px 10px 0px;
    padding: 60px 30px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
}

.our-service-bx:hover {
    translate: -10px -10px;
    /* background: #49a290; */
    background: #f25926;
    box-shadow: rgba(217, 217, 217, 0.71) 10px 10px 2px 0px;
}

.our-service-bx:hover h2,
.our-service-bx:hover p {
    color: #fff;
}

.our-service-bx h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    color: #121315;
    margin-bottom: 10px;
    text-align: start;
    min-height: unset;
}

.our-service-bx p {
    margin: 0;
    text-align: start;
    font-size: 17px;
    line-height: 27px;
}

@media only screen and (max-width: 1199px) {
    .our-service-bx {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .grid-3 {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }
    .colum.colum-last {
        grid-column: unset;
    }
    .our-service-bx {
        padding: 30px 20px;
    }
    .our-service-bx h2 {
        font-size: 18px;     
    }
}
@media only screen and (max-width: 767px) {
    .grid-3 {       
        gap: 20px;
    }   
    .our-service-bx h2 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 699px) {
    .our-service-bx {
        padding: 30px;
    }
    .grid-3 {       
        grid-template-columns: repeat(1, 1fr);
    }    
}
@media only screen and (max-width: 575px) {
.our-service-bx {
    padding: 20px;
}
}




@media (min-width: 768px) and (max-width: 1024px) {
  /* .hero {
    height: 39vh !important; 
  } */
}

@media (max-width: 480px) {
  /* .hero {
    height: 27vh !important; 
  } */
  .hero iframe {
      min-width: 50px !important;
  }

}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hero {
    /* height: 600px; */
  }
}

  /* .hero {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none; 
}   */




/* .hero {
  position: relative;
  width: 100%;
  height: 100vh;  
  overflow: hidden;
}

.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none; 
} */



.hero {
  position: relative;
  width: 100%;
  height: 100vh;   /* Full screen hero */
  overflow: hidden;
  background: #000; /* fallback */
}

.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;   
  min-height: 100vh;
  min-width: 177.78vh; 
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.footer-heading {
    color:#fff !important;
}
/* -------- new footer css ----------- */
    .fo-content p {
        font-size:14px;
        text-align:start;
       line-height: 20px;
    }
    .logo-fo p {
        font-size:14px;
        font-weight: 400;
        margin-top:10px;
    }
    .fo-menu-link {
        text-align:start;
    }
     .fo-menu-link h3 {
        color :#fff;
     }
    .fo-menu-link ul {
        padding:0;
        margin:0;
    }
   .fo-menu-link h3 {
        font-size: 18px;
    }
       .fo-menu-link ul li a:hover {
        color:#fff;
       }
        .fo-menu-link ul li a{
            font-size:16px;
            color:#fafafaba;
            
        text-decoration: none;
        }
      .fo-menu-link ul li {
        list-style:none;
      }
      .fo-contact-div {
        display: flex;
        gap:10px;
        color:#fff;
      }
       .fo-contact-div .fo-contact-icon i {
        font-size:18px;
       }
            
       .fo-contact-content a {
          color:#ffffff90;
          font-size:16px;
          font-weight:500;
          text-decoration: none;
       }
       .fo-contact-content a:hover {
        color:#fff;
       }
      .logo-fo a img {
        width: 100%;
      }
      .logo-fo a {
        display:block; 
        width: 220px;
      }
       .fo-menu-link.quick-link {
        padding-left:15px;
       }
       .bottom-content {
        border-top:1px solid #ffffff90;
        border-bottom:1px solid #ffffff90;
       }
  
        .copy-write-div p {
           
            font-size:14px;
        }
                .copy-write-div p a{
                    color:#fff ;
                    font-weight:600;
                }
       .copy-write-div {
        padding-top:30px;
        display:flex;
        align-items:center;
        justify-content:space-between;
       }
       .br-12 {
        border-radius:12px;
       }
       .overflow-hidden {
        overflow: hidden;
       }
.connect_blk {
    text-align: start !important;
}
       @media screen and (max-width:1199px) {
        .fo-contact-content a {
            word-break: break-all;
        }
        
       }
       @media screen and (max-width:768px) {
        .copy-write-div {
            flex-direction: column;
            gap:0;
        }
        .copy-write-div p {
            margin-bottom: 15px !important;
        }
               .copy-write-div p {
                text-align:center;
               }
    }
       @media screen and (max-width:580px) {
        .fo-menu-link.quick-link {
            padding:0;
        }
       }

       .why-us-section {
        background: var(--bg-color);
        margin-top: 0 !important;
       }

/* ------------ time line card ------------ */
.our-timeline-card {
    padding:30px;
    border-radius:12px;
    background-color: #fff;
    text-align:center;
    height:100%;
    transition:all 0.5s ease-in-out;

        border:0.5px solid transparent;
}
.services-one__content .custom-btn {
   background-color: var(--primary-color) !important;
   color:#fff !important;
}
.bg-gradient-to-br-2 {
        background-image: linear-gradient(to bottom right, hsl(0 0% 100%) , hsl(120 60% 85% / .2));
}
p:last-child {
    margin-bottom: 0;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.our-timeline-card:hover {

    border-color:var(--border-color);
}

    .our-timeline-card-content p {
        text-align:center;
       
    }
.our-timeline-card-content h3 {
    color:var(--primary-color);
    text-align :center;
  
}

.our-timeline-card-icon img {
    width: 70px;
    margin:0 auto;
}
.text-highlight {
    color:var(--primary-color);
    font-weight: 700;
}
.custom-btn {
    background-color: var(--primary-color);
    color:#fff;
        font-size: 16px;

    display: block;
    padding: 5px 20px;
   
    width: fit-content;
    
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
   
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border:1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.custom-btn:hover   {
    border-color:var(--primary-color);
   background-color: transparent;
   color:var(--primary-color)
}

.tranformY {
    transform: scale(1);
    transition: all 0.6s ease-in-out;

}
.tranformY:hover {
    transform: scale(1.05);
}

/* -------- our motto section  --------- */
    .our-motto-div {
        padding:35px;
        background:var(--bg-color-2);
        border-radius:12px;

    }
       .our-motto-div p {
        text-align:center;
       }
    .our-motto-div h2 {
        color:var(--primary-color);
        text-align:center;
    }
    .section-padding {
        padding:65px 0;
    }
    .bg-white-color {
        padding:10px 15px;
        background:#fff;
        border-radius:8px;
        display: inline;
        margin:0 auto;
    }

/* ------------- specility section ------------- */
.our-speciality {
    background:#fff;
    padding:35px;
    border:0.5px solid var(--border-color);
}
.our-speciality h2 {
    text-align:center;
    color: var(--primary-color);
}
.speciality-color-card {
    padding:25px;
    /* background-color:var(--bg-color-2); */
}
.speciality-color-card  h3 {
    color:var(--primary-color);
}
.speciality-normal-card {
    padding:25px 0;
}
.speciality-inner-card {
    padding:15px;
    text-align:center;
    background-color:#fff;
    border-radius:8px;
}
.speciality-inner-card  h4 {
    color:var(--primary-color);
    margin-bottom:0px;


}
.speciality-inner-card  p {
  
    margin:0;
    text-align:center;
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, hsl(120 60% 85% / .2) , hsl(100 50% 35% / .1));
}

.industry-section {
    /* background-color: var(--bg-color); */
}
.industry-section h2 {
    color: var(--primary-color);
    text-align: center;
}

   .industry-card {
        background-color:#f7f7f7;
        padding: 20px;
        position:relative;
        display:flex;
        align-items:center;
         gap:15px;
        margin-top:30px;
         transform: scale(1);
         transition: all 0.3s ease-in-out;
        /* border: 0.5px solid transparent; */
    }
      .industry-card:hover {
        transform: scale(1.05);
        border-color:var(--border-color) ;
      }
    .industry-card h3 {
        /* text-align:center; */
        margin:0;
        font-size:16px;
    }
    
     .industry-card .industry-icon svg {
        color:var(--primary-color);
        width: 32px;

     }

/* ---------------- counter section ---------------------- */
  .counter-section {
        background-color:var(--bg-color);
    }
    .counter-content-upper h2 {
        color:var(--primary-color);
        text-align:center;
    }
      .counter-content-upper p {
        text-align:center;
      }
 .counter-section  .our-timeline-card-icon   {
      background-color: var(--primary-color);
    margin: 0 auto;
    display: flex;
   align-items: center;
   justify-content: center;
    border-radius: 50px;
      }
       .counter-section  .our-timeline-card-icon  svg {
        color:#fff;
       }
       .counter-section  .our-timeline-card-icon img {
        width: 60px;
       }
.industry-div {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
}

.industry-div h3 {
    color:var(--primary-color);
    text-align: center;
}

         .impact-section {
      background-color: #fff;
     
    }

    .impact-box {
      background-color: var(--bg-color);
      border-radius: 12px;
      padding: 35px 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
      transition:all 0.5s ease-in-out;
      scale: 1;
      border:0.5px solid var(--border-color);
    }

    .impact-box:hover {
     scale: 1.05;
    }
  
.bg-gradient-to-br-1 {
        background-image: linear-gradient(to bottom right, hsl(0 0% 100%) , hsl(142 72% 29% / .1));
}
.from-card-1 {
    --tw-gradient-from: hsl(0 0% 100%) var(--tw-gradient-from-position);
    --tw-gradient-stops:hsl(0 0% 100%), hsl(142 72% 29% / .1);
}
.to-primary\/5 {
    --tw-gradient-to: hsl(142 72% 29% / .05) var(--tw-gradient-to-position);
}

 
    .impact-number {
    
      font-weight: 700;
      
    }


    .impact-label {
      font-size: 16px;
      font-weight: 600;
      margin-top: 8px;
      
    }

    .tag-p {
        font-weight: 500;
        font-size: 18px;
    }

      .custom-btn {
        box-shadow:none;
        font-weight: 500;
    }
    .custom-btn.btn-transparent {
        background-color:#EFF6EF !important;
        border-color:hsl(100 50% 35%) !important;
        color:var(--primary-color) !important;
        margin-top:10px;
        box-shadow:none !important;
        font-size:14px !important;
    }
   .custom-btn.btn-transparent:hover {
         background-color:hsl(100 50% 35%) !important;
         color:#fff !important;
      }

    .timeline-section {
      /* background: var(--bg-color); */
      border-radius: 12px;
     
    }
.bg-gradient-to-r {
        background-image: linear-gradient(to right, hsl(120 60% 85% / .2) , hsl(100 50% 35% / .1));

}
    .timeline {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 50px;
    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #b7d9b5;
      z-index: 1;
    }

    .timeline-item {
      position: relative;
      z-index: 2;
      text-align: center;
      width: 33%;
    }
    .our-timeline-card .our-timeline-card-icon  {
  scale: 1;
  transition: all 0.5s ease-in-out;
}
.our-timeline-card:hover .our-timeline-card-icon  {
  scale: 1.15;
}
    .timeline-circle {
      width: 65px;
      height: 65px;
      background: #2f7d32;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600;
      margin: 0 auto 10px;
    }
     .timeline-circle.big {
        width: 80px;
        height: 80px;
     }

    .timeline-label {
      font-weight: 500;
      color: #000;
      font-size: 14px;
    }
.p-8 {
    padding: 2rem;
}
    .section-title {
      font-size: 26px;
      font-weight: 600;
      color: #2f7d32;
      margin-bottom: 15px;
    }

    .section-text {
      max-width: 900px;
      margin: 0 auto;
      color: #5f6f7e;
      font-size: 15px;
      line-height: 1.7;
    }
    .ft-20 {
        font-size:20px;
        line-height: 30px;
        font-weight: 400;
    }

    @media (max-width: 768px) {
      /* .timeline {
        flex-direction: column;
      } */

      /* .timeline::before {
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        height: 100%;
      }

      .timeline-item {
        width: 100%;
        margin-bottom: 40px;
      } */
    }

.biomass-box {
 
  border-radius: 16px;
}

.biomass-title {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.biomass-list span {
    margin-bottom: 0 !important;
}
.biomass-list {
    gap:20px;
    
}
/* Base pill */
.biomass-item {
    width:18%;
  background-color: #ffffff;
  padding: 12px 20px !important;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
   display:flex !important;
   align-items:center;
}

/* Active (clickable) */
.biomass-item.active {
  color: #000;
  cursor: pointer;
}


/* Disabled (not clickable) */
.biomass-item.muted {
  color: #6b7280;
  cursor: not-allowed;
}

.biomass-item.muted .dot {
  background-color: #86b893;
}

/* Dot */
.dot {
  width: 12px;
  margin:0 !important;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* Responsive */
@media (min-width: 768px) {
  .biomass-item {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
  }
}

.stats-subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}
.industry-div h4 {
    font-size:16px;
    margin:0;
}
.stats-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.stat-item h3 {
  font-weight: 700;
  color: #1f7a3a;
  margin-bottom: 5px;
}

.stat-item p {
  font-size: 14px;
  line-height: 18px;
  color: #4b5563;
}




.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
.text-primary-color {
    color: var(--primary-color) ;
}


.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
        max-width: 56rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.w-8 {
    width: 2rem;
}
.h-8 {
    height: 2rem;
}
.w-16 {
    width: 4rem;
}
.h-16 {
    height: 4rem;
}

.border-primary\/20 {
     border: 1px solid;
    border-color: hsl(142 72% 29% / .2);
}
.hover\:border-primary\/40:hover {
    border-color: hsl(142 72% 29% / .4);
}

.hover\:border-primary\/40:hover {
     border-width: 1px;
    border-color: hsl(142 72% 29% / .4) ;
}


 .text-accent {
       color: hsl(100 50% 35%);
  }

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow:  0 0 #0000,  0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.mb-12 {
    margin-bottom: 3rem;
}

.max-w-\[220px\] {
    max-width: 220px;
}
.min-w-\[160px\] {
    min-width: 160px;
}
.br-8 {
    border-radius: 8px;
}
.industry-card:hover {
    background-color: hsl(142 72% 29% / .1);
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, hsl(120 60% 85% / .3) , hsl(100 50% 35% / .1));
} 

.bg-secondary\/30 {
        background-color: hsl(120 60% 85% / .3);
}

.header .header-bg {
    background-color: #E3EAE3;
    transition: all 0.3s ease;
}

/* On scroll */
.header.fixedHeader  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}
.header.fixedHeader .header-bg  , .mobile-header.fixedHeader .mobile-head , .mobile-header.fixedHeader #navigation{
    background: rgb(255 255 255 / 18%); /* semi-transparent */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* Safari */
}
.border-border {
      border: 1px solid;
        border-color: hsl(214.3 31.8% 91.4%);
}
.fo-contact-div .fo-contact-icon svg {
    color:#ffffff90 !important;
}
.text-primary-foreground\/70 {
    color: hsl(0 0% 98% / .7);
}
.copy-write-div a {
      color: hsl(0 0% 98% / .7);
      font-size: 14px;
      margin-right:24px;
}
.bg-background {
        background-color: hsl(120 30% 95%) !important;
}
.bg-primary\/10 {
    background-color: hsl(142 72% 29% / .1);
}
.services-one__content .custom-btn {
    font-size:14px;
}
.impact-box .impact-number {
    scale: 1;
    transition: all 0.3s ease-in-out;
}
.impact-box:hover .impact-number  {
    scale: 1.05;
}

.our-timeline-card:hover {
  background-color: hsl(120 30% 95%);
}
.services-one__content li::marker {
    color:var(--primary-color);
    font-size:20px;
}
.fo-counter-content svg {
color:#ffffff90 !important;
}
.fo-counter-content span {
    font-size: 16px;
    color:#ffffff;
    text-align: start;
    margin-left: 8px;
}
.ms-16 {
    margin-left:16px;

}
.second-color {
    color:hsl(120 60% 85%) !important;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}
.p-6 {
    padding: 1.5rem;
}
.fo-contact-content p {
    font-size: 14px;
}
.pellet-industry-card {

    height:100%;
}
.pellet-industry-card h3 {
    color:var(--primary-color);
}
.pellet-industry-card svg {
    color:var(--primary-color);
    width: 50px;
    margin-bottom:20px;
}
.pellet-industry-card li {
    font-weight:600;
}
.max-w-6xl {
    max-width: 72rem;
}


.organization-slider {
  position: relative;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  color: #000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.prev-arrow {
  left: -25px;
}

.next-arrow {
  right: -25px;
}

.slider-arrow:hover {
  background: #000;
  color: #fff;
}
.font-bold {
    font-weight: 700;
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
/* ------------------------- about pagr ----------------- */

  .achievement-card {
    background-color:#fff ;
    border-radius:8px; 
  }
  .organization-div {
    display:flex;
    gap:15px;
  }
  .pan-india-image img {
    border-radius:16px;
    overflow:hidden;
  }
 
 .organization-slider .slider-arrow {
  width: 38px;
  height: 38px;
 }

 .organization-slider .slick-slider img {
    width: 100%;
    border-radius: 8px;
  }

  .organization-slider .slick-prev:before,
  .organization-slider .slick-next:before {
    color: #333;
  }
   .slide-img  {
    height:500px;
   }
  .slide-img img{
     width: 100%;
     height: 100%;
     object-fit:cover;
  }
.organization-slider .prev-arrow {
  left:10px;
}
.organization-slider .next-arrow {
  right:10px;
}
.organization-slider  .slider-arrow i  {
  font-size:16px;
  padding-bottom: 2px;
}
.aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
}
.slider-arrow {
  display:flex;
  align-items:center;
  justify-content:center;
}

  @media screen and (min-width:1024px) {    
    .about-banner h1 {
      font-size: 3.75rem !important;
          line-height: 1;
      
    }

    #overview .row .col-md-4 {
        max-width: 50% !important;
    }
    .about-banner  .about-banner-content {
                  font-size: 1.3rem !important;
        line-height: 2rem;
        font-weight: 500;
    }
  }

  .text-secondary-foreground {
        color: hsl(142 72% 15%);
  }
  .max-w-2xl {
    max-width: 42rem;
}
.h-9 {
    height: 2.25rem;
}
  .pt-32 {
    padding-top: 9.5rem;
}
.br-8 {
    border-radius: 8px;
}
.gap-4 {
    gap: 1rem;
}
.p-12 {
    padding:12px;
}
.blog-form-btn:hover {
    background-color: hsl(var(120 60% 85%) / .9) !important;
}
.bg-secondary-color {
    background-color: hsl(120 60% 85%);
}
.rounded-full {
    border-radius: 99999px;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}


.bg-background {
    background-color: hsl(120 30% 95%);
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.pb-16 {
    padding-bottom: 4rem;
}
    .about-banner  .about-banner-content {
      color:#fff;
    }
  .about-banner h1 { 
    color:#fff;
   font-size:3rem;
  }
 .font-semibold {
    font-weight: 600;
}
.organization-slider .slider-arrow:hover{
    background-color: hsl(100 50% 35%);
}
 .about-banner {
    position:relative;
 }
  .about-banner:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:var(--primary-color);
    opacity: 0.9;
    z-index: 2;
  }
  .from-primary\/10 {
    --tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: hsl(142 72% 29% / .1), hsl(120 60% 85% / .1);
}
 .about-inner-banner {
   position:relative;
   z-index: 5;
  }
   .bg-image {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   }
   .bg-gradient-to-br-img {
    background-image: linear-gradient(to bottom right,hsl(142 72% 29% / .05) , hsl(120 60% 85% / .05));
   }
 .bg-image img{
object-fit: cover;
width: 100%;
height:100%;
 }
  .banner-box {
    width: fit-content;
    margin:0 auto ;
    border-radius:8px;
    overflow: hidden;
  }
 .banner-box p {
  color:#fff;
 }
.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
 .product-cta-btn {
    background-color: var(--primary-color);
    color:#fff;
    border-radius:4px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none !important;
 }
  .product-cta-btn:hover {
    color:#fff;
    opacity: 0.80;
  }
 .product-banner-btn {
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 15px;
 }
 .product-cta-btn-white {
     background-color: hsl(120 30% 95%);
    color:#000;
    border-radius:4px;
    width: fit-content;
    display: flex;
    align-items: center;
     text-decoration: none !important;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
 }
  .product-cta-btn-white:hover {
    background-color: hsl(100 50% 35%);
    color:#fff;
  }
 .h-11 {
    height: 2.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
 .bg-white\/10 {
    background-color: #ffffff1a;
}
.achievement-section {
  background-color:var(--bg-color);
}
.achievement-section h2 {
  color:var(--primary-color)
}
 .spear-list-card {
        border-radius:8px;
        overflow:hidden;
        display: block;
        background-color:#fff;
        text-decoration:none  !important;
        transform: translateY(0);
          transition:all 0.3s ease-in-out;
    }
      .spear-list-card:hover {
         transform: translateY(-10px);
             --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }
    .spear-card-btn {
            padding:0.5rem 1rem;
            border-radius:6px;
            text-align:center;
            color:#000;
            font-weight:600;
            background-color:hsl(120 30% 95%);
    }
    .spear-list-image {
        overflow:hidden;
    }
     .spear-list-card .spear-card-btn,  .spear-list-card h3 ,  .spear-list-card img  {
            transition:all 0.3s ease-in-out;
     }
          .spear-list-card:hover img {
            scale:1.1;
          }
    .spear-list-card:hover .spear-card-btn {
            background-color:var(--primary-color);
            color:#fff;
    }
       .spear-list-card:hover  h3 {
        color:hsl(142 72% 29% / 0.8)
       }
       .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.new-product-div a {
        text-decoration:none  !important;
       
    }
    .new-product-div .new-product-card span{
        min-height: 48px;
        display: block;
    }
  .new-product-div  .services-one__content {
        min-height:auto ;
    }
    .new-product-card .custom-btn {
        width: fit-content !important;
    }
    .product-btn {
        display:flex;
        align-items:center;
        
        background-color: hsl(120 30% 95%);
        border-radius:8px;
        width: fit-content;
        font-size:14px;
        color:#000;
        font-weight:600;
         transition:all 0.3s ease-in-out;
    }
    .uppercase {
        text-transform:uppercase;
    }
    .new-product-card:hover h3{
       color:var(--primary-color) ;
    }
    .services-one__single.new-product-card {
      border-left:4px solid hsl(142 72% 29% / 0.2);
      transition:all 0.3s ease-in-out;
    }
    .services-one__single.new-product-card:hover {
        border-color:transparent ;
        border-left-color:var(--primary-color) !important;
    }
    .product-btn:hover {
        background-color:hsl(100 50% 35%);
        color:#fff;
    }
      .product-btn svg {
        position: relative;
        left:0;
        transition:all 0.3s ease-in-out;
      }
     .product-btn:hover svg {
        position:relative;
        left:5px;
     }
    .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.custom-card-content {
    min-height: 50px;
}
    .spare-banner-div {
        display:flex;
        align-items:center;
        gap:25px;
    }
    .spare-banner-inner-div {
          display:flex;
        align-items:center;
        gap:8px;
    }
    .spare-banner nav span{
        font-size:14px;
    }
    .to-background {
    --tw-gradient-to: hsl(120 30% 95%) var(--tw-gradient-to-position);
}
.from-primary\/5 {
    --tw-gradient-from: hsl(var(--primary) / .05) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: hsl(142 72% 29% / .05), hsl(120 30% 95%);
}.font-medium {
    font-weight: 500;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, hsl(142 72% 29% / .05) , hsl(120 30% 95%));
}.gap-2 {
    gap: .5rem;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.mb-16 {
    margin-bottom: 4rem;
}

.h-64 {
    height: 16rem;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  
}
.speciality-color-card p {
    font-weight: 600;
}
.h-48 {
    height: 12rem;
}
.overflow-hidden {
    overflow: hidden;
}
.resource-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.resource-card {
    background-color: #fff;

}

.rounded-lg {
    border-radius: 0.5rem;
}
.h-10 {
    height: 2.5rem !important;
}

.rounded-md {
    border-radius: calc(0.5rem - 2px) !important;
}

.text-primary-foreground\/90 {
    color: hsl(0 0% 98% / .9);
}

/* --------  resource page ------------------ */
  .resource-card {
transform: translateY(0);
 transition:all 0.3s ease-in-out;
   }
   .resource-card:hover {
       --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transform: translateY(-10px);
   }
   .resource-card img {
      scale:1;
       transition:all 0.3s ease-in-out;
   }
      .resource-card:hover img {
         scale:1.1;
      }
   .resource-card-content a {
      background-color: var(--primary-color);
      color:#fff !important;
      transition:all 0.3s ease-in-out;
      text-decoration:none  !important;
      font-size:14px;
        
      font-weight:500;

   }
   .resource-card-content a:hover {
        
      opacity: 0.9;
     
   }
   .text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.bg-white\/95 {
    background-color: #fffffff2;
}
.w-3 {
    width: .75rem;
}

.h-3 {
    height: .75rem;
}
.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.top-3 {
    top:0.5rem
}
.left-3 {
    left: 0.5rem;
}
.top-4 {
    top: 1rem;
}
.text-primary-foreground {
    color: #fff;
}

.left-4 {
    left: 1rem;
}
.bottom-4 {
    bottom:1rem;
}
.right-4 {
    right: 1rem;
}
.absolute {
    position: absolute;
}
.relative {
   position:relative;
}
.bg-primary-color{
   background-color:var(--primary-color);
}
.color-white {
   color:#fff;
}
.shadow-sm {
        box-shadow: 0 0 #0000,  0 0 #0000,0 1px 2px 0 rgb(0 0 0 / .05);
}
.ring-primary\/20 {
    --tw-ring-color: hsl(var(--primary) / .2);
}
.hight-100 .d-flex {
    height:100%;
}
.ring-2 {
   border:2.5px solid  hsl(var(--primary) / .3);
   
}
.custom-card {
   background-color:#fff;
   height: 100%;
}
.explore-btn {
   background-color:hsl(120 30% 95%);
   color:#000;
   font-weight:600;
   text-decoration:none  !important;
   transition:all 0.3s ease-in-out;
}
.translate-y {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.translate-y:hover {
    transform: translateY(-10px);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.custom-card:hover .explore-btn {
   color:#fff;
   background-color:var(--primary-color);
}

.w-4 {
    width: 1rem !important;
}
.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}
.mt-1 {
    margin-top: .25rem;
}

.border-input {
    border:1px solid;
    border-color: hsl(var(--input));
} 
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.rounded {
    border-radius: .25rem;
}

.h-4 {
    height: 1rem !important;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rounded-2xl {
    border-radius: 1rem;
}


.bg-gradient-to-new {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary-new {
    --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: hsl(142 72% 29%), hsl(100 50% 35%);
}
.to-accent {
    --tw-gradient-to: hsl(100 50% 35%) var(--tw-gradient-to-position);
      
}
.service-cta-btn a:hover {
    background-color: hsl(120 60% 85% / .9) !important;
}
.bg-secondary {
    background-color: hsl(120 60% 85%) !important;
}
.border-white\/20 {
    border: 1px solid;
    border-color: #fff3;
}
.backdrop-blur-sm{
        --tw-backdrop-blur: blur(4px);
          backdrop-filter: var(--tw-backdrop-blur);
}

.border-green-200 {
    border:1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.text-secondary {
    color: hsl(120 60% 85%) !important;
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.border-blue-600 {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.text-primary-foreground\/80 {
    color: hsl(0 0% 98% / .8);
}
.border-blue-200 {
     border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1)) !important;
}
.contact-cta-btn  .call-btn:hover {
    background-color: hsl(120 60% 85% / .9) !important;
}
.hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.border-pink-200 {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-400:hover {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:border-pink-400:hover {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.border-pink-600 {
    border:1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-red-200 {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.hover\:border-red-400:hover {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-600 {
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

/* ------------ contact page --------- */
  .contact-cards , .form-div {
    background-color:#fff ;
  }
.form-inner-div input::placeholder ,.form-inner-div textarea::placeholder {
  color:hsl(215.4 16.3% 46.9%);
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.form-inner-div button {
  cursor: pointer;
  opacity: 1;
  border:none !important;
  transition:all 0.3s ease-in-out;
}
.form-inner-div button:hover {
  opacity: 0.85;
}
.contact-social-card {
  background-color:#fff;
}
.product-banners-btn a:hover {
    color:var(--primary-color) !important;
}
.breadcrumb-wrap.product span {
 font-size:14px;
} 
.breadcrumb-wrap.product span.current-item {
  font-weight: 600;
}
.hover\:bg-accent:hover {
    background-color: hsl(100 50% 35%);
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.h-full {
    height: 100%;
}
.pb-8 {
    padding-bottom: 2rem;
}  
.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem;
}
.hover\:bg-primary\/80:hover {
    background-color: hsl(var(--primary) / .8);
}
.product-review svg {
    color:transparent;
}
.hover\:bg-secondary\/80:hover {
    background-color: hsl(120 60% 85% / .8) !important;
}
.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
} 
.product-details-div  li {
    list-style: none;
    width: 25%;
    text-align: center;
}
.bg-muted {
    background-color: hsl(210 40% 96.1%);
}
 .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.bottom-map-div {
  background-color:#fff;
}
.fill-yellow-400 {
    fill: #facc15;
}
.bg-white {
  background-color:#fff !important;
  color:#000;
}
.contact-cta-btn   a.white-btn:hover {
 color:var(--primary-color) !important;
}
.w-2 {
    width: .5rem;
}
.w-\[1px\] {
    width: 1px;
}
.h-2 {
    height: .5rem;
}
.bg-border {
    background-color: hsl(214.3 31.8% 91.4%);
}
.bg-secondary\/10 {
    background-color: hsl(120 60% 85% / .1);
}
.cursor-pointer {
  cursor:pointer;
}
.hover\:bg-primary\/90:hover {
    background-color: hsl(var(--primary) / .9);
    cursor: pointer;
}
.ft-16 {
  font-size:16px;
}
.map-button , .map-button:focus {
  border:none;
  outline:none;
}
.google-map iframe {
  filter: grayscale(100%) brightness(1.08) contrast(0.92) saturate(0.9);
  transition: filter 0.4s ease;
  border-radius: 12px;
}
.h-\[300px\] {
    height: 300px;
}
.mt-16 {
    margin-top: 4rem;
}
.bg-primary\/5 {
    background-color: hsl(var(--primary) / .05);
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.mr-4 {
    margin-right:1rem !important;
}
/* Optional hover effect */
.google-map iframe:hover {
  filter: grayscale(0%) brightness(1) contrast(1);
}
.p-4 {
    padding: 1rem !important;
}
.h-12 {
    height: 3rem;
}
.border-t {
    border-top: 1px solid;
    border-color:hsl(214.3 31.8% 91.4%);
}
.hover\:bg-muted\/50:hover {
    background-color: hsl(210 40% 96.1% / .5);
}
.product-details-div .nav-tabs .nav-link:focus, .product-details-div .nav-tabs .nav-link:hover {
 border-color: transparent !important;
}
/* ---------- product page ---------- */
.product-list-div li {
    width: 48%;
    
}
.product-list-div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: space-between;
}
.custom-tabs .nav-link.active {
  background: hsl(120 30% 95%);
  border-radius: 4px;
  color: #000;
  border:0 !important;
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #000,0 1px 2px 0 rgb(0 0 0 / .05);
}

.custom-tab-content {
  background: #fff;
  
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.app-pill {
  display: inline-block;
  background: #c9f2c6;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
}



















@media screen and (max-width:1299px) {
    .logo_h a.logo {
        width: 220px;
    }
    .navigation ul.nav li a {
        padding: 10px;
    }
}
@media screen and (max-width:1199px) {
    .logo_h a.logo {
        width: 165px;
        display: flex;
        align-items: center;
    }
    .logo_h {
        display: flex;
    }
    .navigation ul.nav li a {
        padding:10px 0px;
    }
    .inq_btn a {
        margin-left:5px  !important
    }
}

@media (min-width: 1024px) {
    .navigation .submenu-caret {
        display: none;
    }
        .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}


@media screen and (max-width:992px) {
    .impact-box {
        padding: 30px 12px;
    }
    .impact-label {
        font-size: 14px;
    }
    .speciality-inner-card {
    padding: 10px;
    }
    .speciality-inner-card p {
        font-size: 13px;
    }
    .services-one__content {
        min-height: 385px;
    }
    .our-speciality {
        padding:25px
    }
}

/* Responsive */
@media (max-width: 768px) {
  .stats-row {
    gap: 40px;
  }

  .stat-item h3 {
    font-size: 30px;
  }
}

@media  screen and (max-width:640px) {
    .product-list-div li {
    width: 100%;

}
.flex-col {
    flex-direction: column;
}
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
}
@media screen and (max-width:575px) {
    .form-bottom p {
        display: flex;
        justify-content: center;
    }
     
      .form-bottom .d-flex {
        flex-direction: column !important;
      }
    .resource-contact , .product-banner-btn , .contact-cta-btn{
        flex-direction: column;
    }
    .custom-tabs {
        flex-direction: column;
    }
    .product-details-div li {
        width: 100%;
    }
    .timeline::before {
    content: "" !important;
    position: absolute !important;
    top: 43% !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: #b7d9b5 !important;
    z-index: 1;
}
.contact-cta-btn {
    align-items: center;
}
.contact-cta-btn a {
    width:fit-content;
}
}


[data-aos="fade-up"] {
  transform: translate3d(0, 25px, 0);
}
.our-motto-section .row.row-margin-0 {
    margin-right:0 !important;
    margin-left:0 !important;
}


.news-card .achievement-card{
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.news-card .achievement-card:hover{ 
    transform: translateY(-5px);
}
.bg-card {
    background-color: hsl(0 0% 100%);
}
.flex-1 {
    flex: 1 1 0%;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-1 {
    gap: .25rem;
}

.blog-btn {
    color:#000;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}
.blog-card:hover .blog-btn {
    color:#fff;
    background-color: var(--primary-color);
}
.blog-card:hover {
    border-color: hsl(142 72% 29% / .4) !important;
}
.blog-card img {
        transition: all 0.3s ease-in-out;
}
.blog-card:hover img {
    scale: 1.1;
}



/* WordPress pagination compatibility */
.custom-pagination-wrapper .page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-pagination-wrapper .page-numbers li {
  display: inline-flex;
}

.custom-pagination-wrapper .page-numbers a,
.custom-pagination-wrapper .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background-color: hsl(120 30% 95%);
  color: #1f2937;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #d1d5db;
}

/* Active */
.custom-pagination-wrapper .page-numbers .current {
  background: var(--primary-color);
  color: #ffffff;
  border-color:var(--primary-color);
}

/* Hover */
.custom-pagination-wrapper .page-numbers a:hover {
  background: hsl(100 50% 35%);
  color: #fff;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.single-blog-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.single-blog-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
     color: var(--primary-color);
}
.single-blog-content a{
         color: var(--primary-color);
}
.gap-3 {
    gap: .75rem;
}
.color-black {
    color:#000;
}
.blog-social-icon a:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.rotate-180 {
    rotate: 180deg;
}
@media (min-width: 1024px) {
    .lg\:p-12 {
        padding: 3rem;
    }
        .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}





/* Search */
.blog-search-form {
  flex: 1;
  max-width: 420px;
}

.blog-search-form input {
  width: 100%;
      padding-top: .5rem;
    padding-bottom: .5rem;
        padding-left: 2.5rem;
  border-radius: 7px;
  border: 1px solid #d1d5db;
  outline: none;
     background-color: hsl(120 30% 95%);
}

/* Category buttons */
.blog-category-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 14px;
  border-radius: 7px;
     background-color: hsl(120 30% 95%);
  border: 1px solid #d1d5db;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease;
  text-transform: capitalize;
}

.filter-btn:hover {
  background: #f3f4f6;
}

.filter-btn.active {
  background: #1f7a1f;
  color: #ffffff;
  border-color: #1f7a1f;
}
#ajax-blog-results {
    width: 100%;
}


.custom-pagination {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    
    border-radius: 7px;
}

.custom-pagination a {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
     background-color: hsl(120 30% 95%);
    color: #333;

    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
        padding-left: .75rem;
    padding-right: .75rem;
    height: 2.5rem;
     font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    width: 2.5rem;
    font-weight: 500;
}

button:focus {
    border: none;
    outline: none;
}

.custom-pagination a:hover {
    background: var(--primary-color);
    color: #fff !important;
}

.custom-pagination a.active {
    background: #1f7a32;
    color: #fff;
    font-weight: 600;
}

.custom-pagination a.prev,
.custom-pagination a.next {
    display: flex;
    align-items: center;
    gap: 6px;
      padding-left: .75rem;
    padding-right: .75rem;
     font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    width: fit-content !important;
}

.w-250 {
    width: 305px;
    color:#fff;
}
.bottom-blog-form {
    border: 1px solid #fff3 !important;
}
.bottom-blog-form::placeholder {
  color: #ffffff90;
  font-weight: 400;
  font-size: 14px;
}

.bottom-blog-form {
    width: 305px;
    color: #fff;
       border-radius: calc(0.5rem - 2px) !important;
       height: 2.5rem !important;
       background-color: #ffffff1a;
       padding-left: 1rem !important;
       padding-right: 1rem !important;
       padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
}
.blog-list-form input[type="submit"] {
        padding-left: 2rem;
    padding-right: 2rem;
   font-weight: 500;
       text-decoration: none !important;
           border-radius: calc(0.5rem - 2px) !important;
               height: 2.75rem;
        background-color: hsl(120 60% 85%);
        color: hsl(142 72% 15%);
            font-size: 1.125rem;
    line-height: 1.75rem;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    font-weight: 500;
}
.form-bottom p {
    margin-bottom: 0 !important;
}

.hover-primary-bg:hover {
  background-color: var(--primary-color) !important;
  color: #ffff;
}
