
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}
:root {
    --primary-color: #0143a1;
    --secondry-color: #026ccd;
    /* --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: "Bai Jamjuree", sans-serif !important;
  /* font-family: "Fredoka", sans-serif; */
   overflow-x: hidden !important
}

body,
html {
      font-family: "Bai Jamjuree", sans-serif !important;
  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;
}
/* ================================
   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;
}

/* ================================
   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: 10px !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: 24px;
    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: 25px;
width: 100%;
height:410px;
object-fit: contain;
 /* 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: 15px;
    line-height: 28px;
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 2px !important;
}

.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_us_content_div .read_more_btn{
    margin: 20px 0px !important;
}
/* .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(--secondry-color);
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    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(--black-color2);
    color: var(--background-color);
}

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

/*  */


/* why choose us start */
/*==============================
WHY CHOOSE US
==============================*/

.why-choose-us{
    padding:80px 0;
    background:#f8f9fc;
}

.why-choose-left h4{
    color:var(--secondry-color);
    font-size:25px;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:12px;
}

.why-choose-right h2{
    color:var(--color-dark);
    font-size:30px;
    font-weight:700;
    line-height:40px;
    margin-bottom:20px;
}

.why-choose-left p{
       color: var(--black-color2);
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 35px;
    font-weight: 500;
}

/*==============================
IMAGE
==============================*/

.why-choose-left img{
    width:90% !important;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.10);
    height: auto;
}

/*==============================
CARD
==============================*/

.why-choose-card{

    display:flex;
    align-items:flex-start;
    gap:18px;

    background:#fff;

    padding:22px;

    border-radius:16px;

    margin-bottom:20px;

    transition:.35s;

    box-shadow:0 8px 20px rgba(0,0,0,.06);

    border-left:4px solid transparent;

}

.why-choose-card:hover{

    transform:translateY(-6px);
}

/*==============================
ICON
==============================*/


.why-choose-card-icon{

    width:70px;
    height:70px;

    min-width:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

     background: linear-gradient(135deg, #036ccc, #026ccd);

    position:relative;

    overflow:hidden;

    transition:.4s;

}

.why-choose-card-icon::before{

    content:"";

    position:absolute;

    width:120px;
    height:120px;

    background:rgba(255,255,255,.15);

    border-radius:50%;

    top:-70px;
    right:-70px;

}

.why-choose-card-icon i{

    color:#fff;

    font-size:28px;

    position:relative;

    z-index:2;

    transition:.4s;

}

/*==============================
TEXT
==============================*/

.why-choose-card-title h5{

    font-size:20px;

    font-weight:700;

    color:var(--color-dark);

    margin-bottom:8px;

}

.why-choose-card-title p{

    font-size:15px;
    line-height:24px;
    color:var(--black-color2);
   font-weight: 500;
    margin:0;

}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

    .why-choose-us{

        padding:60px 0;

    }

    .why-choose-left{

        margin-bottom:40px;

    }

    .why-choose-left h2{

        font-size:34px;

    }

}

@media(max-width:576px){

    .why-choose-card{

        flex-direction:column;

        text-align:center;

        align-items:center;

    }

    .why-choose-card-title{

        text-align:center;

    }

    .why-choose-left h2{

        font-size:28px;

    }

}

/* categories start */
/* =========================================
   MODERN CATEGORIES SECTION
========================================= */


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

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

.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;
}


.categories-title__tagline {
    position: relative;
    color: var(--servixa-base);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px !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);
    font-size: 30px;
    font-weight: 700;
}

.main_div_title_categories > p{
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 500;
}
/* =========================================
   CARD
========================================= */

.categories_main_div{
    position: relative;

    background: rgba(255,255,255,0.8);

    backdrop-filter: blur(12px);

    border-radius: 28px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.3);

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);

    transition: 0.4s ease-in-out;

    margin-bottom: 25px;

    height: 100%;

    display: flex;
    flex-direction: column;
}

/* TOP BORDER */

.categories_main_div::before{
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: linear-gradient(
        90deg,
        var(--secondry-color),
        #00c6ff
    );

    z-index: 2;
}

/* HOVER */

.categories_main_div:hover{
    transform: translateY(-10px);

    box-shadow:
    0 20px 45px rgba(0,0,0,0.12);
}

/* =========================================
   IMAGE
========================================= */

.categories_image_div{
    position: relative;
    overflow: hidden;
}

.categories_image_div > img{
    width: 100%;
    height: 280px;
    object-fit: contain;

    transition: 0.6s ease;

    border-radius: 28px 28px 0 0;
}

.categories_main_div:hover .categories_image_div > img{
    transform: scale(1.08);
    filter: brightness(70%);
}

/* =========================================
   OVERLAY ICON
========================================= */

.overlay_icon_categories{
    position: absolute;

    bottom: -35px;

    left: 0;
    right: 0;

    text-align: center;
}

.overlay_icon_categories > span{
    width: 85px;
    height: 85px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        var(--secondry-color),
        #00c6ff
    );

    border-radius: 50%;

    border: 5px solid #fff;

    box-shadow:
    0 10px 25px rgba(0,0,0,0.12);

    transition: 0.4s ease;
}

.categories_main_div:hover .overlay_icon_categories > span{
    transform: rotateY(180deg);
}

.overlay_icon_categories > span > img{
    width: 38px;
    height: 38px;

    object-fit: contain;

    filter: brightness(0%) invert(1);
}

/* =========================================
   NUMBER
========================================= */

.overlay_number_categories{
    position: absolute;
    top: 0;
    left: 0;
}

.overlay_number_categories > span{
    background: linear-gradient(
        135deg,
        var(--secondry-color),
        #00c6ff
    );

    height: 70px;
    width: 60px;

    line-height: 70px;

    color: #fff;

    font-weight: 700;
    font-size: 24px;

    display: inline-block;

    border-radius: 0 0 25px 0;

    box-shadow:
    0 5px 20px rgba(0,0,0,0.12);
}

/* =========================================
   CONTENT
========================================= */

.categories_content_box_div{
    text-align: center;
    padding: 4px 15px 20px 10px;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
}

/* TITLE */

.categories_content_box_div > h4{
    font-size: 24px;
    font-weight: 700;

    line-height: 34px;

    margin-bottom: 12px !important;
}

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

    transition: 0.3s;
}

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

/* PARAGRAPH */

.categories_content_box_div > p{
    font-size: 15px;
    line-height: 24px;

    color: var(--black-color2);
    font-weight: 500;

    margin-bottom: 20px !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

/* BUTTON */

.categories_content_box_div > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        var(--secondry-color),
        #00c6ff
    );

    color: #fff;

    padding: 12px 22px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;

    text-transform: capitalize;

    transition: 0.4s ease;

    margin-top: auto;

    width: fit-content;

    margin-left: auto;
    margin-right: auto;
}

.categories_content_box_div:hover > a{
    background: linear-gradient(
        135deg,
        var(--black-color2),
        #000000
    );

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

/* .categories_content_box_div > a:hover{
    transform: translateY(-3px);
} */

/* =========================================
   VIEW ALL BUTTON
========================================= */

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

.view_all_categories_btn > a{
    display: inline-flex;
    align-items: center;

    background: var(--black-color);

    padding: 12px 12px 12px 24px;

    border-radius: 60px;

    color: #fff;

    font-size: 15px;
    font-weight: 600;

    transition: 0.4s ease;
}

.view_all_categories_btn > a > i{
    width: 36px;
    height: 36px;

    line-height: 36px;

    text-align: center;

    border-radius: 50%;

    background: var(--secondry-color);

    margin-left: 14px;

    transition: 0.4s ease;
}

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

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

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .categories_section{
        padding: 60px 0;
    }

    .main_div_title_categories > h2{
        font-size: 34px;
        line-height: 48px;
    }

    .categories_image_div > img{
        height: 240px;
    }

}

@media(max-width:767px){

    .categories_section{
        padding: 50px 0;
    }

    .main_div_title_categories{
        margin-bottom: 35px;
    }

    .main_div_title_categories > h2{
        font-size: 28px;
        line-height: 40px;
    }

    .main_div_title_categories > p{
        font-size: 14px;
        line-height: 24px;
    }

    .categories_image_div > img{
        height: 220px;
    }

    .categories_content_box_div{
        padding: 55px 18px 24px;
    }

    .categories_content_box_div > h4{
        font-size: 20px;
        line-height: 30px;
    }

}

@media(max-width:575px){

    .categories_section{
        padding: 40px 0;
    }

    .main_div_title_categories > h2{
        font-size: 24px;
        line-height: 34px;
    }

    .categories_image_div > img{
        height: 200px;
    }

    .overlay_icon_categories > span{
        width: 70px;
        height: 70px;
    }

    .overlay_icon_categories > span > img{
        width: 30px;
        height: 30px;
    }

    .categories_content_box_div{
        padding: 50px 15px 20px;
    }

    .categories_content_box_div > h4{
        font-size: 18px;
        line-height: 28px;
    }

    .categories_content_box_div > p{
        font-size: 14px;
        line-height: 24px;
    }

}
/* categories end */


/*  */
.details_page_section{
    padding: 50px 0px 40px 0px;
    background-color: rgb(245, 245, 245);
}

.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;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

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

}

.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(--primary-color);
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}


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



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


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


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

.details_page_content_div > p{
        font-size: 15px;
    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: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

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

}

.main_div_title_products{
    text-align: center;

}

.products_title_section{
    padding-top: 40px;
}

.main_div_title_products h2{
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color);
    line-height: 27px;

}

.main_div_title_products p{
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color2);
    line-height: 24px;
}

.products_box_main_div{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 30px 0px;
    padding: 10px;
    border-radius: 10px;
}

.products_box_main_div img{
    filter: brightness(95%);
    border-radius: 10px;
}

.overlay_products_name h4{
   font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
    line-height: 24px;
    margin-top: 10px;
}



/*  */

  /* counter css */

  .counter_title_div {
    text-align: center;
    margin: 10px 0px;
}
.counter_title_div>h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px !important;

}

.counter_title_div > p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
    color: var(--black-color2);
}
/* .counter_main_div {
    text-align: center;
    border-radius: 3px;
    border-radius: 10px;
} */
 .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_main_box{
    background-color:#f1f7fb;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 10px;

    margin-bottom: 20px;
}







@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_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(--black-color3);
    margin-bottom: 0px !important;
    text-align: center !important;


}







/*  */


.number_count_section{
    position: relative;
    padding: 40px 0px 40px 0px;
    counter-reset: strength;
    background-color: #f1f7fb;
}


/* ================= TAGLINE BOX ================= */

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

.counter_section-title__tagline-box{
    display:inline-flex;
    align-items:center;
    gap:16px;
    margin-bottom:50px;
    justify-content:center;
    position:relative;
}

/* ================= LINE (DOUBLE ACCENT STYLE) ================= */
.counter_section-title__tagline-border{
    width:50px;
    height:2px;
    background-color:var(--theme-color);
    position:relative;
}

/* top accent */
.counter_section-title__tagline-border::before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:25px;
    height:2px;
    background-color:var(--secondry-color);
}

/* bottom accent */
.counter_section-title__tagline-border::after{
    content:"";
    position:absolute;
    bottom:-4px;
    right:0;
    width:15px;
    height:2px;
    background-color:var(--theme-color3);
}

/* ================= REMOVE OLD DOTS ================= */
.counter_section-title__shape-1,
.counter_section-title__shape-2{
    display:none;
}

/* ================= TEXT ================= */
.counter_section-title__tagline{
    font-size:34px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:capitalize;
    color:var(--color-dark);
    margin:0;
    position:relative;
}

/* underline accent */
.counter_section-title__tagline::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:40%;
    height:2px;
    background-color:var(--theme-color2);
}


/* .counter_main_div{
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 24px 28px 80px;
    border-radius: 18px;
    background-color: var(--white-color);
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid rgba(0,0,0,0.04);
    counter-increment: strength;
    margin-bottom: 20px;
} */


.counter_main_div:hover{
    /* transform: translateY(-8px); */
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.08); */
}


/* vertical divider glow */
.counter_main_div::after{
    content:"";
    position:absolute;
    left:65px;
    top:0;
    width:2px;
    height:100%;
    opacity:0.5;
}

/* ================= ICON ================= */
.counter_icon_div{
    width:60px;
    height:60px;
    border-radius:14px;
    background-color: var(--secondry-color);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s;
    flex-shrink: 0;
    color: var(--background-color) !important;
}
/*
.counter_icon_div {
    background-color: var(--secondry-color);
    display: inline-block;
    border-radius:10px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    flex-shrink: 0;

} */

/* .counter_main_div:hover .counter_icon_div{
    background-color: var(--theme-color3);
} */

/* .counter_icon_div img{
    width:28px;
    filter: brightness(0);
    text-align: center;
} */

.counter_main_div:hover .counter_icon_div img{
    filter: brightness(0) invert(1);
    color: var(--background-color) !important;
}

/* ================= TEXT ================= */
.counter_number_div{
    display:flex;
    align-items:baseline;
}

.counter_number_div h3{
    font-size:32px;
    font-weight:800;
    color:#023e8a;
    margin:0;
}

.counter_number_div span{
    font-size:20px;
    margin-left:5px;
    color:var(--black-color2) !important;
    font-weight:700;
}



/* ================= EXTRA UNIQUE HOVER LINE ================= */
/* .counter_main_div:hover{
    background: linear-gradient(white, white) padding-box,
                linear-gradient(120deg,#00b4d8,#0077b6) border-box;
    border: 1px solid transparent;
} */
/* counter css end */

/*  */






/* ================= TAGLINE BOX ================= */

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

.counter_section-title__tagline-box{
    display:inline-flex;
    align-items:center;
    gap:16px;
    margin-bottom:50px;
    justify-content:center;
    position:relative;
}

/* ================= LINE (DOUBLE ACCENT STYLE) ================= */
/* .counter_section-title__tagline-border{
    width:50px;
    height:2px;
    background-color:var(--theme-color);
    position:relative;
} */

/* top accent */
/* .counter_section-title__tagline-border::before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:25px;
    height:2px;
    background-color:var(--theme-color2);
} */

/* bottom accent */
/* .counter_section-title__tagline-border::after{
    content:"";
    position:absolute;
    bottom:-4px;
    right:0;
    width:15px;
    height:2px;
    background-color:var(--theme-color3);
} */

/* ================= REMOVE OLD DOTS ================= */
/* .counter_section-title__shape-1,
.counter_section-title__shape-2{
    display:none;
} */

/* ================= TEXT ================= */
.counter_section-title__tagline{
    font-size:34px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:capitalize;
    color:var(--color-dark);
    margin:0;
    position:relative;
}

/* underline accent */
.counter_section-title__tagline::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:40%;
    height:2px;
    background-color:var(--theme-color2);
}


.counter_main_div{

    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 21px 28px 21px;
    border-radius: 18px;
    /* background-color: var(--secondary-white) !important; */
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid rgba(0,0,0,0.19);
    /* counter-increment: strength; */
    margin-bottom: -19px;
    height: 132px;
}

/*
.counter_main_div:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
} */



.counter_icon_div img{
    width:41px;
    filter: brightness(0);
    color: var(--background-color) !important;
    filter: brightness(0) saturate(100%) invert(100%);
}

.counter_main_div:hover .counter_icon_div img{
    filter: brightness(0) invert(1);
    color: var(--background-color) !important;
}

/* ================= TEXT ================= */
.counter_number_div{
    display:flex;
    align-items:baseline;
}

.counter_number_div h3{
    font-size:32px;
    font-weight:800;
    color:#023e8a;
    margin:0;
}

.counter_number_div span{
    font-size:20px;
    margin-left:5px;
    color:var(--secondry-color);
    font-weight:700;
}

.counter_number_name_div h4{
    font-size:15px;
    color: var(--black-color2);
    margin-top:4px;
    font-weight: 600;
}

/* ================= EXTRA UNIQUE HOVER LINE ================= */
.counter_main_div:hover{
    /* background: var(--secondry-color) !important; */
    border: 1px solid var(--secondry-color);
}






/* counter css end */


/*  */


.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: 15px !important  ;
}





/* recycle div */

.recycle_div_icon{
    padding: 70px 0;
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
    overflow: hidden;
}

/* HEADING */

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

.recycle_head_title h4{
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 18px;
    color: var(--black-color);
}

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

.recycle_head_title > p{
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color2);
    font-weight: 500;
    margin: auto;
}

/* ROW */

.recycle_row{
    row-gap: 25px;
}

/* CARD */

.recycle_icon_div{
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    min-height: 240px;

    text-align: center;

    background: #fff;

    padding: 35px 22px;

    border-radius: 25px;

    overflow: hidden;

    transition: 0.4s ease-in-out;

    border: 1px solid rgba(0,0,0,0.06);

    box-shadow: 0px 8px 25px rgba(0,0,0,0.05);
}

/* TOP BORDER EFFECT */

.recycle_icon_div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background-color: var(--secondry-color);
}

/* HOVER */

.recycle_icon_div:hover{
    transform: translateY(-8px);
    box-shadow: 0px 18px 40px rgba(0,0,0,0.12);
}

/* ICON BOX */

.recycle_img_div{
    width: 95px;
    height: 95px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(0, 85, 255, 0.08);

    border-radius: 50%;

    margin-bottom: 22px;

    transition: 0.4s ease;
}

.recycle_icon_div:hover .recycle_img_div{
    transform: rotateY(180deg);
}

/* ICON */

.recycle_img_div img{
    width: 55px;
    height: 55px;
    object-fit: contain;
}

/* TITLE */

.recycle_icon_div h5{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--black-color);
    margin-bottom: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1199px){

    .recycle_icon_div{
        min-height: 220px;
        padding: 30px 18px;
    }

}

@media(max-width:991px){

    .recycle_div_icon{
        padding: 60px 0;
    }

    .recycle_head_title h4{
        font-size: 32px;
        line-height: 44px;
    }

    .recycle_icon_div{
        min-height: 210px;
    }

}

@media(max-width:767px){

    .recycle_div_icon{
        padding: 50px 0;
    }

    .recycle_head_title{
        margin-bottom: 35px;
    }

    .recycle_head_title h4{
        font-size: 26px;
        line-height: 38px;
    }

    .recycle_head_title > p{
        font-size: 14px;
        line-height: 24px;
    }

    .recycle_row{
        row-gap: 18px;
    }

    .recycle_icon_div{
        min-height: 200px;
        padding: 28px 18px;
    }

    .recycle_img_div{
        width: 80px;
        height: 80px;
    }

    .recycle_img_div img{
        width: 45px;
        height: 45px;
    }

    .recycle_icon_div h5{
        font-size: 16px;
        line-height: 24px;
    }

}

@media(max-width:575px){

    .recycle_div_icon{
        padding: 40px 0;
    }

    .recycle_head_title h4{
        font-size: 22px;
        line-height: 32px;
    }

    .recycle_head_title > p{
        font-size: 13px;
        line-height: 22px;
    }

    /* ONE CARD PER ROW */

    .recycle_row > div{
        width: 100%;
    }

    .recycle_icon_div{
        min-height: auto;
        padding: 25px 15px;
    }

    .recycle_img_div{
        width: 70px;
        height: 70px;
    }

    .recycle_img_div img{
        width: 40px;
        height: 40px;
    }

    .recycle_icon_div h5{
        font-size: 15px;
        line-height: 22px;
    }

}

/* =========================
   END
========================= */


/* end */

/* ======================================
   MODERN BLOGS SECTION
====================================== */

.blogs_section{
    padding: 80px 0;
    background: linear-gradient(to bottom right, #f8f9fb, #eef2f7);
    overflow: hidden;
    position: relative;
}

/* TITLE */

.main_div_title_blogs{
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}

/* .blogs-title__tagline{
    display: inline-block;
    background: rgba(0, 85, 255, 0.08);
    color: var(--secondry-color);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px !important;
} */

.main_div_title_blogs > h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    color: var(--black-color);
    margin-bottom: 15px;
    text-transform: capitalize;
}

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

.main_div_title_blogs > p{
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color2);
    margin: auto;
    font-weight: 500;
}

/* ======================================
   BLOG CARD
====================================== */

.blogs_box_main_div{
    position: relative;

    background: rgba(255,255,255,0.75);

    backdrop-filter: blur(12px);

    border-radius: 28px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.3);

    box-shadow:
    0 10px 30px rgba(0,0,0,0.06);

    transition: 0.4s ease-in-out;

    margin-bottom: 25px;

    height: 100%;

    display: flex;
    flex-direction: column;
}

/* TOP BORDER */

.blogs_box_main_div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: linear-gradient(
        90deg,
        var(--secondry-color),
        #00c6ff
    );
}

/* HOVER */

.blogs_box_main_div:hover{
    transform: translateY(-10px);
    box-shadow:
    0 20px 45px rgba(0,0,0,0.12);
}

/* IMAGE */

.blogs_box_img_div{
    position: relative;
    overflow: hidden;
}

.blogs_box_img_div > img{
    width: 100%;
    height: 260px;
    object-fit: cover;

    transition: 0.5s ease;

    border-radius: 28px 28px 0 0;
}



/* CONTENT */

.content_blogs_div{
    padding: 28px 24px;

    display: flex;
    flex-direction: column;

    flex-grow: 1;
}

/* TITLE */

.content_blogs_div > h4{
    color: var(--black-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

    transition: 0.3s;
}

.blogs_box_main_div:hover .content_blogs_div > h4{
    color: var(--secondry-color);
}

/* PARAGRAPH */

.content_blogs_div > p{
    color: var(--black-color2);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 18px !important;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

/* BUTTON */

/* BUTTON RIGHT SIDE */

.content_blogs_div > span{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: linear-gradient(
        135deg,
        var(--secondry-color),
        #00c6ff
    );

    color: #fff;

    padding: 12px 18px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;

    transition: 0.4s ease;

    margin-top: auto;

    margin-right: auto;   /* RIGHT SIDE */
}

.content_blogs_div:hover > span{
    background: linear-gradient(
        135deg,
        var(--black-color2),
        #000000
    );

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

/* .content_blogs_div > span:hover{
    transform: translateX(5px);
} */

/* ======================================
   BLOG DETAILS PAGE
====================================== */


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

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


.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;
}

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

.blog_dt_image_div{
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

.blog_dt_image_div > img{
    width: 100%;
    height: 500px;
    object-fit: cover;

    transition: 0.5s ease;
}

.blog_dt_image_div:hover img{
    transform: scale(1.05);
}

/* CONTENT */

.blogs_content_main_div_box{
    background: #fff;
    border-radius: 24px;
    padding: 35px;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.05);
}

/* HEADINGS */

/* .blogs_content_main_div_box > h2{
    color: var(--black-color);
    font-size: 38px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 20px !important;
}

.blogs_content_main_div_box > h3,
.blogs_content_main_div_box > h4,
.blogs_content_main_div_box > h5{
    color: var(--secondry-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px !important;
    margin-top: 25px;
} */

/* PARAGRAPH */

.blogs_content_main_div_box > p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 18px;
}

/* STRONG */

.blogs_content_main_div_box > p > strong{
    color: var(--black-color);
    font-weight: 700;
}

/* LIST */

.blogs_content_main_div_box > ul,
.blogs_content_main_div_box > ol{
    padding-left: 22px !important;
    margin-bottom: 20px;
}

.blogs_content_main_div_box > ul > li,
.blogs_content_main_div_box > ol > li{
    font-size: 15px;
    line-height: 28px;
    color: #555;
    margin-bottom: 10px;
}

/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

    .blogs_section,
    .blogs_dt_section{
        padding: 60px 0;
    }

    .main_div_title_blogs > h2{
        font-size: 34px;
        line-height: 48px;
    }

    .blogs_content_main_div_box > h2{
        font-size: 30px;
        line-height: 44px;
    }

    .blog_dt_image_div > img{
        height: 400px;
    }

}

@media(max-width:767px){

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

    .main_div_title_blogs{
        margin-bottom: 35px;
    }

    .main_div_title_blogs > h2{
        font-size: 28px;
        line-height: 40px;
    }

    .main_div_title_blogs > p{
        font-size: 14px;
        line-height: 24px;
    }

    .blogs_box_img_div > img{
        height: 220px;
    }

    .content_blogs_div{
        padding: 22px 18px;
    }

    .content_blogs_div > h4{
        font-size: 20px;
        line-height: 30px;
        min-height: auto;
    }

    .blog_dt_image_div > img{
        height: 300px;
    }

    .blogs_content_main_div_box{
        padding: 25px 20px;
    }

    .blogs_content_main_div_box > h2{
        font-size: 25px;
        line-height: 38px;
    }

    .blogs_content_main_div_box > h3,
    .blogs_content_main_div_box > h4,
    .blogs_content_main_div_box > h5{
        font-size: 20px;
    }

    .blogs_content_main_div_box > p{
        font-size: 15px;
        line-height: 27px;
    }

}

@media(max-width:575px){

    .main_div_title_blogs > h2{
        font-size: 24px;
        line-height: 34px;
    }

    .blogs_box_img_div > img{
        height: 200px;
    }

    .content_blogs_div > h4{
        font-size: 18px;
        line-height: 28px;
    }

    .content_blogs_div > span{
        padding: 10px 16px;
        font-size: 13px;
    }

    .blog_dt_image_div > img{
        height: 230px;
    }

    .blogs_content_main_div_box{
        padding: 20px 15px;
    }

    .blogs_content_main_div_box > h2{
        font-size: 22px;
        line-height: 32px;
    }

}


/*=========================================
            SITEMAP SECTION
==========================================*/

.sitemap_section{
    padding:70px 0 30px 0px;
    background:#fafbfc;
}

/* Heading */

.title_sitemap{
    text-align:center;
    /* margin-bottom:50px; */
}

.title_sitemap h2{
    font-size:35px;
    font-weight:700;
    color:var(--primary-color);
    position:relative;
    display:inline-block;
    padding-bottom:15px;
}

/* Category */

.sitemap_list_main_div{
    margin-bottom:60px;
}

.sitemap_list_main_div h2{
    font-size:25px;
    font-weight:700;
    color:var(--secondry-color);
    margin-bottom:30px;
    padding-left:15px;
}

/* Grid */

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

/* Card */

.sitemap_list_main_div ul li{

    list-style:none;

    margin-bottom:25px;

}

.sitemap_list_main_div ul li a{

    display:flex;
    align-items:center;
    gap:15px;

    height:100%;

    background:#fff;

    padding:18px 22px;

    border-radius:12px;

    color:var(--black-color2);

    font-size:16px;

    font-weight:600;

    text-decoration:none;

    border:1px solid #ececec;

    box-shadow:0 8px 22px rgba(0,0,0,.05);

    position:relative;

    overflow:hidden;

}

/* Left Border */

.sitemap_list_main_div ul li a::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
}

/* Icon */

.sitemap_list_main_div ul li a i{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,119,200,.10);
    color:var(--secondry-color);
    font-size:15px;
    flex-shrink:0;
    transition:.35s;

}

/* Hover */

.sitemap_list_main_div ul li a:hover{
    background:var(--primary-color);
    color:var(--white-color);

}

.sitemap_list_main_div ul li a:hover::before{
    background:var(--primary-color);
    width:100%;
    opacity:.08;

}

.sitemap_list_main_div ul li a:hover i{
    background:#fff;
    color:var(--primary-color);

}

/* Scroll */

.sitemap_list_main_div ul{
    max-height:420px;
    overflow-y:auto;
    padding-right:8px;

}

.sitemap_list_main_div ul::-webkit-scrollbar{

    width:6px;

}

.sitemap_list_main_div ul::-webkit-scrollbar-thumb{

    background:var(--secondry-color);

    border-radius:20px;

}

.sitemap_list_main_div ul::-webkit-scrollbar-track{

    background:#ececec;

}

/* Responsive */

@media(max-width:991px){

    .title_sitemap h2{

        font-size:34px;

    }

    .sitemap_list_main_div h2{

        font-size:24px;

    }

}

/* privacy css start */

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

.privacy_content_main_div>h1 {
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px !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: 500;
    font-size: 15px;
    color: var(--black-color2);
    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: 600;
}

.privacy_content_main_div>p>a {
    color: var(--primary-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;
}


/*  */

/* contact us start */

/* ==================================
   CONTACT PAGE
================================== */

.contact-page-section {
    background: #ffffff;
    padding: 75px 0px 60px 0px;
}

/* TOP INFO */

.contact-page-info-row {
    margin-bottom: 70px;
}

.contact-page-info-box {
    text-align: center;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 18px;

    border: 1px solid rgba(13, 110, 253, .15);

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, .88),
            rgba(245, 249, 255, .78)),
        url("../images/blog01.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    backdrop-filter: blur(8px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .08),
        0 5px 15px rgba(13, 110, 253, .08);

    transition: .45s ease;

    overflow: hidden;
    position: relative;
}

.contact-page-info-box:hover {

    transform: translateY(-10px);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, .12),
        0 10px 25px rgba(13, 110, 253, .15);

}

.contact-page-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 18px;
    border-radius: 25%;
    background: var(--secondry-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page-icon i {
    font-size: 26px;
    color: var(--white-color);
}

.contact-page-info-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #234;
    margin-bottom: 10px;
}

.contact-page-info-box p a {
    margin: 0;
    color: var(--blue-dark);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.contact-page-info-box p {
    margin: 0;
    color: var(--blue-dark);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.contact-page-info-box p a:hover {
    margin: 0;
    color: var(--theme-color);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

/* CONTENT */
.contact-page-content {
    margin-bottom: 20px;
}

.contact-page-content span {
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.contact-page-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.contact-page-content p {
    color: var(--theme-color);
    line-height: 28px;
    margin-bottom: 30px;
}

.contact-social-links {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 10px;
}

.contact-social-icon {
    position: relative;
}

.contact-social-icon a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 25%;
    background: #fff;
    color: var(--theme-color);
    text-decoration: none;
    transition: .4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #d1dae6;
}

.contact-social-icon a i {
    position: relative;
    z-index: 2;
    font-size: 22px;
}

.contact-social-icon a span {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    white-space: nowrap;
}

.contact-social-icon:hover a span {
    opacity: 1;
    visibility: visible;
    top: -55px;
}

.contact-social-icon a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: .4s ease;
    z-index: 1;
}

/* Instagram */
.contact-social-icon:nth-child(2) a::before {
    background: linear-gradient(45deg,
            #405de6,
            #5b51db,
            #b33ab4,
            #c135b4,
            #e1306c,
            #fd1f1f);
}

.contact-social-icon:nth-child(2):hover a span {
    background: #E1306C;
}

/* Facebook */
.contact-social-icon:nth-child(1) a::before {
    background: #1877F2;
}

.contact-social-icon:nth-child(1):hover a span {
    background: #1877F2;
}

/* YouTube */
.contact-social-icon:nth-child(3) a::before {
    background: #FF0000;
}

.contact-social-icon:nth-child(3):hover a span {
    background: #FF0000;
}

.contact-social-icon:hover a::before {
    height: 100%;
}

.contact-social-icon:hover a {
    color: #fff;
    transform: translateY(-3px);
}

.contact-social-icon:hover a i {
    color: #fff;
}

/* FORM */

.contact-page-section .form-control {
    background: #d7dce7;
    border: none;
    border-radius: 6px;
    padding: 14px 15px;
    box-shadow: none;
    font-size: 14px;
}

.contact-page-section textarea.form-control {
    resize: none;
}

.contact-page-section .form-control:focus {
    background: #d9dde7;
    box-shadow: none;
    border: none;
}

.contact-page-btn {
    width: 100%;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .4s;
}

.contact-page-btn:hover {
    transform: translateY(-3px);
    background-color: #37393e;
}

/* IMAGE */

.contact-page-image {
    position: relative;
    text-align: center;
}

.contact-page-image img {
    width: 100%;
    border-radius: 0 80px 0 80px;
    object-fit: cover;
    border: 1px solid #a7a7a7;
}

/* DOTS */

.contact-page-dots {
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 90px;
    height: 90px;
    background-image:
        radial-gradient(#03a2f4 2px, transparent 2px);
    background-size: 15px 15px;
}

/* LINES */

.contact-page-lines {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 70px;
    height: 70px;
}

.contact-page-lines::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg,
            #cfd8dc,
            #cfd8dc 2px,
            transparent 2px,
            transparent 8px);
}
/* contact us end */



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

  .page_ti_overly_mkp_div {
    background-color: rgb(36 35 36 / 84%);
    padding: 50px 0px 30px 0px;
  }

  .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(--white-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(--white-color);
    font-weight: 500;
  }

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

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

  /* page titile css end */


  /* css start */
.workspace_section {
    padding: 50px 0px 0px 30px;
   background: var(--white-color);
}

.title_div_workspace {
    text-align: center;
    margin-bottom: 35px;
}

.title_div_workspace>strong {
    font-size: 13px;
    border: 1px solid var(--white-color);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    text-transform: capitalize;
    margin-bottom: 10px;
    background: rgba(0, 119, 200, 0.08);
    color: var(--secondry-color);
}

.title_div_workspace>h2 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 12px;
    font-family: var(--nav-font);
}

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

.title_div_workspace>p {
    font-weight: 500;
    font-size: 15px;
}

.workspace_main_div_box {
    background: var(--white-color);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--theme-bg-light);
    /* transition: 0.4s; */
    margin-bottom: 0px;
    height: 96%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


.workspace_content_div {
    width: 100%;
    flex-shrink: 0;
    padding: 20px 2px 10px 12px;
}


.workspace_content_div>h3 {
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 700;
}

.workspace_content_div>h3>a {
    color: var(--primary-color);
}

.workspace_content_div>h3>a:hover {
    color: var(--secondry-color);
}

.workspace_content_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn_div_explore {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn_div_explore>a {
    font-size: 14px;
    border: 1px solid var(--theme-bg-light);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    text-transform: capitalize;
    margin-bottom: 10px;
    /* color: var(--secondry-color);
    background-color: var(--theme-bg-light); */
    font-weight: 600;
    background-color: var(--secondry-color);
    color: var(--white-color);
}



.workspace_main_div_box:hover .btn_div_explore>a {
    background-color: var(--secondry-color);
    color: var(--white-color);
}

.workspace_image_box {
    width: 100%;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.workspace_image_box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    filter: brightness(95%);

}

.workspace_main_div_box:hover .workspace_image_box>img {
    /* transform: scale(1.1, 1.1); */
    filter: brightness(90%);
}

.product-bottom-content{
    padding: 0px 0px 30px 0px;
}

.product-bottom-content .content-box h2{
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);

}


.product-bottom-content .content-box p{
    font-size: 15px;
    font-weight: 500;
    color: var(--color-dark);

}

.product-bottom-content .content-box ul{
    list-style: none;
    padding-left: 0;
}

.product-bottom-content .content-box ul li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-dark);
    line-height: 1.8;
}

.product-bottom-content .content-box ul li::before{
    content: "❖";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: 700;
}

.product-faq-title h2{
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 27px;
    padding-top: 20px;
    margin-bottom: 15px;
}

.product-faq-title p{
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
    line-height: 24px;
    margin-bottom: 30px;

}

/* css end */



/*  */
/*=====================================
 BLOG DETAILS PAGE
======================================*/

.blog-details-page {
    padding: 45px 0;
    background: #f7f9fc;
}

/*=====================================
 RECENT BLOGS
======================================*/

.recent-blog-slider-section {
    margin-bottom: 80px;
    border-bottom: 1px solid #ccdeea;
    padding: 10px;
}

.recent-blog-slider-section .section-title {
    margin-bottom: 20px;
}

.recent-blog-slider-section .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    /* margin-bottom: 15px; */
}

.recentBlogSlider {
    padding: 10px;
}

.recent-blog-item {
    display: flex;
    text-decoration: none;
    border-radius: 18px;
    overflow: hidden;
    /* transition:.4s; */
    height: 150px;
    border: 3px solid #ebf1fa;
    /* box-shadow:0 10px 35px rgba(0,0,0,.06); */
    padding: 10px;
    background: linear-gradient(rgb(255 255 255 / 22%), rgb(255 255 255 / 25%)), url(../images/dot01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.recent-blog-image {
    overflow: hidden;
    border-radius: 10px;
}

.recent-blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-blog-content {
    padding: 0px 25px;
}

.recent-blog-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 24px;
    margin-bottom: 0;
}

.recent-blog-content p {
    color: var(--black-color2);
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
}

/*=====================================
 IMAGE
======================================*/

.blog-intro-row {
    margin-bottom: 70px;
}

.blog-feature-image {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.blog-feature-image img {
    width: 100%;
    border-radius: 22px;
    /* transition: .5s; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

/* .blog-feature-image:hover img {
    transform: scale(1.05);
} */

/* .blog-intro {
    padding-left: 15px;
} */

.blog-tag {
    display: inline-block;
    background: var(--theme-color);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-intro h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
    line-height: 40px;
}

.blog-intro p {
    font-size: 15px;
    line-height: 24px;
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-intro h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--secondry-color);
    /* margin-bottom:5px; */
    line-height: 58px;
    margin-top: -12px;
}

/*=====================================
 BLOG CONTENT
======================================*/

.blog-full-content {
    margin-top: -60px;
}

.blog-full-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--secondry-color);
    margin: 30px 0 12px;
    line-height: 1.3;
}

.blog-full-content h2:first-child {
    margin-top: 0;
}

.blog-full-content p {
    font-size: 15px;
    line-height: 24px;
    color: var(--black-color2);
    margin: 0 0 15px;
    font-weight: 500;
}

/*=====================================
 FEATURE LIST
======================================*/

.blog-feature-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 22px;
}

.blog-feature-list li {
    position: relative;
    padding: 10px 0 10px 22px;
    margin: -19px 0px;
    line-height: 28px;
    color: var(--body-text-color);
    font-weight: 500;
    font-size: 15px;

}

.blog-feature-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 13px;
    color: var(--primary-color);
    font-size: 12px;
}

.blog-feature-list strong {
    color: var(--blue-dark);
    font-weight: 700;
    font-size: 16px;
}



/* blog detail 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/productbg01.webp);
    padding: 50px 0px 20px 0px;
    background-attachment: fixed;

}



.main_div_footer {
    margin-bottom: 24px;
}

.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%; */
        border-radius: 5px;
    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(--background-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(--white-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(--background-color);
    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%; */
   border-radius: 5px;
    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: #ddfff9;
    text-decoration: underline !important;
    transition: .3s ease-in-out;
}

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

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

/**/



/* services css */

.service_section{
    position: relative;
    padding: 47px 0px 30px 0px;
    background-color: #fff;
}



/* ================= TAGLINE BOX ================= */

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

.services_section-title__tagline-box{
    display:inline-flex;
    align-items:center;
    gap:16px;
    justify-content:center;
    position:relative;
}

/* ================= TEXT ================= */
.services_section-title__tagline{
    font-size:30px;
    font-weight:700;
    letter-spacing:0.5px;
    text-transform:capitalize;
    color:var(--black-color);
    margin:0;
    position:relative;
}
.nav-pills .nav-link:hover{
    color: var(--white-color) !important;
    background-color: var(--secondry-color) !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: var(--white-color) !important;
    background-color: var(--secondry-color) !important;
}

/* .nav_pills_div_main .nav-pills.nav-item.active{
color: var(--black-color2) !important;
} */
.nav_pills_div_main > ul{
    list-style: none !important;
    outline: none !important;
}

.nav_pills_div_main > ul > li{
    display: block;
    width: 100% !important;
}


.nav_pills_div_main > ul > li > button{
    position: relative;
    width: 100%;
    background-color: var(--white-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1.4px solid var(--secondry-color) !important;
    padding: 17px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black-color2);
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

/* .nav_pills_div_main > ul > li > button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    transition: all 0.4s ease;
    z-index: -1;
} */


/* .nav_pills_div_main > ul > li > button::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(79, 70, 229, 0.4);
}


.nav_pills_div_main > ul > li > button:hover::before{
    left: 0;
}

.nav_pills_div_main > ul > li > button:hover::after{
    opacity: 1;
}

.nav_pills_div_main > ul > li > button:hover{
    color: var(--white-color);
    border-color: var(--secondary-color) !important;
} */

/*  */

#pills-tabContent{
    border: 1px solid var(--secondry-color) !important;
    padding: 20px 15px;
}



.nav_pills_div_main > ul > li > a{
    position: relative;
    width: 100%;
    background-color: var(--white-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1.4px solid var(--secondry-color) !important;
    padding: 17px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black-color3) !important;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.nav_pills_div_main > ul > li > a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--secondry-color);
    transition: all 0.4s ease;
    z-index: -1;
    color: var(--background-color);
}


.nav_pills_div_main > ul > li > a::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(79, 70, 229, 0.4);
    color: var(--background-color);
}


.nav_pills_div_main > ul > li > a:hover::before{
    left: 0;
}

.nav_pills_div_main > ul > li > a:hover::after{
    opacity: 1;
    color: var(--background-color) !important;
}

.nav_pills_div_main > ul > li > a:hover{
    color: var(--color-white) !important;
    border-color: var(--secondry-color) !important;
}


.nav_pills_div_main > ul > li > button.active{
    background:var(--secondry-color);
    border: none !important;
    color: var(--color-white);
}

.main_div_content{
    background-color: var(--color-white);
    border: 1px solid var(--secondry-color);
    padding: 0px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main_div_content{
   padding: 10px 10px 10px 0px;
   border-radius: 10px;
}

.service_image_main_div{
    position: relative;
    overflow: hidden;
}

.service_image_main_div > .service_image{
text-align: center;
border-radius: 10px;
}

.service_image_main_div > .service_image > img{
    filter: brightness(94%);
    border-radius: 10px;
}


.sercive_tab_content_div > h3{
    color: var(--black-color2);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 5px;
        padding-top: 22px;
}

.sercive_tab_content_div > p{
font-size: 15px;
    line-height: 24px;
    color: var(--black-color2);
    font-weight: 500;
    margin-bottom: 10px;
}


.sercive_tab_content_div > h4{
    color: var(--secondry-color);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
}

.sercive_tab_content_div > ul{
    list-style: none;
}


.sercive_tab_content_div > ul > li{
font-size: 15px;
    line-height: 28px;
    color: var(--black-color2);
    font-weight: 500;
    margin-bottom: 0px;
}

.sercive_tab_content_div > ul > li > a{
    color: var(--black-color2);
}

.sercive_tab_content_div > ul > li > a:hover{
    color: var(--secondry-color);
}

.services_slider_image_div{
    height: 150px;
    width: 100%;
    object-fit: cover;
    border: 2px solid var(--color-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}


.services_slider_image_div > img{
    height: 150px;
    width: 100%;
    object-fit: cover;
     border: 2px solid var(--color-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;

}

/* end tab css */



.services_main_div_box{
    position: relative;
    margin-bottom: 20px;
    border: 2px solid var(--color-white);
    border-radius: 25px;
}

.service_image_div{
    position: relative;
    margin-bottom: 7px;
}

.overlay_arrow_icon_div{
    position: absolute;
    top: 10px;
    left: 20px;
}

.overlay_arrow_icon_div > i{
    background-color: var(--secondry-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    color: var(--color-white);
    font-size: 17px;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);


}

.services_main_div_box:hover .overlay_arrow_icon_div i{
    background-color: var(--secondry-color);
}

.service_content_div{
    padding: 0px 8px 10px 7px;
}

.service_content_div > h3{
    color: var(--secondry-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.services_main_div_box:hover .service_content_div > h3{
    color: var(--secondry-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.service_content_div > p{
    color: var(--black-color2);
    font-size: 15px;
    line-height: 24px;
}

.service_content_div > p > span{
    display: block;
    font-weight: 600;
    color: var(--secondry-color);
    font-size: 15px;
}


/* end */



/*  */

/* css start====== */
.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 9;
}

.mobile_whatsapp {
    display: none;
}

.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: var(--third-color);
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}

.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;
}

@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.call_icon_div a {
    background-color: #ff413a;
}

.desktop_whatsapp{
    display: block;
}

.mobile_whatsapp{
    display: none;
}

/*  */


.faq-section {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0px 40px 0px;
    background-color: #f5f5f5;
}

.faq-section.style-vision-mission {
    background-position: left;
    margin-bottom: -160px;
}

.faq-section .common-title {
    max-width: 430px;
    width: 100%;
    margin-bottom: 15px;
}

.faq-section .common-title h5 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.faq-section .common-title span {
    color: var(--secondry-color);
}

.faq-section .text {
    max-width: 550px;
    width: 100%;
    margin-bottom: 30px;
}

.faq-section .blog-btn {
    margin-bottom: 50px;
}

.faq-accordion .accordion-item {
    border: 0;
    margin-bottom: 18px;
    background-color: var(--white-color);
    padding-bottom: 10px;
    border-radius: 40px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
    border: 0;
    box-shadow: none;
    padding: 22px 20px 12px 22px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--black-color2);
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    font-weight: 700;
    background-color: var(--white-color);
    gap: 10px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .accordion-title {
    color: var(--secondry-color);
    margin-right: 5px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    margin-left: auto;
    background-color: var(--white-color);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-plus,
.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-minus {
    position: absolute;
    background-color: var(--secondry-color);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-plus {
    width: 12px;
    height: 2px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-minus {
    width: 2px;
    height: 12px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon .icon-plus {
    opacity: 1;
}

.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon .icon-minus {
    opacity: 1;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
    background-color: var(--secondry-color);
    transform: rotate(180deg);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon .icon-plus {
    opacity: 1;
    background-color: var(--white-color);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon .icon-minus {
    opacity: 0;
    background-color: var(--white-color);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 50px 12px 35px;
    font-size: 15px;
    font-weight: 500;
}

.faq-section .common-subtitle {
    margin-bottom: 10px;
}

.faq-section .common-subtitle i {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondry-color);
}

.faq-section .common-subtitle span {
    font-weight: 700;
    font-size: 20px;
    color: var(--secondry-color);
}

.faq_right_txt>p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.faq_btn_div {
    margin-top: 30px;
}

.faq_btn_div>a {
    background-color: var(--secondry-color);
    padding: 10px 20px;
    border-radius: 100px;
    color: var(--background-color) !important;
    font-weight: 500;
    font-size: 18px;

}

/* end */











/* faq */

.faq_section{
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.faq_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

/* LEFT SIDE */
.faq_left{
    width: 40%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.faq_left h2{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondry-color);
}

.faq_left p{
    font-size: 20px;
    line-height: 1.7;
    color: var(--black-color2);
    font-weight: 500;
    margin: 0;
    max-width: 500px;
}

.faq_image{
    margin-top: 30px;
}

.faq_image img{
    width: 320px;
    max-width: 100%;
}

/* RIGHT SIDE */
.faq_right{
    width: 50%;
}

/* FAQ ITEM */
.faq_item{
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
}

/* QUESTION */
.faq_question{
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;

    font-size: 18px;
    font-weight: 600;
    color: var(--secondry-color);

    background-color: #fff;

    padding: 18px 20px;

    border-radius: 6px;

    transition: 0.4s ease;
}

.faq_question:hover{
    background-color: var(--secondry-color);
    color: #fff;
}

/* PLUS ICON */
.faq_question span{
    font-size: 24px;
    transition: 0.4s ease;
}

/* ANSWER */
.faq_answer{
    max-height: 0;
    overflow: hidden;

    transition: all 0.4s ease;

    color: var(--black-color2);

    line-height: 1.7;

    background: #fff;

    padding: 0 20px;

    border-radius: 0 0 6px 6px;

    font-size: 15px;
    font-weight: 500;
}

/* ACTIVE */
.faq_item.active .faq_question{
    background-color: var(--secondry-color);
    color: #fff;
}

.faq_item.active .faq_answer{
    max-height: 300px;
    padding: 20px;
    margin-top: 5px;
}

.faq_item.active .faq_question span{
    transform: rotate(45deg);
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){

    .faq_main{
        flex-direction: column;
        gap: 50px;
    }

    .faq_left,
    .faq_right{
        width: 100%;
    }

    .faq_left{
        align-items: center;
        text-align: center;
    }

    .faq_left h2{
        font-size: 50px;
    }

    .faq_left p{
        max-width: 100%;
    }

}

@media(max-width:576px){

    .faq_section{
        padding: 60px 0;
    }

    .faq_left h2{
        font-size: 36px;
    }

    .faq_left p{
        font-size: 16px;
    }

    .faq_question{
        font-size: 16px;
        padding: 16px;
    }

    .faq_answer{
        font-size: 14px;
    }

}

.contact-map iframe{
    height: 350px;
}