.mt-20
{
    margin-top:20px;
}
.mt-30
{
      margin-top: 30px;

}
.pr-10{
    padding-right:10px;
}
.pb-5{
    padding-bottom:5px;
}
p
{
    color:#000 !important;
}
body a {
    color: unset;
}
body a:hover {
    color: unset;
}
.navbar {
    
    border-bottom: 1px solid #00000080;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 0;
    margin-bottom:0;
}
.navbar .logo, #mobile-menu
{
   padding: 12px 0%;
}
.logo {
    color: #fff;
    font-weight: bold;
}


.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    transition: left 0.8s ease; /* Adjust the duration to control the transition speed */
    float: right;
}

.nav-list li {
    padding: 35px 15px;
    box-sizing: border-box;
    
}

.nav-list a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 500;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
/*.nav-list li :hover a
{
    color:#7AC043;
}*/
.menu-toggle span {
    height: 2px;
    width: 28px;
    background-color: #000;
    margin: 3px 0;
    display: block;
}

.close-btn {
    display: none;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10%;
}
 
.desktop-menu li
{
    position:relative;
}
.removecase_sensitivity
{
    text-transform: unset !important;
}
.font15psec p, .font15psec
{
    font-size:15px;
}
.blog_sec h1, .blog_sec h2, .blog_sec h3, .blog_sec h4
{
    margin-top:20px;
    margin-bottom:20px;
}
.blog_sec h3 strong
{
    font-weight:600 !important;
}
.mt-10
{
    margin-top:10px;
}
.textalignjustify p
{
    text-align:justify;
}
.font-600
{
    font-weight:600;
}
.pagination{
    margin-top: 20px;
    width:100%;
    text-align:right;
}
.pagination a{
     padding: 5px 10px 5px 12px;
     margin: 5px;
     background-color: unset;
     border: solid 1px #ededed;
     box-shadow: 1px 1px 5px #ededed;
     border-radius:5px;
     color: #000;
     text-decoration:none;
}
.pagination a.active{
     background-color: #eee;
     color: #000;
}
@media screen and (min-width: 1024px) 
{
    .display_none_web
    {
        display:none;
    }
    
    .desktop-menu li.has-submenu:hover .submenu {
   
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: visible;
    opacity: 1;
}

.submenu {
    
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 0;
    list-style: none;
    min-width: 290px;
    white-space: nowrap;
    padding: 20px 0;
    position: absolute;
    top: 90%;
    left: -34px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
      z-index: 10;
}

}
@media screen and (max-width: 1023px) 
{
    .display_none_mob
    {
        display:none;
    }
  .submenu a {
    padding: 0px !important;
    font-size: 15px;
}
}


.submenu li {
     padding: 5px 10px;
}

.submenu a {
     color: #000;
     padding: 15px 10px;
    font-size: 15px;
     
}

.logo img
{
    width:100%;
    max-width:120px!important;
}
.nopaddingLR
{
    padding-left:0 !important;
    padding-right:0 !important;
}
.first_btn_sec
{
    text-align:center;
}
.first_btn_sec .text-wrapper
{
    background-color: #7ac0434c;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    padding: 17px 3%;
}
.first_btn_sec .unifying-vision
{
    font-size: 38px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 5px;

}
.main_slider img
{
    width:100%;
    border-radius:60px;
}
.slider_content_sec
{
    position: absolute;
    bottom: 0px;
    padding:25% 10% 20px 10%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
    width: 100%;
    border-radius: 60px;
}
.main_slider .slider_heading
{
    color:#fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0em;
    margin: 0;
}
.slider_content
{
    color:#fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.trusted_by_sec
{
   
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
   

}
.trusted_by_sec_head
{
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin:0;
}
.trusted_by_sec .left_sec
{
    text-align:center;
}
.common_head
{
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.text-center
{
    text-align:center;
}
.home_about_sec
{
    background-color: #7ac0431a;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.home_about_sec img
{
    border-radius: 15px;
}

.home_about_sec .count_sec
{
    font-size: 40px;
    font-weight: 500;
}
.home_about_sec .cont_sec
{
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
}
.home_about_sec .single_sec
{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 5px 15px 5px 0px;
    gap: 10px;
}
.sbl_pro
{
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.sbl_s
{
    color:#7AC043;
}
.sbl_b
{
    color:#05A4E2;
}
.sbl_l
{
    color:#F32D25;
}
.bottom_sec_about
{
    padding: 20px 3%;
}
.btn_class
{
   
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #000;
    border-radius: 30px;
  
}
.about_btn
{
     padding: 12px 29px; 
     margin-top: 10px;
}
.btn_class:hover, .btn_class:focus
{
    background-color: #05a4e2;
}
.about_sec_sub_para
{
    font-size: 15px;
    color: #000;
    text-align: justify;
}

.home_service_sec
{
    background:#000;
    padding: 40px 5% 80px;
}
.home_service_sec_2
{
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 30px;
    background-size: cover !important;
    background-position: top !important;
}
.shape_image_ser
{
    position: absolute;
    top: 0px;
}
.home_service_sing_sec
{
    background-color: #efefef;
    border-radius: 30px;
    padding: 18px 10px;
    margin-top:20px;
   
}

.ser_btn_sec
{
    text-align: center;
    font-size: 25px;
    background-color: #000000;
    border-radius: 50px;
    color: #fff;
    padding: 10px 25px;
}
.home_service_sing_sec .img_sec
{
    text-align:center;
}


.home_service_sing_sec:hover {
    background-color: #000; /* Background color on hover */
}

.home_service_sing_sec:hover .ser_btn_sec {
    background-color: #fff; /* Background color on hover */
    color: #000; /* Text color on hover */
}
.home_service_sing_sec:hover .ser_text_sec p{
    color: #fff !important; /* Text color on hover */
}
.home_industry_sec .left_para
{
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}
.home_industry_sec
{
        padding: 70px 5%;
}
.home_industry_sec ul
{
    list-style-type: none;
    margin: 0;
}
.home_industry_sec ul li
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    position:relative;
    font-size: 15px;
    cursor:pointer;
}
.home_industry_sec ul li:hover
{
    background: #7AC043;
    color: #fff;
    border: 1px solid #7AC043;
    border-radius: 0 21px 21px 0px;
}
.home_industry_sec ul li.active
{
    background: #7AC043;
    color: #fff;
    border: 1px solid #7AC043;
    border-radius: 0 21px 21px 0px;
}
.home_industry_sec ul li::before 
{
     content: "";
    position: absolute;
    left: 0;
    width: 1.5px;
    height: 80%;
    background: #ccc;
    top: 10%;
    
}
.home_industry_sec ul li.active::before 
{
    display: none; /* Hide the ::before element on hover */
}
.home_industry_sec ul li:hover::before 
{
    display: none; /* Hide the ::before element on hover */
}
.home_industry_list
{
    height: 280px;
    overflow-y: scroll;
    padding-right:20px !important;
}
/* Hide the default scrollbar */
/* For WebKit-based browsers */
.home_industry_list::-webkit-scrollbar {
    width: 5px; /* Adjust the width of the scrollbar */
}

.home_industry_list::-webkit-scrollbar-track {
    background: #F0F0F0; /* Track background color */
    border-radius: 5px;
}

.home_industry_list::-webkit-scrollbar-thumb {
    background: #898787; /* Scrollbar thumb color */
    border-radius: 5px; /* Scrollbar thumb border radius */
}

.home_industry_list::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover state color for scrollbar thumb */
}
.home_industry_sec .right_side img
{
    border-radius: 20px;
}
.home_industry_sec .right_side
{
    position: relative;
}
.home_industry_sec .right_side .content_sec
{
    
}
.home_industry_sec .right_side .content_sec p
{
    font-size:15px;
}
.home_industry_sec .right_side h3
{
    color: #fff;
    margin: 0;
}
.home_industry_sec .right_side p
{
    color: #fff  !important;
}
.btn_class_transparent
{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border-radius: 30px;
    padding: 10px 40px;
}
.btn_class_border_white
{
    
    border: 1px solid #fff;
}
.btn_class_border_white:hover
{
    color: #000;
    background: #fff;
}
.industry_right_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    border-radius:20px;
}
.bg-grad
{
    position: absolute;
    bottom: 0;
    padding: 10% 5% 10px 5%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
    border-radius: 20px;
}
.home_product_sec .left_sec
{
    background-color: #e6f5fc;
  
}
.btn_class_border_black
{
  border: 1px solid #000;  
  color: #000;
}
.btn_class_border_black:hover
{
   background:#fff; 
   color: #000;
}
.home_product_sec .left_sub_head
{
    line-height: 40px;
}
.home_product_sec .right_sec
{
    background-color: #fdeae9;
}
.home_product_sec .right_sec .heading
{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.home_product_sec .right_sec .text_para
{
    font-size: 15px;

}
.home_product_sec .right_sec img
{
    border-radius:18px;
}
.btn_class_transparent2
{
    background: transparent;
    border: 1px solid #000;
    border-radius: 36px;
    padding: 5px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.home_product_sec .sing_sec
{
   border-radius: 15px;
}
.home_product_sec .sing_sec:hover
{
    background:#fff; 
    box-shadow: 0px 4px 4px 0px #00000040;

}
.home_product_sec .sing_sec:hover .btn_class_transparent2
{
    background:transparent;
    color:#000;
}
.sing_sec_main
{
    padding: 10px 30px;
}
.home_client_succ_sec
{
    margin-top: 100px;
    background-color: #f1f8ec;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home_client_succ_sec .shad
{
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);*/
    font-size: 35px;
    font-weight: 600;
    margin:0;
}
.home_client_succ_sec .slide_sing
{
    border: 1px solid #05A4E2;
    border-radius: 30px;
    background: #fff;
  
    
}
.home_client_succ_sec .slide_sing .cont_sec
{
      padding: 20px 25px;
}
.home_client_succ_sec .slide_sing img
{
        border-radius: 30px;
}
.home_client_succ_sec .slide_sing p
{
    font-size:15px;
}
.home_client_succ_sec .slide_sing .name_sec .namee
{
    margin:0;
    font-size: 16px;
    display:inline-block;
}
.home_client_succ_sec .slide_sing .name_sec .org
{
   font-size: 11px;
    color: #757575 !important;
    margin: 0;
}
.home_client_succ_sec .slide_sing .name_sec .namee::before {
    content: "";
    width: 8px; /* Adjust the size of the dot */
    height: 8px;
    display: inline-block;
    background: #000; /* Black color */
    border-radius: 50%; /* Circular shape */
    margin-right: 5px; /* Spacing between the dot and the name */
    position: relative;
    top: 2px;
    margin-right: 10px;
}
/* Style for the black dot */
.line {
    display: inline-block;
    width: 26px;
    height: 1.5px;
    background: #000;
    margin-right: 3px;
}
.home_client_succ_sec .slide_sing:hover
{
        border-bottom: 15px solid #05A4E2;
}
/**********About us Page*************/
.banner_sec_cnt
{
    
   
    color: #fff;
}
.banner_sec_cnt h3
{
    margin-bottom:5px;
    color:#fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    margin-top:0;
}
.banner_sec_cnt p
{
    color:#fff !important;
    font-size: 26px;
}
.banner_sec
{
    position:relative;
}

 .about_com_head
{
    margin: 0;
}
.about_sec .top_sec
{
    padding-top: 50px;
    padding-bottom: 30px;
}
.our_corpo_about .top_sec
{
    padding-top: 70px;
    padding-bottom: 6px;
}
.about_sec .bottom_sec img
{
        border-radius: 17px;

}
.about_sec .bottom_sec p
{
    font-size: 15px;
    text-align: justify;
}
.about_sec .third_sec .single_sec
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #EEEEF0;
    border-radius: 17px;
    padding: 30px 12px;
}
 .about_sec .third_sec .cont_sec
 {
         font-size: 15px;
 }
 .about_sec .third_sec .count_sec
 {
         font-size: 32px;
 }
 .what_we_do_about
 {
    background:#E9F0E4;
    padding-top: 70px;
    padding-bottom: 70px;
 }
 .common_para
 {
    font-size: 15px;
 }
 .mtop20
 {
     margin-top:20px;
 }
 .what_we_do_about img
 {
     border-radius: 17px;
 }
 .mission_vis_about .top_sec
{
    padding-top: 50px;
    padding-bottom: 30px;
}
.mission_vis_about .bottom_sec .left_sec
{
    background:#00A4E3;
    display: flex;
    justify-content: center;
}
.mission_vis_about .bottom_sec .right_sec
{
    background:#00A4E3;
    display: flex;
    justify-content: center;
}
.mission_vis_about .bottom_sec .cont_sec h3
{
    margin:0;
     color:#fff !important;
}
.mission_vis_about .bottom_sec .cont_sec p
{
    margin:0;
    color:#fff !important;
}

.our_corpo_about
{
    background:#ee2e261a;
}
.our_corpo_about .third_sec .imgdiv_sec
{
   width:18%; 
   float: left;
}
.our_corpo_about .third_sec .imgdiv
{
    background: #000;
    border-radius: 50%; /* Creates a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    display:inline-block;
    padding:15%;
}

.our_corpo_about .content_sec h3
{
    margin:0;
    font-size: 22px;
    font-weight: 600;
}
.our_corpo_about  .content_sec p
{
    font-size:15px;
}
.heading_com_padd
{
    padding-top: 70px;
    padding-bottom: 6px;
}

/*.achivements_about .single_sec {
    position: relative;
    background: #E9F0E4;
    padding: 20px;
    border-radius: 20px; 
    overflow: hidden;
}
*/
.achivements_about .number-background {
    
    background: #7AC042;
    border-radius: 50%;
    padding: 15px 14px;
    width: 50px;
    height: 50px;
}

.achivements_about .number {
    display: inline;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.para13
{
    font-size: 15px;
}
/*.achivements_about .single_sec 
{
     margin-top: 20px;
}*/
.mb35
{
   margin-bottom: 35px;
}
.what_we_do_about .right_sec
{
    padding-left:0;
    padding-right:0;
}
.what_we_do_about .left_images
{
    padding-left:0;
    padding-right:0;
}
.what_we_do_about .right_images
{
   padding-right:0; 
}
.trusted_by_sec_slider .owl-stage
{
     display: flex;
    align-items: center;
}

.contact_form_pages_comm .bottom_sec img
{
    border-radius:17px;
}
.font-12
{
    font-size:15px !important;
}
.padR5
{
    padding-right: 5%;

}
.mtop
{
    margin-top:20px;
}
.banner_sec_wpadd img
{
    border-radius:18px;
}
.banner_sec_wpadd.banner_sec::before
{
    border-radius:18px;
}
.blog_sec .blog_head_main
{
    font-weight: 600;
    margin-bottom:0;
}
.text-trans_upper
{
    text-transform:uppercase;
}
.single_blog
{
    border:1px solid #ccc;
    border-radius:14px;
    margin-top:25px;
    display: inline-block;
}
.blog_single_sec .blog_cont .date
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color:#979797;
}
.blog_single_sec .blog_cont .blog_head
{
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    

}
.blog_single_sec .blog_cont
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog_cont_text
{
   font-size: 15px;
   font-weight: 400;
   color: #424242 !important;
}
.blog_single_sec img
{
    border-radius: 14px;
}

.contact_form_sec .top_sec
{
   display:none; 
}
.contact_det_sec .single_sec h3
{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 23px;
    margin-top: 0;
}
.contact_det_sec .single_sec h4
{
    margin:0;
    font-size: 22px;
    
}
.contact_det_sec .single_sec
{
    border-radius: 18px;
    border: 1px solid #ccc;
    text-align: center;
    background:#e9f0e4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;

}
.office_loc_sec_row .office_loc_sing h4
{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;

}
.fonts-12
{
    font-size:14px;
}
.office_loc_sec_row .office_loc_sing
{
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 35px 25px;
    margin-top: 30px;
}
.toll_free
{
    margin-top: 5px;
    margin-bottom: 0;
}
.part_logo_sing
{
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 20px 15px;
    margin-top: 20px;
    display: grid;
    justify-content: center; 
    align-items: center;

}
.partner_benifits_single
{
    background: #E9F0E4;
    border-radius: 18px;
    padding: 0px 4% 35px 4%;
    margin-top: 20px;
}
.partner_benifits_single ul
{
    margin-top:20px;
    list-style-type: '★';
    margin-left: 10px;
}
.partner_benifits_single ul li
{
    margin-top:10px;
    font-size: 15px;
    padding-left: 10px;
}
.news_second_single
{
    background: #e9f0e4;
    border-radius: 14px;
    padding: 15px 20px;
    margin-top:15px;
    display: flex;
    align-items: center;
}
.news_second_single p
{
    margin:0;
    display: inline-block;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}
.news_second_single .image_layer
{
    float: right;
    border: 1px solid #000;
    padding: 10px 12px;
    border-radius: 50%;
}
.news_second_single .image_layer img {
     filter: none;
    
}

/* When hovering over .news_second_single, set the image to black */
.news_second_single:hover .image_layer img {
   filter: brightness(0) invert(1);
}
.news_second_single:hover
{
    background:#000;
}
.news_second_single:hover p
{
    color:#fff !important;
    
}
.news_second_single:hover .image_layer
{
    
    border: 1px solid #fff;
}
.industry_sec .single_sec_row h3
{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
.industry_sec .single_sec_row ul li
{
    font-size: 12px;
    margin-top:5px;
    padding-left: 10px;
}
.industry_sec .single_sec_row p
{
    margin-bottom: 10px;
    margin-top: 5px;
}
.industry_sec .single_sec
{
    border: 1px solid #ccc;
    border-radius: 18px;
    margin-top: 25px;
    transition: background-color 0.3s, color 0.3s;
}

.industry_sec .single_sec .right_img_sec .industry_img
{
    border-radius: 18px;
    width:100%;
}
.industry_sec .single_sec ul
{
    list-style-type: '★';
    margin-left: 10px;
}
.commonul ul
{
    list-style-type: '★';
    margin-left: 10px;
}
.commonul ul li
{
    font-size: 15px;
    margin-top:10px;
    padding-left: 10px;
}
.industry_sec .single_sec .left-sec
{
    padding-left: 25px;
    
}
.industry_sec
{
   padding-top: 20px;
   padding-bottom: 40px; 
}
.industry_sec .single_sec_row:nth-child(even) .left-color-div {
  background-color: #E9F0E4; /* e.g., red */
}

/* Apply a background color to odd rows in the second_sec */
.industry_sec .single_sec_row:nth-child(odd) .right-color-div {
  background-color: #E9F0E4; /* e.g., green */
}
.industry_sec .single_sec:hover
{
    background-color: #000 !important;
    color:#fff;
}
.industry_sec .single_sec:hover p, .industry_sec .single_sec:hover h3
{
    color:#fff !important;
}
.icon_dis_hover_sec
{
    position: absolute;
    z-index: 1;
    bottom: 11px;
    right: 18px;
    background: #ffffff96;
    padding: 13px 14px;
    border-radius: 50%;
    opacity: 0; /* Initially make it transparent */
    transition: opacity 0.3s; /* Add a transition effect */
   


}
.industry_sec .single_sec:hover .icon_dis_hover_sec
{
    opacity: 1;
}
.indu_ser .indu_ser_sing
{
    display: flex;
    gap: 20px;
    border: 1px solid #ccc;
    border-radius: 16px;
    margin-top: 25px;
    align-items: center;
   
}

.indu_ser .indu_ser_sing img
{
    border-radius: 16px;
    width: 35%;
}
.indu_ser
{
    margin-top:10px;
}
.indu_ser .indu_ser_sing h3
{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    
}
.mtop10
{
    margin-top: 10px;
}
.key_heighlights_inner
{
    background: #E9F0E4;
    border-radius: 18px;
    padding: 60px 5%;
    margin-top: 45px; 
} 
.key_heighlights_inner .about_com_sub_text
{
    margin-top: 10px;
    margin-bottom: 20px;
}
.case_studies_cont
{
    display: flex;
    padding: 12px 10px;
    align-items:center;
}
.case_studies_cont h4
{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
}
.case_studies_cont i
{
    background: #7AC043;
    color: #fff;
    border-radius: 50%;
    padding: 10px 10px;
}
.case_studies_sing
{
   border: 1px solid #ccc;
   border-radius: 14px; 
   margin-top: 20px;
}
.case_studies_sing img
{
    border-radius: 14px;
}

.case_studies_sec_main
{
    margin-bottom: 20px;
}
.product_sec_main .product_cont h4
{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    flex: 1;
}
.product_sec_main .product_sing
{
   border: 1px solid #ccc;
   border-radius: 14px; 
   margin-top: 20px;
}
.product_sec_main .product_sing .product_singlr_img
{
    border-radius: 14px;
}
.product_sec_main
{
    margin-bottom: 20px;
}
.product_cont
{
    padding-top:25px;
    padding-bottom:25px;
}
.product_cont p
{
    margin-bottom: 0;
    margin-top: 10px;
}
.icon_product_sec
{
   position: absolute;
    z-index: 1;
    bottom: 11px;
    right: 18px;
    background: #ffffff96;
    padding: 11px 8px;
    border-radius: 50%;
    transition: opacity 0.3s;
    text-align: center;
}
.icon_product_sec .icon_product
{
    width:50%;
}
.product_sing:hover
{
    cursor:pointer;
    background:#E9F0E4;
}
.product_sing:hover .icon_product_sec
{
     background: #fff;
}
.common-radius
{
    border-radius:18px;
}
.bgwhite
{
    background:#fff;
}
.mbottom8
{
    margin-bottom:8px;
}
.mtop30comm
{
    margin-top:30px;
}
.about_sbl .first_sec h3
{
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.about_sbl .first_sec
{
    background:rgb(240 46 37 / 50%);
}
.career_about_sec_2 h3
{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}
.bg-common-green
{
    background:#E9F0E4;
}
.blog_head_comm
{
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}
.achivements_about .achivements-right-sec
{
    padding-top:50px;
    padding-bottom:25px;
    border-radius: 18px 18px 18px 18px;
    
}

.achievement_sing
{
    padding-top: 12px;
    padding-bottom: 15px;
    border:1px solid #ccc;

}
.achievement_sing .cntnt_sec
{
    margin-top:15px;
}
.achivements_about .count_sec
{
   font-weight:600;
   font-size:20px;
}
.achivements_about .owl-carousel .owl-nav button.owl-prev
{
    background: #fff;
    color: #000;
    padding: 8px 14px !important;
    border-radius: 50%;
}
.achivements_about .owl-theme .owl-dots .owl-dot span
{
    background:#fff !important;
    opacity:50%;
}
.achivements_about .owl-theme .owl-dots .owl-dot.active span, .achivements_about.owl-theme .owl-dots .owl-dot:hover span
{
    background:#fff !important;
    opacity:100% !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px !important;
}
.career_about_sec_2 .sec_s
{
     border:1px solid #7AC043;
}
.career_about_sec_2 .sec_s .icon_img_sec
{
    background:#7AC043;
}
.career_about_sec_2 .sec_b
{
     border: 1px solid #00A3E6;
}
.career_about_sec_2 .sec_b .icon_img_sec
{
    background:#00A3E6;
}
.career_about_sec_2 .sec_l
{
     border:1px solid #F42E27;
}
.career_about_sec_2 .sec_l .icon_img_sec
{
    background:#F42E27;
}
.career_about_sec_2 .sing_sec
{
   
    border-radius: 18px;
    padding: 60px 18px 15px 18px;
   
}

.career_about_sec_2 .icon_img_sec
{
    display: block;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.career_tabs
{
    display: inline-flex;
    align-items: center;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 18px;
    overflow: hidden;
    
    
}
.career_tabs .tab
{
    border-right: 1px solid #ccc; /* Vertical line between tabs */
    cursor:pointer;
   
}

.career_tabs .tab:last-child 
{
    border-right: none; /* Remove right border from the last tab */
}
.tabimgsec
{
    overflow:hidden;
}
.career_tabs .tab.active
{
    background: #7AC043;
    color: #fff;
}
img
{
    width:100%;
}
.footer-content img
{
    width:auto;
}
.con-img
{
    width:auto;
}
.services_offer_industry
{
   background: #E9F0E4;
   margin-top: 45px;
}
.services_offer_industry .left_para
{
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}

.services_offer_industry ul
{
    list-style-type: none;
    margin: 0;
}
.services_offer_industry ul li
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
    position:relative;
    font-size: 14px;
    cursor:pointer;
    background: #fff;
    border-radius: 0 21px 21px 0px;
}
.services_offer_industry ul li:hover
{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0 21px 21px 0px;
}
.services_offer_industry ul li.active
{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0 21px 21px 0px;
}


.industry_service_list
{
    height: 280px;
    overflow-y: scroll;
    padding-right:20px !important;
}
/* Hide the default scrollbar */
/* For WebKit-based browsers */
.industry_service_list::-webkit-scrollbar {
    width: 5px; /* Adjust the width of the scrollbar */
}

.industry_service_list::-webkit-scrollbar-track {
    background: #F0F0F0; /* Track background color */
    border-radius: 5px;
}

.industry_service_list::-webkit-scrollbar-thumb {
    background: #898787; /* Scrollbar thumb color */
    border-radius: 5px; /* Scrollbar thumb border radius */
}

.industry_service_list::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover state color for scrollbar thumb */
}
.services_offer_industry .right_side img
{
    border-radius: 20px 20px 0px 0px ;
}
.services_offer_industry .right_side
{
    position: relative;
}
.services_offer_industry .right_side .content_sec
{
    
}
.services_offer_industry .right_side .content_sec p
{
    font-size:15px;
}
.services_offer_industry .right_side h3
{
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.services_offer_industry .right_side p
{
    color: #fff  !important;
        font-size: 18px;
}
.pl0
{
    padding-left:0;
}
.industr_service_content
{
    background: #7DBE43;
    margin-top: 5px;
    padding: 25px 4%;
    border-radius: 0px 0px 20px 20px;
}
.product_provide_industry ul
{
   
    list-style-type: none;
    text-align:center;
    margin-top: 25px;
}
.product_provide_industry ul li
{
    background:#E9F0E4;
    border-radius:30px;
    padding: 8px 25px;
    font-size: 15px;
    cursor: pointer;
}
.product_provide_industry ul li.active
{
    background:#7DBE43;
    color:#fff;
}
.product_provide_industry .h3sec_product_provide_industry
{
    font-size: 30px;
    font-weight: 600;
    margin-top:0;
}
.loader_form
{
    width: 10%;
    float: right;
    margin-right: 20px;
    display:none;
}
@media screen and (min-width: 1024px) 
{
    .nopaddingLRweb
    {
        padding-left:0;
        padding-right:0;
    }
    .main_slider
    {
        margin-top:20px;
    }
    .home_about_sec
    {
        border-radius: 0px 400px 400px 0px;
    }
    .about_sec_para
    {
        padding: 0 25%;
    }
    .ser_text_sec
    {
        padding-left:20px;
    }
    .home_service_sing_sec .img_sec 
    {
       width:12%; 
    }
    .home_product_sec .left_sec
    {
        border-radius: 0px 50% 50% 0px;
        padding: 0 4% 0 4%;
          
    }
    .trusted_by_sec
    {   
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .home_product_sec .right_sec
    {
        border-radius: 50% 0px 0px 50%;
        padding: 90px 3% 90px 8%;
        overflow:hidden;
    }
    .product_home_slider
    {
        max-width:580px;
    }
     .home_product_sec .left_sec
    {
        display:flex;
    }
    .left_sec_inner
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .btnwidth
    {
        width: 180px;
    }
    .home_product_sec
    {
       display:flex; 
       gap: 30px;
        margin-top: 30px;
    }
    .home_client_succ_sec .topSec
    {
        padding-left:10%;
        padding-right:10%;
    }
    .home_service_sec_2
    {
        background:url(../img/rectangle-36.svg) no-repeat;
    }
    .home_service_sing_sec
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home_service_sing_sec_right
    {
         display: flex;
        justify-content: center;
        align-items: center;
    }
    .ser_btn_sec 
    {
        text-wrap: nowrap;
    }
    .ser_text_sec p
    {
        font-size:15px;
    }
    .home_product_sec .sig_sec_text
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
   /****** About US *****/
    .about_com_head
    {
        font-size: 35px;
        font-weight: 600;
        text-transform: uppercase;

    }
    .about_com_sub_text
    {
        font-size: 22px;
    }
    .com_sub_text
    {
        font-size: 22px;
        color: #000;
    }
    .home_com_sub_text
    {
         font-size: 26px;
        color: #000;
    }
    .about_sec .top_sec
    {
        padding-right: 25%;
        padding-left: 25%;
    }
    .about_sec .bottom_sec
    {
        display: flex;
        align-items: center;
       /* padding: 0 3% 30px 3%;*/
    }
   /* .about_sec .third_sec
    {
        padding: 10px 4%;
    }*/
    .what_we_do_about
    {
        margin-top:60px;
    }
    .mission_vis_about .top_sec
    {
        padding-right: 25%;
        padding-left: 25%;
    }
    .our_corpo_about .top_sec
    {
        padding-right: 25%;
        padding-left: 25%;
    }
    .our_corpo_about
    {
        margin-top:50px;
    }
    .our_corpo_about .second_sec
    {
       padding-left:10%;
       padding-right:10%;
    }
    .commpl10per
    {
        padding-left:10%;
       padding-right:10%;
    }
     .our_corpo_about .third_sec
    {
        margin-top:50px;
        padding-bottom: 50px;
         /*padding-left: 2.2%;
        padding-right: 2.2%;*/
    }
    /*.our_corpo_about .single_sec
    {
        padding-left: 3%;
        padding-right: 3%;
    }*/
    .heading_com_padd
    {
        padding-right: 25%;
        padding-left: 25%;
    }
    .achivements_about .number
    {
        font-size:18px;
    }
    
    /*.achivements_about .single_sec 
    {
        padding-top: 45px;
        padding-bottom: 45px;
    }*/
    .achivements_about .parall_div_sec
    {
      display:flex;
      gap:20px;
    }
    .achivements_about .bottom_sec
    {
       /* padding-left:5%;
        padding-right:5%;*/
    }
    .common_lr_padding
    {
        padding-left:4%;
        padding-right:4%;
    }
    .padding_lr_3
    {
         padding-left:3%;
        padding-right:3%;
    }
    .common_l_padding
    {
         padding-left:4%;
    }
    .about_sec .third_sec
    {
        margin-top:40px;
    }
    .our_corpo_about .content_sec
    {
        float: right;
        width: 82%;
    }
    .home_service_sec_2 
    {
        padding-left: 5%;
        padding-right: 5%;
    }
    .logo img 
    {
         width: 60%;
         max-width:120px!important;
    }
    .mission_vis_about .bottom_sec
    {
        position: relative;
        display: flex;
        gap: 25px;
    }
    .about_cent_logo
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        max-width: 100%;
        width: 100px;
    }
    .mission_vis_about .bottom_sec .left_sec .cont_sec
    {
          padding: 60px 9% 0 4%;
    }
    .mission_vis_about .bottom_sec .right_sec .cont_sec
    {
            padding: 60px 4% 0 9%;
    }
    .mission_vis_about .bottom_sec .cont_sec p
    {
        font-size:16px;
    }
    .desk_dis_no
    {
        display:none;   
    }
    .contact_form_pages_comm
    {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .contact_form_pages_comm .top_sec
    {
        margin-bottom: 25px;
    }
    .csr_intro
    {
        margin-top:80px;
        margin-bottom:50px;
    }
     .top_sec_comm
    {
        padding-right: 25%;
        padding-left: 25%;
    }
    .bottom_sec_comm, .commpadding5
    {
        padding-left:5%;
        padding-right:5%;
    }
    .mt_bweb30
    {
        margin-top:30px;
        margin-bottom:30px;
    }
    .page_heading_com
    {
        font-size: 35px;
        font-weight: 600;
         margin-bottom: 20px;
    }
    .single_row_blog
    {
        display: flex;
        gap: 25px;
        flex-wrap:wrap;
    }
    .single_row_blog .single_blog
    {
        flex: 0 0 calc(33.33% - 25px); 
        max-width: calc(33.33% - 25px);
    }
    .blog_sec .blog_head_main
    {
        margin-top:60px;
    }
    .blog_detail_banner
    {
        margin-top:50px;
    }
    .comtop
    {
       margin-top:50px; 
    }
    .comtopless{
       margin-top:40px;  
    }
    .combottomless
    {
        margin-bottom:40px;
    }
    .blog_sub_head
    {
        font-size:25px;
        font-weight:600;
        margin-bottom: 0;
    }
    .contact_form_sec .bottom_sec
    {
        border: 1px solid #ccc;
        padding: 50px 2%;
        border-radius: 20px;
    }
    .contact_form_sec .contact_form_pages_comm
    {
            margin-bottom: 40px;

    }
    .contact_det_row
    {
        display: flex;
        gap: 18px;
    }
    .office_loc_sec
    {
        margin-top:70px;
        margin-bottom: 110px;

    }
   .office_loc_sec_row
    {
        display: flex;
        gap: 30px;
    } 
    .part_logo_sec_row
    {
        display:flex;
        gap:25px;
    }
    .partner_benifits
    {
        margin-top:50px;
        margin-bottom: 50px;
    }
    .partner_benifits
    {
        display:flex;
        gap:25px;
    }
    .news_second_sec
    {
        margin-top:50px;
        margin-bottom: 50px;
    }
    .industry_sec .single_sec_row
    {
        display: inline-flex;
        gap: 20px;
    }
    .indu_ser_row
    {
        display: inline-flex;
        gap: 20px;
    }
    .case_studies_row
    {
        display: flex;
        gap: 20px;
    }
    .product_row, .successstory_sing_row
    {
        display: flex;
        gap: 20px;
    }
    .commonflex
    {
       display: flex;
        gap: 20px; 
    }
    .commonflex1
    {
        display: flex;
        gap: 5px; 
        margin-top:5px;
    }
    .alin_items_cent
    {
        align-items:center;
    }
    .paddingrweb0
    {
        padding-right:0;
    }
    .paddinglr25
    {
        padding-left: 25%;
        padding-right: 25%;

    }
    .achivements_about
    {
        margin-top:80px;
    }
    .achivements_about .achivements-right-sec
    {
        padding-left: 3%;
        padding-right: 0;
    }
    .career_about_sec_2 .sing_sec
    {
       margin-top:100px;  
    }
    .career_tabs .tab
    {
         padding :10px 25px;
    }
    .submenu {
    position: absolute;
   }
  .inside_sec_mid
  {
     position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12%;
    left: 12%;
  }  
  .services_offer_industry
    {
            padding: 70px 5%;
    }
    .product_provide_bottom .product_provide_bottom_inner
    {
        display: flex; 
        align-items: center;
    }
    .product_provide_industry ul
    {
        display: flex;
        list-style-type: none;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .life_tab img
    {
        max-width:25%;
    }
    .nopaddingLWeb
    {
        padding-left:0 !important;
    }
    .banner_sec_cnt
    {
        position: absolute;
        left: 6%;
        bottom:10%;
    }
    .banner_sec::before 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
}

@media screen and (max-width: 1024px) 
{
    .banner_sec_cnt 
    {
        padding: 15px 8px;
        position: relative;
    }
    .first_btn_sec .unifying-vision
    {
        font-size: 25px;
        line-height: 37px;
        font-weight: 500;
    }
    .first_btn_sec
    {
        padding:0px 10px;
    }
    .first_btn_sec .text-wrapper 
    {
        font-size:16px;
    }
     .trusted_by_sec
    {   
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .trusted_by_sec_head 
    {
        font-size: 20px;
    }
    .home_about_sec .single_sec
    {
        padding: 10px 5px 10px 0px;
        display: flex;
        flex-direction: column;
        text-align:center;
        gap:0

    }
    .home_about_sec .count_sec 
    {
        font-size: 25px;
    }
    .home_service_sec_2
    {
        background:url(../img/Rectangle-mob36.png) no-repeat;
    }
    .home_about_sec .cont_sec 
    {
     font-size: 15px;
    }
    .home_service_sing_sec .img_sec
    {
        padding: 20px 30%;
    }
    .ser_btn_sec 
    {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ser_text_sec
    {
        text-align:center;
    }
    .home_industry_sec .common_head
    {
        text-align:center;
       
    }
    .home_industry_sec .left_para
    {
        line-height: 26px;
        text-align:center;
    }
    .services_offer_industry .left_para
    {
        line-height: 26px;
        text-align:center;
    }
    .nopaddingMob
    {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .mtopmob35
    {
        margin-top: 35px;

    }
    .mbottommob30
    {
        margin-bottom:30px;
    }
    .mtopmob25 
    {
         margin-top: 25px;
    }
    .home_product_sec .left_sec 
    {
        background-color: #fdeae9;
        text-align: center;
        padding-top: 45px;
    }
    .home_product_sec .left_sub_head 
    {
        font-size: 16px;
        line-height: 30px;
    }
    .nopaddingRmob
    {
        padding-right:0 !important;
    }
    .nopaddingLMob
    {
        padding-left:0 !important;
    }
    .sing_sec_main .img_sec
    {
         padding: 0px 25% !important;
    }
    .sig_sec_text   
    {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .home_client_succ_sec
    {
        margin-top:0;
    }
    .mob_dis_no
    {
        display:none;   
    }
    
    .banner_sec_cnt p
    {
        font-size: 15px;
    }
    .banner_sec_cnt h3 
    {
        font-size: 26px;
        line-height: 41px;
         margin:0px;
    }
    .banner_sec img
    {
            min-height: 300px;
    }
/****** About US *****/
    .about_com_head
    {
        font-size: 30px;
        font-weight: 600;

    }
    .about_com_sub_text
    {
        font-size: 18px;
    }
    .what_we_do_about
    {
        margin-top:30px;
    }
     .our_corpo_about
    {
        margin-top:30px;
    }
    .our_corpo_about .third_sec
    {
        margin-top:30px;
        padding-bottom: 30px;
    }
    .achivements_about .number
    {
        font-size:20px;
    }
    
    .achivements_about .single_sec 
    {
        padding: 20px 10px;
    }
    .about_sec .third_sec .single_sec
    {
        flex-direction: column;
        gap:0;
        text-align:center;
    }
    .about_sec .third_sec
    {
        margin-top:20px;
    }
    .our_corpo_about .content_sec
    {
        float: right;
        width: 75%;
    }
    .home_service_sec
    {
        padding: 40px 2% 80px;
    }
   
    .about_sec_para, .font-15-mob
    {
         font-size: 15px;
    }
    .com_sub_text
    {
        color: #000;
        font-size: 15px;
    }
     .home_com_sub_text
    {
        color: #000;
        font-size: 16px;
    }
    .home_product_sec .sing_sec
    {
        padding-top:20px;
    }
    .mission_vis_about .bottom_sec .cont_sec p
    {
        font-size:12px;
    }
    .mission_vis_about .bottom_sec .cont_sec h3 
    {
        font-size: 17px;
        font-weight:600;
    }
    .mission_vis_about .bottom_sec .cont_sec
    {
        padding-top:10px;
    }
     .mission_vis_about .bottom_sec .left_sec
    {
         margin-bottom:20px;
    }
    .mission_vis_about .bottom_sec .right_sec 
    {
         margin-top:20px;
    }
    .mission_vis_about .bottom_sec
    {
        position: relative;
        background:#00A4E3;
    }
    .about_cent_logo
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        max-width: 100%;
        width: 70px;
    }
    .contact_form_pages_comm
    {
        margin-top: 35px;
        margin-bottom: 60px;
    }
    .contact_form_pages_comm .top_sec
    {
        margin-bottom: 10px;
    }
    .csr_intro
    {
        margin-top:65px;
        margin-bottom:30px;
    }
     .page_heading_com
    {
        font-size: 35px;
        font-weight: 600;
         margin-bottom: 20px;
    }
    .banner_bg_mobile
    {
        
        background-size: cover !important;
    }
   
    .banner_sec_cnt_w_padd
    {
        padding: 15px 15px;
        color: #fff;
        position:relative;
    }
    .banner_sec_cnt_w_padd h3
    {
        margin-bottom:20px;
        color:#fff;
        font-size:28px;
        font-weight: 600;
        line-height: 31px;
        text-transform: uppercase;
        margin-top:0;
    }
    .banner_sec_cnt_w_padd p
    {
        color:#fff !important;
        font-size: 18px;
    }
    .banner_bg_mobile::before 
    {
       content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    }
    .plr4mob
    {
        padding-left:5%;
        padding-right:5%;
    }
    .blog_detail_banner
    {
        margin-top: 30px;  
    }
    .comtop
    {
       margin-top: 30px;
    }
    .comtopless
    {
       margin-top: 30px;
    }
    .combottomless
    {
        margin-bottom: 30px;
    }
     .blog_sub_head
    {
        font-size:25px;
        font-weight:600;
        margin-bottom: 0;
    }
    .contact_form_sec .contact_form_pages_comm
    {
            margin-bottom: 15px;

    }
    .office_loc_sec
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .news_second_sec
    {
        margin-top:20px;
    }
    .achivements_about
    {
        margin-top:30px;
    }
    .career_about_sec_2 .sing_sec
    {
       margin-top:65px;  
    }
    .career_tabs .tab
    {
         padding :10px;
    }
    .tabimgsec img
    {
        width:100%;
    }
    .submenu a {
     
     padding: 10px 20px;
        font-size: 15px;
    }
     .submenu
     {
       padding:15px 0 ;
       margin-top: 10px;
     }
     .nav-list a:hover, .nav-list a:focus
    {
        color: #333;
    }
    .services_offer_industry
    {
        padding: 70px 0;
    }
    .product_provide_industry ul li
    {
        margin-top:10px;
    }
}
@media screen and (min-width: 768px) 
{
    .industry_sec .single_sec
    {
        display: flex;
        align-items: center;
    }
    .nopadding_tab_web
    {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .footer-heading{
        margin-top:10px;
    }
    
}

@media screen and (min-width: 1500px) 
{
    .slider_content
    {
        font-size:20px;
       line-height:30px;
    }
    .main_slider .slider_heading
    {
        font-size:28px;
    }
}
@media screen and (max-width: 768px) {
    .nav-list {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%; /* Start off-screen */
        width: 80%; /* Set the width you desire */
        height: 100vh; /* Full height of the viewport */
        background-color: #333;
        padding: 35px 5%;
            z-index: 99;
    }
    .nav-list a
    {
        color: #fff;
    }

    .nav-list.show {
        left: 0; /* Move to the visible position */
    }
    
    .home_industry_sec{
            padding: 70px 0%;
    }
    .home_industry_sec .right_side h3 {
        color: #fff;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
    }
    .btn_class_transparent {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: transparent;
        border-radius: 30px;
        padding: 5px 40px;
    }
    .nav-list li {
        width: 100%;
        box-sizing: border-box;
        padding: 7px 15px;
    }
    
    .bg-grad{
        position: absolute;
        bottom: 0;
        padding: 0%;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
        border-radius: 20px;
    }
    .menu-toggle {
        display: flex;
        float: right;
        margin-top:20px;
    }

    .close-btn {
        display: block;
       
    }
    .industry_sec .single_sec{
      display: flex;
      flex-direction: column; /* By default, divs are stacked vertically on mobile */
    }
    
    .industry_sec .single_sec .left-sec{
      order: 2; /* Change the order for mobile */
    }
    
    .industry_sec .single_sec .right_img_sec{
      order: 1; /* Change the order for mobile */
      padding:20px;
    }
    
}

.has-submenu > a:after {
  font-family: 'FontAwesome';
    content: "\f107";
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px; /* Adjust the spacing as needed */
  }


  .submenu {
    display: none;
  }

  .has-submenu:hover .submenu {
    display: block;
    /*transition: opacity 0.3s ease, height 0.3s ease;*/
  }
  
    @media only screen and (max-width: 768px) {
    .has-submenu > a:after {
      color: #fff; /* Set a different color for the arrow on mobile */
    }
  }
  img.circleser {
    border-radius: 50%;
}



.products ul{
    list-style: initial !important;
        margin-left: 20px;
}

.partners_link{
    color:#05A4E2;
}
.partners_link a{
    color:#05A4E2;
}

/*custom css*/
@media only screen and (min-width: 1024px){
  .single_row_news{
    flex-wrap: unset!important;
}  
}
.single_row_news .blog_single_sec{
    border: 1px solid #ccc;
    border-radius: 14px;
    margin-top: 25px;
}
.footer-heading {
    margin-top:10px!important;
}

@media screen and (max-width: 1024px) {
    .has-submenu:hover .submenu.active{
        display:block!important;
        transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    }
    .has-submenu .submenu.active{
        display:block!important;
        transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    }
    
}
.nav-list.mobile-menu{
    overflow-y: auto;
    scroll-behavior: smooth;
    background-color:#fff;
}
@media screen and (max-width: 768px){
    .close-btn {
        color:#333!important;
    }
    .nav-list a {
        color: #333!important;
    }
    .has-submenu > a:after {
        color: #333!important;
    }
    .nav-list.mobile-menu .submenu li::marker {
        color: #333;
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        display: inline-block;
        margin-left: 10px;
    }
    .nav-list.mobile-menu .submenu li{
        padding:7px 5px!important;
    }

}
@media screen and (max-width: 1023px) and (min-width:769px){
    .menu-toggle {
        display: flex;
        float: right;
        margin-top: 20px;
    }
    .nav-list {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: #333;
        padding: 35px 5%;
        z-index: 99;
    }
    .nav-list.show {
        left: 0;
    }
    .close-btn {
        display: block;
        color: #333!important;
    }
    .nav-list li {
        width: 100%;
        box-sizing: border-box;
        padding: 12px 15px;
    }
    .nav-list.mobile-menu .submenu li::marker {
        color: #333;
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        display: inline-block;
        margin-left: 10px;
    }
    .nav-list a:hover, .nav-list a:focus {
        color: #333!important;
    }
}

@media (min-width: 992px){
    .abt_custom_padding{
        padding-right:25px!important;
        padding-bottom: 5px;
    }
    .abt_cntnt_custom_padding{
        padding-left:15px;
    }
}
@media (max-width: 991px){
    .abt_custom_padding{
        padding:0px!important;
    }
}
.footer-link a:hover{
    text-decoration: none;
}
.social a:hover i{
    text-decoration: none;
}
.footer-bottom-left a:hover {
    color: #7ac043;
    cursor: pointer;
    text-decoration: none;
}