
html.lenis{
    height: auto;
}

.lenis.lenis-smooth{
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth body{
    overflow-x: hidden;
}

.lenis.lenis-stopped{
    overflow: hidden;
}

.lenis.lenis-scrolling iframe{
    pointer-events: none;
}

.slider_section2{
    display: none;
}

/* slider css start */
.slider_section{
    padding: 0px 0px 0px 0px;
}

.slider_left_side_content_div{
    padding: 50px 0px 0px 30px; 
}

.slider_left_side_content_div > p.sub_heading{
    font-family: var(--script-font);
    text-transform: capitalize !important;
    font-size: 30px;
    font-weight: 600;
    color: var(--body-text-color);
    margin-bottom: 20px !important;
}

.slider_left_side_content_div > h1{
    color: var(--color-dark);
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 15px;
}

.slider_left_side_content_div > h1 > span{
    color: var(--theme-color);
    font-weight: 700;
    font-style: italic;
    
}

.line_shape{
    background-color: var(--theme-color);
    height: 2px;
    width: 50px;
    margin-bottom: 25px;
}

.slider_left_side_content_div > p{
    text-transform: capitalize !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark); 
    line-height: 30px;
    margin-bottom: 20px;
}

.slider_btns{
    margin-top: 35px;
}

.slider_btns > a:nth-child(1){
    background-color: var(--theme-color);
    color: var(--color-white);
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}


.slider_btns > a:nth-child(2){
    background-color: var(--color-white);
    color: var(--color-dark);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 0px 20px;
    border: 1px solid var(--color-dark);
}

.slider_btns > a:nth-child(2) > i{
    margin: 0px 10px 0px 0px;
    background-color: var(--theme-color5);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
}

.hero_slide_item_img_div > img{
    /* height: 300px; */
    width: 100%;
    object-fit: cover;
}

/* slider css end */

/* css start */
.our_solution_section{
    padding: 60px 0px 40px 0px;
}

.our_solution_title_div{
    text-align: center;
    margin-bottom: 25px;
}

.our_solution_title_div > span{
    background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.our_solution_title_div > h1{
    color: var(--color-dark);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 33px;
}

.our_solution_title_div > h1 > span{
    color: var(--theme-color);
      font-weight: 900;
}

.our_solution_main_box{
    background-color: var(--color-white);
    border-radius: 10px;
    border: 1px solid var(--theme-color5);
    height: 100%;
    padding: 4px 4px;
    overflow: hidden;
    transition: .4s ease-in-out;
    
}

.our_solution_img_div{
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
    background-color: var(--theme-bg-light);
    border-radius: 10px;
    padding: 10px 0px;
     transition: .4s ease-in-out;
}

.our_solution_img_div > img{
    height: 100%;
    object-fit: contain;
    width: 100%;
    line-height: 100px;
     transition: .4s ease-in-out;
}

.our_solution_main_box:hover .our_solution_img_div > img{
    transform: scale(1.1,1.1);
}

.our_solution_conent_div{
    text-align: center;
}

.our_solution_conent_div > strong > a{
    display: inline-block;
    color: var(--color-dark);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.our_solution_conent_div > strong > a:hover{
    color: var(--theme-color3);
}

.our_solution_conent_div > p{
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: var(--body-text-color);
}

/* css end */

/* css start */
.about_us_section{
    padding: 30px 0px 30px 0px;
}

.about_us_image_main_div{
    width: 100%;
    margin-bottom: 20px;
}

.about_img_box{
    border-radius: 10px;
    height: 490px;
}

.about_img_box > img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.about_us_content_div{
    margin-bottom: 20px;
}

.about_us_content_div > span{
    background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

.about_us_content_div > h2{
    color: var(--color-dark);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 27px;
    margin-bottom: 15px;
}

.about_us_content_div > h2 > span{
     color: var(--theme-color);
      font-weight: 900;
      display: block;
}

.about_us_content_div > p{
     font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: var(--body-text-color);
}

.about_us_content_div > ul{
    list-style: none !important;
    margin-top: 11px;
}

.about_us_content_div > ul > li{
  font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--body-text-color);   
}

.read_btn_div{
    margin-top: 20px;
}

.read_btn_div > a{
    background-color: var(--theme-color4);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color);
}

.read_btn_div > a:hover{
    background-color: var(--theme-color);
    color: var(--color-white) !important;
    border-radius: 10px;
}

.about_counter_items_main_div {
  text-align: center;
  background-color: var(--theme-bg-light);
}

.about_item_box {
  padding: 15px 0px;
  border-bottom: 1px solid var(--theme-color5);
  margin-bottom: 12px;
}

.number_item_div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}

.number_item_div>h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 0px !important;
  color: var(--theme-color);

}

.number_item_div>span {
  font-size: 30px;
  color: var(--theme-color3);
}

.about_item_box>h3 {
  font-size: 16px;
  font-weight: 900;
  color: var(--color-dark);
}

/* css end */


/* how we work section start */
.how_to_work_section{
    background-color: var(--theme-bg-light);
    padding: 40px 0px;
}

.how_to_work_title_div{
    text-align: center;
    margin-bottom: 30px;
}

.how_to_work_title_div > span{
    background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

.how_to_work_title_div > h3{
    color: var(--color-dark);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 15px;
}

.how_to_work_main_div_box{
    border: 1px solid var(--color-white);
    height: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: var(--color-white);
}

.how_to_work_main_div_box > h3{
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px;
}

.how_to_work_main_div_box > p{
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.how_to_work_image_div{
    height: 50px;
    margin-bottom: 10px;
}

.how_to_work_image_div > img{
    height: 50px;
}

/* how we work section end */

/* css start */
.products_section{
    padding: 40px 0px 50px 0px;
    background-color: var(--color-white);
}

.products_title_div{
    text-align: center;
    margin-bottom: 30px;
}

 .products_title_div > span{
    background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

.products_title_div > h4{
    color: var(--color-dark);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 6px;
}

.products_title_div > h4 > span{
    color: var(--theme-color2);
}

.products_title_div > p{
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
}

.products_main_div_box{
    background-color: var(--color-white);
    border: 1px solid var(--theme-bg-light);
    height: 100%;
    box-shadow: rgb(187 190 193 / 12%) 0px 8px 24px;
    border-radius: 10px;
    padding: 5px;
    transition: .4s ease-in-out;
}

.product_img_div{
    margin-bottom: 12px;
     border-radius: 10px 10px 0px 0px;
     overflow: hidden;
     transition: .4s ease-in-out;
    }
    
    .product_img_div > img{
        border-radius: 10px 10px 0px 0px;
        transition: .4s ease-in-out;
    }

    .products_main_div_box:hover > .product_img_div > img{
        transform: scale(1.1,1.1);
    }

.products_content_div{
    padding: 5px 10px 10px 10px;
    transition: .5s ease-in-out;
}

.products_content_div > a > h4{
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
    transition: .5s ease-in-out;
    text-transform: capitalize;
}

.products_content_div > a > h4:hover{
    color: var(--theme-color);
    transition: .5s ease-in-out;
}

.products_content_div > a > p{
     color: var(--body-text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px !important;
}

.products_content_div > a > span{
    display: inline-block;
    margin-top: 12px;
    background-color: var(--theme-color4);
    padding: 5px 15px;
    color: var(--color-dark);
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    transition: .4s ease-in-out;
}

.products_content_div > a > span:hover{
    background-color: var(--theme-color);
    color: var(--color-white);
    transition: .4s ease-in-out;
}

/* css end */


/* css start */
.industry_we_serve_section{
    padding: 30px 0px 40px 0px;
    background-color: var(--color-white);
}

.industry_title_div{
    text-align: center;
    margin-bottom: 25px;
}

.industry_title_div > span{
    background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.industry_title_div > h4{
    color: var(--color-dark);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
}

.industry_title_div > h4 > span{
    color: var(--theme-color);
      font-weight: 900;
}

.industry_title_div > p{
   color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
}

.industry_we_serve_main_box{
    background-color: var(--theme-bg-light);
    padding: 20px 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.industry_we_serve_img_div{
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
    object-fit: contain;
}

.industry_we_serve_img_div > img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

.industry_we_serve_conent_div > h4{
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

/* css end */


/* css start */

.whychoose_us_section{
    padding: 20px 0px 50px 0px;
}

.whychoose_us_left_main_div > span{
    background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

 .whychoose_us_left_main_div > h4{
    color: var(--color-dark);
    font-weight: 900;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 7px;
}

 .whychoose_us_left_main_div > h4 > span {
    color: var(--theme-color2);
}

  .whychoose_us_left_main_div > p{
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
}

.why_choose_us_list_main_div{
    position:relative;
    padding-left:40px;
    margin-top: 40px;
}

.why_choose_us_list_main_div::before{
    content:"";
    position:absolute;
    left:135px;
    top:35px;
    bottom:35px;
    width:2px;
    background:var(--theme-color5);
}

.item_main_div_whyus{
    display:flex;
    align-items:flex-start;
    gap:50px;
    position:relative;
    padding-bottom:15px;
    margin-bottom:28px;
    border-bottom:1px solid var(--theme-color5);
}

.item_main_div_whyus:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border:none;
}

.item_main_div_whyus::before{
    content:"";
    position:absolute;
    left:90px;
    top:37px;
    width:10px;
    height:10px;
    background:var(--theme-color);
    border-radius:50%;
    z-index:2;
}


.item_whyus_icon{
    width:74px;
    min-width:74px;
    height:74px;
    border-radius:50%;
    background:var(--color-white);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    z-index:5;
}

.item_whyus_icon > img{
    width:38px;
}

.item_main_div_whyus:hover > .item_whyus_icon{
    background:var(--theme-color5);
    transform:translateY(-6px);
}


.whyus_content_div > h4{
    font-size:20px;
    font-weight:800;
    color:var(--color-dark);
    margin-bottom:7px;
}

.whyus_content_div > p{
    font-weight: 500;
    color:var(--body-text-color);
    font-size:14px;
    line-height:25px;
    margin-bottom: 0px !important;
}

.why_image_right_div{
    border-radius: 10px;
    position: sticky;
    top: 120px;
}

.why_image_right_div > img{
    border-radius: 10px;
}

/* css end */

/* testimonials css start */

.testmonials_section{
    background-color: var(--color-white);
    padding-top: 45px;
    padding-bottom: 35px;
}

.title_testimonials_div{
    margin-bottom: 30px;
    text-align: center;
}

.title_testimonials_div > span{
   background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

.title_testimonials_div > h4{
    font-weight: 800;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 10px;
}

.title_testimonials_div > p{
    color: var(--color-dark);
    font-weight: 500;
    font-size: 14px;
}


.testimonials_swiper_slider  .swiper-slide{
  background-color: var(--color-white);
  border-radius: 10px;
  position: relative;
   border: 1.3px solid var(--theme-color4) !important;
   
}


.testimonials_swiper_slider  .swiper-slide-active{
   background-color: var(--theme-bg-light);
   background-position: center center;
   background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonials_contnet_main_div{
padding: 30px 50px;


}
.testimonials_contnet_main_div > h4{
  color: var(--primary-color);
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 10px;
}

.rataing_div {
  margin-bottom: 10px;
}

.rataing_div > i{
  color: var(--theme-color);
  font-size: 15px;
  margin: 0px 2px 0px 0px;
}

.testimonials_contnet_main_div > p{
      color: var(--body-text-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px !important;
}

.testimonials_user_div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.testimonials_user_div > .username_testi{
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    object-fit: cover;
    border: 1px solid var(--theme-color3);
    border-radius: 100px;
}


.testimonials_user_div > .username_testi > img{
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    object-fit: cover;
    border-radius: 100px;
}

.testimonials_user_div > .testimonials_username > h4{
    color: var(--theme-color);
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0px !important;
    font-size: 18px;

}


.quote_div{
  position: absolute;
  top: 20px;
  right: 20px;
}

.quote_div > i{
  font-size: 30px;
  color: var(--theme-color);
}

/* testimonials css end */

/* blogs css start */


.blog_section{
    background-color: var(--color-white);
    padding-top: 45px;
    padding-bottom: 45px;
}

.title_blogs_div{
    margin-bottom: 30px;
    text-align: center;
}

.title_blogs_div > span{
   background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

.title_blogs_div > h4{
    font-weight: 800;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 10px;
}

.title_blogs_div > h4 > span{
    color: var(--theme-color);
}

.title_blogs_div > p{
    color: var(--color-dark);
    font-weight: 500;
    font-size: 14px;
}


.blogs_main_div_box{
    background:var(--color-white);
    border-radius:20px;
    overflow:hidden;
    border:1px solid var(--theme-color5);
    transition:.4s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}


.blogs_image_div {
    overflow:hidden;
}

.blogs_image_div > img{
    width:100%;
    object-fit:cover;
    transition:.5s;
}

.blogs_main_div_box:hover > .blogs_image_div > img{
    transform:scale(1.08);
}

.blogs_content_div{
    padding:10px 10px;
}

.blog_meta{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    font-size:14px;
}

.blog_meta .category{
    background:var(--theme-bg-light);
    color:var(--theme-color2);
    padding:6px 15px;
    border-radius:10px;
    font-weight:600;
    font-size: 14px;
}

.blogs_content_div > h3{
    font-size:18px;
    line-height:1.3;
    margin-bottom:10px;
    font-weight:700;
    color:var(--color-dark);
    font-family: var(--body-font);
}

.blogs_content_div > p{
    color:var(--body-text-color);
    line-height:25px;
    font-size: 14px;
    margin-bottom:12px;
    font-weight: 400;
}

.blogs_content_div > a{
    color:var(--theme-color);
    text-decoration:none;
    font-weight:500;
     background:var(--theme-bg-light);
     padding: 10px 20px;
     font-size: 15px;
     border-radius: 10px;
}

.blogs_content_div > a:hover{
    color: var(--color-white);
    background-color: var(--theme-color) !important;
}

.blogs_content_div > a i{
    margin-left:5px;
}
/* blogs css end */

/* faq css start */

.faq_section{
    position: relative;
    padding: 40px 0px 70px;
    background: linear-gradient(to bottom, var(--theme-bg-light2), #ffffff);
    overflow: visible !important;
    
}


.faq_main_title_div{
    margin-bottom: 30px;
    text-align: center;
}


.faq_main_title_div{
    margin-bottom: 30px;
    text-align: center;
}

.faq_main_title_div > span{
   background-color: var(--theme-color5);
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 13px;
}

.faq_main_title_div > h4{
    font-weight: 800;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 10px;
}

.faq_main_title_div > h4 > span{
    color: var(--theme-color);
}

.faq_main_title_div > p{
    color: var(--color-dark);
    font-weight: 500;
    font-size: 14px;
}


/* title */
.faq_title_div{
    position: sticky;
    top: 130px;
}

.faq_title_div > strong{
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
}

.faq_title_div > h4{
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    color: var(--color-dark);
    margin-bottom: 20px;
    
}

.faq_title_div > h4 > span{
    color: var(--theme-color);
    position: relative;
}

.faq_title_div > h4 > span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: var(--theme-color);
    border-radius: 10px;
}

.faq_title_div > p{
    font-size: 15px;
    line-height: 29px;
    color: var(--color-dark);
    margin-bottom: 30px;
}

/* image */

.faq_img_fiv{
    border-radius: 30px;
    overflow: hidden;
}

.faq_img_fiv > img{
    width: 100%;
    transition: 0.5s ease;
    mix-blend-mode: multiply !important;
    object-fit: contain;
}


/* accordion */

.faq_main_div .accordion-item{
    border: none !important;
    background: transparent;
    margin-bottom: 18px;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0px 10px 35px rgba(0,0,0,0.05);
}

.faq_main_div .accordion-button{
    background: var(--color-white) !important;
    padding: 24px 28px !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark) !important;
    font-family: var(--body-font);
    transition: 0.4s ease;
    text-transform: capitalize;
}

.faq_main_div .accordion-button:not(.collapsed){
    background: var(--theme-color5) !important;
    color: var(--theme-color) !important;
}

.faq_main_div .accordion-button i{
    margin-left: auto;
    font-size: 15px;
    transition: 0.4s ease;
}

.faq_main_div .accordion-button:not(.collapsed) i{
    transform: rotate(180deg);
}

/* remove bootstrap default icon */

.accordion-button::after{
    display: none !important;
}

/* body */

.faq_main_div .accordion-body{
    background: var(--color-white);
    padding: 5px 28px 24px !important;
    font-size: 14px;
    line-height: 29px;
    color: var(--body-text-color);
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* hover effect */

.faq_main_div .accordion-item:hover{
    transform: translateY(-4px);
    transition: 0.4s ease;
}
/*  */


/* footer navbar css start */
.footer_navbar_fixed_div{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     background-color: var(--theme-color5);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}


.footer_mobile_main_div > ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    align-items: end;
}

.footer_mobile_main_div > ul > li{
    text-align: center;
}

.footer_mobile_main_div > ul > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-dark);
    padding: 10px 2px;
    gap: 4px;
    position: relative;
    min-height: 65px;
}

.footer_mobile_main_div > ul > li > a i{
    font-size: 20px;
}

.footer_mobile_main_div span{
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

/* Circle */

.circle_bg{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    box-shadow: 0 5px 18px rgba(0,0,0,.15);
    z-index: 1;
}

/* Center Item */

.center_item a{
    padding-top: 0;
}

.center_item i{
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--theme-color2);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2;
}

.center_item span{
    margin-top: 35px;
}

/* footer navbar css end */

/* css start */
.desktop_fixed_btn{
    position: fixed;
    bottom: 110px;
     z-index: 999;
     right: 10px;

}

.desktop_fixed_btn > a {
    text-align: center;
    color: var(--color-white) !important;
    display: inline-block;
    line-height: 40px;
    font-size: 23px;
    margin: 0px 5px 0px 0px;
    font-weight: 500;
}


.desktop_fixed_btn > a > i{
    border-radius: 10px;
    background-color: var(--whatsapp-color);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    animation: pulse 1.8s infinite;
}
/* css end */

/* =========================================
        AMIT ADVERTISINGS PREMIUM FOOTER
========================================= */

.footer{
    position: relative;
    overflow: hidden;
    padding: 90px 0 0;
    background: var(--footer-bg);
}

.footer::before{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(247,148,29,.10);
    top: -220px;
    left: -150px;
    filter: blur(90px);
}

.footer::after{
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(22,151,213,.08);
    bottom: -180px;
    right: -120px;
    filter: blur(90px);
}

/*=========================
        CARD
=========================*/

.footer_usefull_link{
    position: relative;
    background: rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:30px 25px;
    backdrop-filter:blur(12px);
    transition:.4s;
    overflow:hidden;
    height:100%;
}


/*=========================
        HEADING
=========================*/

.footer_usefull_link h5{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:30px;
    padding-bottom:15px;
    position:relative;
}

.footer_usefull_link h5::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:4px;
    border-radius:50px;
   background-color: var(--theme-color3);
}

/*=========================
        LINKS
=========================*/

.footer_usefull_link ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer_usefull_link ul li{
    margin-bottom:15px;
}

.footer_usefull_link ul li::before{
    content:"➜";
    color:var(--theme-color);
    margin-right:10px;
}

.footer_usefull_link ul li a{
    color:var(--theme-bg-light);
    transition:.3s;
    text-decoration:none;
    text-transform: capitalize;
    font-size: 14px;
}

.footer_usefull_link ul li:hover a{
    color:var(--theme-color);
    padding-left:8px;
}

/*=========================
        MAP
=========================*/

.footer_usefull_link iframe{
    border-radius:18px;
    border:2px solid rgba(255,255,255,.08);
}

/*=========================
        SOCIAL
=========================*/

.social_icon_div_footer{
    margin-top:25px;
}

.social_icon_div_footer p{
    color:#fff;
    margin-bottom:15px;
}

.social_icon_div_footer a{
    width:48px;
    height:48px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    margin-right:8px;
    color:#fff;
    transition:.4s;
    background:linear-gradient(
        135deg,
        var(--theme-color),
        var(--theme-color2)
    );
}

.social_icon_div_footer a:hover{
    transform:translateY(-8px) rotate(-6deg);
    box-shadow:0 15px 25px rgba(247,148,29,.35);
}

/*=========================
      CONTACT STRIP
=========================*/

.footer_contact_us_section{
    margin-top:60px;
    padding:35px 0;
    background:rgba(255,255,255,.03);
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer_number_div{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:22px;
    transition:.4s;
    height:100%;
}


.footer_number_div i{
    width:65px;
    height:65px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:18px;
   background-color: var(--theme-color3);
    color:#fff;
    font-size:24px;
    transition:.4s;
}

.footer_number_div:hover i{
    transform:scale(1.08);
}

.footer_num_content_div{
    padding-left:15px;
}

.footer_num_content_div h5{
    color:var(--color-white);
    font-size:18px;
    margin-bottom:6px;
}

.footer_num_content_div p,
.footer_num_content_div a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
    font-size: 14px;
}

.footer_num_content_div > a{
    display: block;
}

.footer_num_content_div a:hover{
    color:var(--theme-color);
}

/*=========================
      COPYRIGHT
=========================*/

.copy_right_section{
    background:var(--color-dark);
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.08);
    text-align: center;
}

.copyright_content_div p{
    margin:0;
    color:var(--theme-color5);
    font-size:14px;
    font-weight: 500;
}

.copyright_content_div p a{
    color:var(--theme-color);
    text-decoration:none;
    font-weight: 500;

}

.copyright_content_div p a:hover{
    color:var(--theme-color4);
}

