@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Signika+Negative:wght@300..700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}
:root {
    --primary-color: #0143a1;
    --secondry-color: #58b036;
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #222222;
    --black-color3: #2C2C2C;
    --black-color4: #3D3D3D;
    --gray-color: #E5E4E2;
    --gray-color2: #f5f5f5;
    --gray-color3: #f7f7f7;
    --gray-color4: #8d8787;
    --facebook-color: #3b5998;
    --instagram-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --youtube-color: #c4302b;
    --background-color: #f9f6f0;
    --rating-color:#FDCC0D;
    --rating-color2:#FF9529;
}



img {
  max-width: 100% !important;
}


body {
  font-family: "Fredoka", sans-serif;
   overflow-x: hidden !important
}

body,
html {
  scroll-behavior: smooth;
  font-family: "Fredoka", sans-serif;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}


textarea{
    resize: none !important;
}

h1, h2, h3, h4, h5, h6{
   font-family: "Signika Negative", sans-serif;
}

.split-heading,
.split-heading *,
.split-heading .char {
    text-transform: none !important;
    display: inline-block !important;

}

/*  */

.slider_section2{
    display: none;
}


.about_us_section{
    padding: 50px 0px 30px 0px;
}



/* ================================
   SECTION TAGLINE BOX
================================ */
.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

/* ================================
   TAGLINE LINE (Gradient + Glow)
================================ */
.section-title__tagline-border {
    position: relative;
    width: 55px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--secondry-color),
        transparent
    );
    overflow: hidden;
}

/* Animated shimmer */
.section-title__tagline-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.8),
        transparent
    );
    animation: lineMove 2.5s infinite ease-in-out;
}

/* ================================
   LEFT DOT
================================ */
.section-title__shape-1,
.section-title__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-title__shape-1 {
    right: -6px;
}

.section-title__shape-2 {
    left: -6px;
}

/* ================================
   DOT STYLE (Pulse Effect)
================================ */
.section-title__circle {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondry-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    animation: pulseDot 1.8s infinite ease-in-out;
}

/* ================================
   TAGLINE TEXT
================================ */
.section-title__tagline {
    position: relative;
    color: var(--servixa-base);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}

/* ================================
   ANIMATIONS
================================ */
@keyframes pulseDot {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    }
    70% {
        transform: scale(1.4);
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineMove {
    0% {
        left: -40%;
    }
    100% {
        left: 120%;
    }
}


.about_us_image_div_main{
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}


.about_us_image_div_main > .about_us_img_box{
    border-radius: 5px;
    position: relative;
}

.about_us_image_div_main > .about_us_img_box >  img{
border-radius: 5px;
width: 200px;
height:410px;
object-fit: cover;
 border: 2px solid var(--white-color);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 40px 0px 40px 40px;

}

.about_us_img_box2{
    position: absolute;
    top: 10px;
    width: 200px;
    right: 0px;
    border-radius: 70px 70px 0px 70px;
    object-fit: cover;
}

.about_us_img_box2 > img{
    border-radius: 70px 70px 0px 70px;
    width: 200px;
height:300px;
object-fit: cover;
}



.about_us_img_box3{
    position: absolute;
    bottom: 0px;
    width: 170px;
    right: 0px;
    left: 0px;
     border-radius: 70px 70px 70px 0px;
    text-align: center;
    margin: auto;
    object-fit: cover;

}

.about_us_img_box3 > img{
    border-radius: 70px 70px 70px 0px;
    width: 170px;
height:300px;
object-fit: cover;
border: 5px solid var(--white-color);
}


.experience_box_overlay{
    position: absolute;
    bottom: 2px;
    right: 20px;
    background-color: var(--primary-color);
    text-align: center;
    padding: 10px 30px;
    border: 4px solid var(--white-color);
    border-radius: 30px 30px 10px 40px;

}

.experience_box_overlay > h4{
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 3px !important;
}

.experience_box_overlay > span{
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
}




.about_us_content_div > h1{
    color: var(--black-color2);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
}

.about_us_content_div > h1 > span{
    color: var(--secondry-color);
}

.about_us_content_div > p{
    font-size: 14px;
    line-height: 25px;
    color: var(--black-color);
    font-weight: 400;
}

.flex_div_about_ser{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.about_service_image_div > span{
    background-color: var(--secondry-color);
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
 animation: blob 3s infinite ease-in-out;
}

@keyframes blob {
  0%   { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
  50%  { border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%; }
  100% { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
}

.about_service_image_div > span:hover{
    background-color: var(--primary-color);
}

.about_service_image_div > span > img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
    filter: brightness(0%) invert(1);
    transition: transform .4s ease;
}

.about_service_image_div:hover > span > img{
    animation: zigzag .5s ease-in-out;
}

@keyframes zigzag {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-6px); }
    40%  { transform: translateX(6px); }
    60%  { transform: translateX(-4px); }
    80%  { transform: translateX(4px); }
    100% { transform: translateX(0); }
}


.about_service_content > h3{
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2px !important;
}

.about_service_content > p{
    font-size: 14px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: 400;
}

.about_us_content_div > strong{
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}

.about_us_content_div > strong > span{
    color: var(--secondry-color);
}

.read_more_btn > a{
    background-color: var(--primary-color);
    padding: 10px 0px 10px 20px;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.read_more_btn > a > i{
    background-color: var(--secondry-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    margin: 0px 0px 0px 12px;
}

.read_more_btn > a:hover{
    background-color: var(--secondry-color);
}

.read_more_btn > a:hover > i{
 background-color: var(--primary-color);
}

/*  */


/* categories start */

.categories_section{
    padding: 30px 0px 50px 0px;
    background-color: var(--gray-color2);
}

.main_div_title_categories{
    margin-bottom: 30px;
    text-align: center;
}

/* ================================
   SECTION TAGLINE BOX
================================ */
.categories-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

/* ================================
   TAGLINE LINE (Gradient + Glow)
================================ */
.categories-title__tagline-border {
    position: relative;
    width: 55px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--secondry-color),
        transparent
    );
    overflow: hidden;
}

/* Animated shimmer */
.categories-title__tagline-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.8),
        transparent
    );
    animation: lineMove 2.5s infinite ease-in-out;
}

/* ================================
   LEFT DOT
================================ */
.categories-title__shape-1,
.categories-title__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.categories-title__shape-1 {
    right: -6px;
}

.categories-title__shape-2 {
    left: -6px;
}

/* ================================
   DOT STYLE (Pulse Effect)
================================ */
.categories-title__circle {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondry-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    animation: pulseDot 1.8s infinite ease-in-out;
}

/* ================================
   TAGLINE TEXT
================================ */
.categories-title__tagline {
    position: relative;
    color: var(--servixa-base);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}

/* ================================
   ANIMATIONS
================================ */
@keyframes pulseDot {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    }
    70% {
        transform: scale(1.4);
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineMove {
    0% {
        left: -40%;
    }
    100% {
        left: 120%;
    }
}


.main_div_title_categories > h2{
    color: var(--black-color);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.main_div_title_categories > h2 > span{
    color: var(--secondry-color);
}

.main_div_title_categories > p{
    font-size: 14px;
    line-height: 23px;
    color: var(--black-color);
    font-weight: 400;
}

.categories_main_div {
    background-color: var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.categories_main_div > .categories_image_div{
    position: relative;
    margin-bottom: 30px;
}


.categories_main_div > .categories_image_div > img{
    border-radius: 3px;
    transition: .5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.categories_main_div:hover > .categories_image_div > img{
    filter: brightness(70%);
    border-radius: 3px;
    transition: .5s ease-in-out;
     position: relative;
    overflow: hidden;
}

.categories_main_div > .categories_image_div > .overlay_icon_categories{
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.categories_main_div > .categories_image_div > .overlay_icon_categories > span{
    background-color: var(--secondry-color);
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    border: 4px solid var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
animation: blob 3s infinite ease-in-out;
}

@keyframes blob {
  0%   { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
  50%  { border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%; }
  100% { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
}

.categories_main_div > .categories_image_div > .overlay_icon_categories > span > img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto;
    filter: brightness(0%) invert(1);
     border-radius: 5px;
}


.categories_main_div > .categories_image_div > .overlay_icon_categories > span > img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto;
    filter: brightness(0%) invert(1);
    transition: transform .4s ease;
}

.categories_main_div:hover > .categories_image_div > .overlay_icon_categories > span > img{
    animation: zigzag .5s ease-in-out;
}

.categories_main_div:hover > .categories_image_div > .overlay_icon_categories > span{
    background-color: var(--primary-color);
}

@keyframes zigzag {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-6px); }
    40%  { transform: translateX(6px); }
    60%  { transform: translateX(-4px); }
    80%  { transform: translateX(4px); }
    100% { transform: translateX(0); }
}

.overlay_number_categories{
      position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    text-align: center;
}

.overlay_number_categories > span{
    background-color: var(--secondry-color);
   height: 60px;
   width: 50px;
   line-height: 60px;
    color: var(--white-color);
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    border-radius: 3px 0px 20px 0px;
    border-right: 4px solid var(--white-color);
    border-bottom: 4px solid var(--white-color);
}

.categories_main_div:hover .overlay_number_categories > span{
    background-color: var(--black-color);
}


.categories_content_box_div{
    text-align: center;
    padding: 6px 10px;
}

.categories_content_box_div  > h4{
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
}


.categories_content_box_div  > h4 > a{
    color: var(--primary-color);
}

.categories_content_box_div  > h4 > a:hover{
    color: var(--secondry-color);
}

.categories_content_box_div  > p{
     font-size: 14px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 6px !important;
}

.categories_content_box_div  > a{
    color: var(--secondry-color);
    font-weight: 500;
    font-size: 15px;
    transition: .5s ease-in-out;
}

.categories_content_box_div  > a:hover{
    letter-spacing: .4px;
    transition: .5s ease-in-out;
}

.view_all_categories_btn{
    text-align: center;
    margin-top: 35px;
}


.view_all_categories_btn > a{
    background-color: var(--black-color);
    padding: 10px 0px 10px 20px;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.view_all_categories_btn > a > i{
    background-color: var(--secondry-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    margin: 0px 0px 0px 12px;
}

.view_all_categories_btn > a:hover{
    background-color: var(--secondry-color);
}

.view_all_categories_btn > a:hover > i{
 background-color: var(--black-color);
}

/* categories end */


/*  */
.details_page_section{
    padding: 50px 0px 40px 0px;
}

.details_image_div_main{
    margin-bottom: 20px;
    border: 1px solid var(--color-gray);
    border-radius: 10px;
    background-color: var(--color-white);
    text-align: center;
}

.details_image_div_main > .image_box_dt > img{
    border-radius: 7px;
}

.details_image_div_main > p{
    font-weight: 600;
    font-size: 16px;
    color: var(--youtube-color);

}

.details_image_div_main > p > a{
    color: var(--secondry-color);
    text-decoration: underline !important;
}

.image_box_dt{
    text-align: center;
    margin: auto;
}

.image_box_dt > img{
    width: 100%;
    display: block;
}

.details_page_content_div > h1{
    color: var(--secondry-color);
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}


.details_page_content_div > h2{
     color: var(--primary-color);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}



.details_page_content_div > h3{
     color: var(--primary-color);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}


.details_page_content_div > h4{
     color: var(--primary-color);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}


.details_page_content_div > p > strong{
    font-size: 15px;
    color: var(--color-dark);
    font-weight: 600;
}

.details_page_content_div > p{
        font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}

.details_page_content_div > ul{
    list-style: none !important;
    padding: 0px 0px !important;
}

.details_page_content_div > ul > li{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.details_page_content_div > ul > li > strong{
    font-weight: 500;
}

/*  */

  /* counter css */
.counter_state_section {
  padding: 50px 0px 40px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
   background-image: linear-gradient(rgba(14, 14, 14, 0.76), rgba(0, 0, 0, 0.724)), url(../images/counterbg01.jpg);
   margin-bottom: 80px;
}

.counter_title_div {
    text-align: center;
    margin-bottom: 10px;
}

.counter_title_div>h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px !important;

}

.counter_title_div > p {
    font-size: 15px;
    font-weight: 400;
    max-width: 900px;
    margin: auto;
    color: var(--white-color);
}

.counter_main_box{
    background-color: var(--gray-color3);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 10px;
    border-bottom: 2px solid var(--secondry-color);
    margin-bottom: 20px;
}

.counter_main_div {
    text-align: center;
    border-radius: 3px;
    border-radius: 10px;
}

.counter_icon_div {
    background-color: var(--secondry-color);
    display: inline-block;
    border-radius: 100px 10px 100px 100px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    flex-shrink: 0;
animation: blob 3s infinite ease-in-out;
}

@keyframes blob {
  0%   { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
  50%  { border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%; }
  100% { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
}



.counter_icon_div>img {
    width: 50px;
    height: 85px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: brightness(0%) invert(1);
}

.counter_number_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter_number_div>h3 {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 1px !important;
   color: var(--primary-color);

}

.counter_number_div>span {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0px 0px 0px 8px ;
}

.counter_number_name_div{
    text-align: center;
    margin: auto;
}

.counter_number_name_div>h4 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--secondry-color);
    margin-bottom: 0px !important;
    text-align: center !important;


}

.number_count_section{
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}


/* counter css end */


/*  */

.products_title_section{
    padding: 50px 0px 40px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
 background-image: linear-gradient(rgba(89, 176, 54, 0.735), rgb(1 67 161)), url(../images/productbg01.jpg);
   /* margin-bottom: 80px; */
}


.main_div_title_products{
    margin-bottom: 150px;
    text-align: center;
}

/* ================================
   SECTION TAGLINE BOX
================================ */
.products-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

/* ================================
   TAGLINE LINE (Gradient + Glow)
================================ */
.products-title__tagline-border {
    position: relative;
    width: 55px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--white-color),
        transparent
    );
    overflow: hidden;
}

/* Animated shimmer */
.products-title__tagline-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.8),
        transparent
    );
    animation: lineMove 2.5s infinite ease-in-out;
}

/* ================================
   LEFT DOT
================================ */
.products-title__shape-1,
.products-title__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.products-title__shape-1 {
    right: -6px;
}

.products-title__shape-2 {
    left: -6px;
}

/* ================================
   DOT STYLE (Pulse Effect)
================================ */
.products-title__circle {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    animation: pulseDot 1.8s infinite ease-in-out;
}

/* ================================
   TAGLINE TEXT
================================ */
.products-title__tagline {
    position: relative;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}

/* ================================
   ANIMATIONS
================================ */
@keyframes pulseDot {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    }
    70% {
        transform: scale(1.4);
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineMove {
    0% {
        left: -40%;
    }
    100% {
        left: 120%;
    }
}


.main_div_title_products > h2{
    color: var(--white-color);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.main_div_title_products > h2 > span{
    color: var(--gray-color);
}

.main_div_title_products > p{
    font-size: 14px;
    line-height: 23px;
    color: var(--white-color);
    font-weight: 400;
}

.products_boxes_section{
    margin-top: -150px;
    position: relative;
    margin-bottom: 30px;
}

.products_box_main_div{
    margin-bottom: 20px;
    border-radius: 10px 10px 2px 10px;
    border: 3px solid var(--white-color);
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.products_box_img_div{
    border-radius: 10px 10px 2px 10px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.products_box_img_div > img{
    border-radius: 10px 10px 2px 10px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.products_box_main_div:hover .products_box_img_div > img{
transform: scale(1.1,1.1);
transition: .5s ease-in-out;
filter: brightness(80%);
}

.overlay_products_name{
    position: absolute;
    bottom: 10px;
    left: 0px;
    /* right: 0px; */
    text-align: center;
}

.overlay_products_name > h4{
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white-color);
    display: inline-block;
    padding: 7px 20px;
    border-radius: 0px 0px 0px 0px;
}

.products_box_main_div:hover .overlay_products_name > h4{
    color: var(--white-color);
    background-color: var(--secondry-color);
}

/*  */


/* recycle div */

.recycle_div_icon{
    padding: 10px 0px 40px 0px;
    background-color: var(--white-color);
}


.recycle_head_title{
  text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.recycle_head_title h4{
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

.recycle_head_title h4 span{
    color: var(--secondry-color);
}

.recycle_head_title > p{
    font-size: 15px;
    line-height: 25px;
    color: var(--black-color);
    font-weight: 400;
}

.recycle_icon_div{
    margin-bottom: 20px;
    text-align: center;
    background-color: var(--primary-color);
    padding: 20px 10px;
    border-radius: 20px 20px 6px 20px;
}

.recycle_img_div {
    text-align: center;
}

.recycle_img_div img{
    text-align: center;
    margin: auto;
    width: 70px;
    filter: brightness(0%) invert(1);
}

.recycle_icon_div h5{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
    line-height: 22px;
    color: var(--white-color);
    margin-bottom: 0px !important;

}

/* end */

/* blogs css */

.blogs_section{
    background-color: var(--gray-color3);
    padding: 30px 0px 30px 0px;
}

.main_div_title_blogs{
    margin-bottom: 30px;
    text-align: center;
}

/* ================================
   SECTION TAGLINE BOX
================================ */
.blogs-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

/* ================================
   TAGLINE LINE (Gradient + Glow)
================================ */
.blogs-title__tagline-border {
    position: relative;
    width: 55px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--secondry-color),
        transparent
    );
    overflow: hidden;
}

/* Animated shimmer */
.blogs-title__tagline-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.8),
        transparent
    );
    animation: lineMove 2.5s infinite ease-in-out;
}

/* ================================
   LEFT DOT
================================ */
.blogs-title__shape-1,
.blogs-title__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blogs-title__shape-1 {
    right: -6px;
}

.blogs-title__shape-2 {
    left: -6px;
}

/* ================================
   DOT STYLE (Pulse Effect)
================================ */
.blogs-title__circle {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondry-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    animation: pulseDot 1.8s infinite ease-in-out;
}

/* ================================
   TAGLINE TEXT
================================ */
.blogs-title__tagline {
    position: relative;
    color: var(--servixa-base);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}

/* ================================
   ANIMATIONS
================================ */
@keyframes pulseDot {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    }
    70% {
        transform: scale(1.4);
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineMove {
    0% {
        left: -40%;
    }
    100% {
        left: 120%;
    }
}


.main_div_title_blogs > h2{
    color: var(--black-color);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.main_div_title_blogs > h2 > span{
    color: var(--secondry-color);
}

.main_div_title_blogs > p{
    font-size: 14px;
    line-height: 23px;
    color: var(--black-color);
    font-weight: 400;
}

.blogs_box_main_div{
    /* display: flex; */
    gap: 10px;
    background-color: var(--white-color);
    padding: 4px 4px;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.blogs_box_img_div{
    margin-bottom: 10px;
}


.blogs_box_img_div > img{
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.content_blogs_div > h4{
    color: var(--primary-color);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 6px !important;
}

.content_blogs_div > p{
    color: var(--black-color3);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 8px !important;
}

.content_blogs_div > span{
    display: inline-block;
    font-weight: 500;
    color: var(--secondry-color);
    font-size: 14px;
}

/* end */

.blogs_dt_section{
    padding: 50px 0px 50px 0px;
}


.blog_dt_image_div {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.blog_dt_image_div > img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
    border-radius: 6px;
}

.blogs_content_main_div_box > h2{
    color: var(--black-color2);
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}


.blogs_content_main_div_box > h3{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px !important;
}



.blogs_content_main_div_box > h4{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px !important;
}



.blogs_content_main_div_box > h5{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px !important;
}

.blogs_content_main_div_box > p{
    font-size: 15px;
    line-height: 26px;
    color: var(--black-color);
    font-weight: 400;
}

.blogs_content_main_div_box > p > strong{
    font-weight: 500;
}

.blogs_content_main_div_box > ul{
    list-style: square;
    padding: 0px 10px !important;
}


.blogs_content_main_div_box > ol{
    padding: 0px 20px !important;
}

.blogs_content_main_div_box > ol > li{
    font-size: 15px;
    line-height: 26px;
    color: var(--black-color);
    font-weight: 400;
}


.blogs_content_main_div_box > ol > li > strong{
    font-size: 15px;
    line-height: 26px;
    color: var(--black-color);
    font-weight: 400;
}

/*  */


/*  */
.sitemap_section{
    padding: 50px 0px;
}

.sitemap_list_main_div {
    margin-bottom: 30px;
}

.sitemap_list_main_div > h1{
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-dark);
    text-transform: capitalize;
}


.sitemap_list_main_div > h2{
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 700;
}


.sitemap_list_main_div > ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto !important;
}




/* width */
 .sitemap_list_main_div > ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sitemap_list_main_div > ul::-webkit-scrollbar-track {
  background: var(--gray-color2);
  border-radius: 100px;
}

/* Handle */
.sitemap_list_main_div > ul::-webkit-scrollbar-thumb {
  /* background: #0a58c4; */
  background-color: var(--gray-color);
  border-radius: 100px;
}

.sitemap_list_main_div > ul > li {
    background-color: var(--color-gray);
    margin-bottom: 20px;
    border: 1px solid var(--gray-color);
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sitemap_list_main_div > ul > li > a {
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px; /* space for arrow */
    font-weight: 500;
}

.sitemap_list_main_div > ul > li:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.sitemap_list_main_div > ul > li:hover > a {
    color: var(--white-color);
}

.sitemap_list_main_div > ul > li:hover > a::after {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.title_sitemap > h2{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}


/*  */


.privacy_section {
    padding: 30px 0px 30px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 4px !important;
}


.privacy_content_main_div>h2 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h3 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 400;
    font-size: 15px;
    color: var(--black-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>p>strong {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}

.privacy_content_main_div>p>a {
    color: var(--third-color);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div>ul {
    list-style: square;
    padding: 0px 20px !important;
    margin-bottom: 0px !important;
}

.privacy_content_main_div>ul>li {
    font-weight: 400;
    font-size: 15px;
    color: var(--black-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}


/*  */

.cta_section{
    background-color: var(--secondry-color);
    padding: 20px 10px 20px 10px;
    margin-top: 10px;
}

.cta_content > h4{
    color: var(--white-color);
    font-size: 30px;
    text-transform: capitalize;
}

.cta_content > p{
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px !important;
}


.cta_btn_div{
    text-align: right;
}

.cta_btn_div > a{
    background-color: var(--secondry-color);
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.cta_btn_div > a:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);

}


/*  */
.faq_section{
    padding: 40px 0px 20px 0px;
}


.main_div_title_faq_faq{
   padding: 0px 0px 10px 0px;

}


.faq_faq-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.faq_faq-title__tagline-border {
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
    border: 1px solid var(--secondry-color);
}

.faq_faq-title__shape-1 {
    position: absolute;
    right: -1px;
    top: -4px;
}

.faq_faq-title__shape-1 > .faq_faq-title__circle {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--secondry-color);
}

.faq_faq-title__tagline-border {
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
    border: 1px solid var(--secondry-color);
}

.faq_faq-title__shape-2 {
    position: absolute;
    left: -1px;
    top: -4px;
}

.faq_faq-title__shape-2>.faq_faq-title__circle {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--secondry-color);
}

.faq_faq-title__tagline {
    position: relative;
    display: block;
    color: var(--servixa-base);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 0px !important;
}


.main_div_title_faq_faq > h3{
    color: var(--black-color);
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
}


.main_div_title_faq_faq > h3 > span{
    color: var(--secondry-color);
}


.faq_main_div > .accordion > .accordion-item > .accordion-header > .accordion-button{
    box-shadow: none !important;
    outline: none !important;
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq_main_div > .accordion > .accordion-item > .accordion-collapse > .accordion-body{
    padding: 10px 20px 6px 20px !important;
    border-top: 1px solid var(--gray-color) !important;
}

.faq_main_div > .accordion > .accordion-item > .accordion-collapse > .accordion-body > .faq_content_div > p{
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    color: var(--black-color4);
    margin-bottom: 2px !important;
}

.faq_image_div{
    position: relative;
    margin-top: 80px;
}


/*  */

 /*  */
.faq_section{
    background-color: #fff;
    padding: 40px 0px 40px 0px;
}

.faq_title_div{
    margin-bottom: 20px;
    text-align: center;
}

.faq_title_div > h4{
    color: var(--rs-black);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 7px !important;
}

.faq_title_div > h4 > span{
    color: var(--secondry-color);
}

.faq_title_div > p{
  font-size: 14px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 6px !important;
}

.faq_title_div > p > strong{
    font-weight: 500;
}

.faq_vd_div > video{
    border-radius: 10px;
}

.faq_img_fiv{
    text-align: center;
    margin-bottom: 10px;
}

.faq_img_fiv > img{
    mix-blend-mode: multiply;
}

.faq_main_div > .accordion > .accordion-item > .accordion-header > .accordion-button{
    box-shadow: none !important;
    outline: none !important;
    background-color: #f6f6f6 !important;
    color: var(--color-dark) !important;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--heading-font2);
    padding-top: 16px;
    padding-bottom: 16px;
}

.faq_main_div > .accordion > .accordion-item > .accordion-collapse > .accordion-body{
   padding: 6px 20px 10px 20px !important;
    border-top: 1px solid var(--gray-color) !important;
  font-size: 14px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 2px !important;
}

.faq_main_div > .accordion > .accordion-item > .accordion-collapse > .accordion-body > .faq_content_div > p{
    padding: 6px 20px 10px 20px !important;
    border-top: 1px solid var(--gray-color) !important;
 font-size: 14px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 2px !important;
}

/*  */


/* css start */
.contact_us_page_section {
    padding: 30px 0px;
    background-color: var(--gray-color3);
    margin-top: 10px;
}

.contact_us_left_side_main {
    margin-bottom: 10px;
}

.contact_us_left_side_title_div>h2 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 5px !important;
    text-transform: capitalize;
    font-weight: 700;
}

.contact_us_left_side_title_div>p {
    font-weight: 400;
    font-size: 14px;
    color: var(--black-color);
    text-transform: capitalize;
    line-height: 25px;
    transition: 0.2s ease-in-out;
}

.contact_us_left_side_media_object_main_div {
    background-color: var(--white-color);
    padding: 30px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
    border-radius: 7px;
}

.contact_us_left_side_media_object_main_div>.d-flex>.flex-shrink-0>i {
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    border-radius: 10px;

}


.contact_us_media_content>a {
    font-size: 15px;
    font-weight: 400;
    color: var(--black-color);
    display: block;
}


.contact_us_media_content>p {
    font-size: 15px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 5px !important;
}

.contact_us_media_content>h4 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 5px !important;
    font-weight: 700;
    color: var(--secondry-color);
}

.contact_us_right_side_main_div {
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_us_right_side_main_div>h2 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    font-weight: 700;
}

.conatct_us_input_div {
    margin-bottom: 15px;
}

.conatct_us_input_div>label {
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.conatct_us_input_div>input {
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid var(--gray-color) !important;
    font-size: 14px;
    font-weight: 500;
}


.conatct_us_input_div>textarea {
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid var(--gray-color) !important;
    font-size: 14px;
    font-weight: 500;
}

.conatct_us_input_div> ::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.conatct_us_btn_div {
    margin-top: 10px;
}

.conatct_us_btn_div>button {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    border: none !important;
    border-radius: 4px !important;
    outline: none !important;
    padding: 8px 20px !important;
    font-size: 14px;
    font-weight: 500;
}

.contact_us_map_div{
    margin: 60px 0px 20px 0px;
}

/*  */

/* gallery css */
.gallery_section_anya{
    padding-top: 50px;
    padding-bottom: 30px;
}

.gallery_div_box_m{
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    transition: .4s ease-in-out;
    border-radius: 7px;
}

.gallery_div_box_m img{
    display: block;
    margin: auto;
    border-radius: 7px;
}

.gallery_overlay_icons{
    position: absolute;
    top: 10px;
    right: 10px;
}

.gallery_overlay_icons a{
    background-color: var(--secondry-color);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px solid var(--background-color);
    transition: .4s ease;
}

.gallery_overlay_icons a:hover{
    background-color:var(--secondry-color);
}

/* end */

/* css end */



/* pagetitle css */
.page_title_mkp_section {
    background-image: url(../images/pagetitle.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }

  .page_ti_overly_mkp_div {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
  }

  .page_title_tax_mkp_main_div {
    text-align: center;
    margin: auto;
  }

  .page_title_tax_mkp_div {
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.5); */
    display: inline-block;
    padding: 7px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .page_title_tax_mkp_div > h1 {
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .page_title_tax_mkp_div > ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;
  }

  .page_title_tax_mkp_div > ul > li > a {
    color: var(--black-color);
    font-weight: 500;
  }

  .page_title_tax_mkp_div > ul > li {
    display: inline-block;
    color: var(--secondry-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
  }

  .page_title_tax_mkp_div > ul > i{
    font-size: 12px;
    color: var(--primary-color);
  }

  /* page titile css end */


/* footer css */
.footer{
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 66, 159, 0.947), rgba(0, 66, 159, 0.852)), url(../images/footerbg01.jpg);
    padding: 50px 0px 20px 0px;
    background-attachment: fixed;

}



.main_div_footer {
    margin-bottom: 20px;
}

.main_div_footer img {
    width: 200px;
    margin-bottom: 8px;
}

.main_div_footer .fa {
    background-color: var(--facebook-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    margin-right: 10px;
    font-size: 18px;
animation: blob 3s infinite ease-in-out;
border: 1px solid var(--white-color);
}

@keyframes blob {
  0%   { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
  50%  { border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%; }
  100% { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
}

.footer_num_div > h6{
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}

.footer_num_div a {
    color: var(--white-color);
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;

}


.footer_num_div a:hover {
    color: var(--secondry-color);
    display: block;
    font-size: 14px;
}

.footer_num_div p {
    color: var(--white-color);
   font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px !important;

}

.main_div_footer h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;

}

.footer_usefull_link {
    margin-bottom: 20px;
}

.footer_usefull_link h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 700;

}

.footer_usefull_link ul {
    list-style: none;
    padding: 0px;
}

.footer_usefull_link li {
    line-height: 45px;
    border-bottom: 1px dotted var(--third-color);
}

.footer_usefull_link li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: capitalize;
    font-weight: 500;

}


.footer_usefull_link li a:hover {
    color: var(--secondry-color);
    font-size: 14px;
    letter-spacing: .3px;
}


.footer_usefull_link li:before {
    position: relative;
    content: '\279D';
    margin-right: 4px;
    font-weight: bold;
    color: var(--white-color);
    top: 1px;
    font-size: 15px;
}

.footer_usefull_link b {
    letter-spacing: 1px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_usefull_link p{
    margin-bottom: 4px !important;
}

.footer_usefull_link p iframe{
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer_social_icon{
    text-align: left;
}

.footer_social_icon > b{
    color: var(--white-color);
    font-size: 14px;
    margin-right: 6px;
    display: block;
    margin-bottom: 5px;
}

.footer_social_icon > a{
    color: var(--white-color);
    border: 1px solid var(--gray-color4);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
   border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    transition: .4s ease-in-out;
}

.footer_social_icon > a:hover{
    color: var(--white-color);
    background-color:var(--secondry-color);
    border: 1px solid var(--secondry-color);

}


/*  */

 .copy_right_section{
    background-color: var(--secondry-color);
    text-align: center;
    padding: 7px 1px;
  }

  .copyright_content_div > p{
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
  }

  .copyright_content_div > p > a{
    color: var(--nine-color);
  }

    .copyright_content_div > p > a > img{
        width: 45px;
        object-fit: contain;
        margin-left: 3px;
        filter: brightness(0%) invert(1)
    }

/**/
