/*our clients*/
.ourClients-section { display: flex; align-items: flex-start; }
.ourClients-tab-items { min-width: 300px; }
.ourClients-list { width: 100%; padding-left: 50px; overflow: hidden; }
.ourClients-tab-items ul { margin: 0; padding: 0; list-style: none; }
.ourClients-tab-items ul li { margin: 0; padding: 2px 0; list-style: none; border-bottom: 1px solid #ddd; }
.ourClients-tab-items ul li button { padding: 10px 0; background: transparent; border:0; }
.ourClients-tab-items ul li button.active { color: var(--dark-green-color); }
.ourClients-tab-items ul li.filter-work-title { font-weight: 600; font-size: 20px; padding-bottom: 10px; }
.ourClients-tab-items ul li.filter-work-title h2 { font-size: 20px; margin: 0; }
.ourClients-list ul { display: grid; grid-template-columns: repeat(4, 1fr); margin-right: -1px; }
.ourClients-list ul li { list-style: none; margin: 0; aspect-ratio: 1/1; padding: 15px; position: relative; }
.ourClients-title { align-items: center; display: flex; height: 100%; justify-content: center; background: #fff; position: relative; 
border-radius: 10px; padding: 20px; }
.ourClients-title .industryImg img { transition: all .5s ease; }
.ourClients-title .industryTitle { font-size: 20px; font-weight: 600; text-align: center; margin: 0; opacity: 0;
position: absolute; top: 50%; transform: translateY(-45%); left: 10px; right: 10px; color: #000; transition: all .5s ease; }
.ourClients-title:hover .industryImg img { opacity: 0.1; }
.ourClients-title:hover .industryTitle { opacity: 1; transform: translateY(-50%); }
.ourClients-list ul li:before { background-color: #d9d9d9;
  bottom: 0px; content: ""; height: .063rem; left: 50%; position: absolute; top: auto; transform: translateX(-50%); width: 92%; }
.ourClients-list ul li:after { background-color: #d9d9d9; content: ""; height: 92%; position: absolute;
  right: 0; top: 50%; transform: translateY(-50%); width: .063rem; }
.industry_icon { max-width: 40px;display: block; margin: 0 auto 2px; }  
.ourClients-title .browserLink { background: url(../images/browser-link.png) 0 0 no-repeat; width: 20px;
  height: 20px; background-size: 100% auto; display: block; margin: 14px auto 0; }
.industry-filter-dropdown { display: none; }
.ourClients-tab-items.isactive .industry-filter-dropdown { display: block; }
.ourClients-tab-items .select-btn { display: none; }
.ourclients-index-index .title-section { text-align: center; }
.ourclients-index-index .page-title { margin-bottom: 8px; }
.ourclients-index-index .page-subtitle { text-align: center; max-width: 900px; margin: 0 auto 20px;}
.industries-index-index .banner-form-main,
.ourclients-industry-view .banner-form-main { background-color: #f8f8f8; }
.ourclients-index-index .ecommerce-potential.pdp_middle_form { max-width: 1000px; margin: 0 auto; }

/*our clients end*/

/*industries pages*/
.industries-page { width: 100%; padding-bottom: 30px; }
.industries-page ul { margin: 0px -15px; display: flex; flex-wrap: wrap; }
.industries-page li { width: 33.3%; padding:15px 15px 45px; list-style: none; }
.industries-page .industries-box { border:1px dashed #a6a6a6;border-top:3px solid var(--dark-green-color);text-align:center;padding:14px;position:relative;min-height:100%; }
.industries-page .industries-box .feature-title { margin-bottom:20px; text-transform: uppercase; }
.industries-page .industries-box .icon { color:var(--dark-green-color) ;font-size:20px;line-height:70px;display:block;width:70px;height:70px;margin:-52px auto 15px;background:#fff; border-radius:50%;
display: flex; align-items: center; justify-content: center;}
.industries-page .industries-box .feature-desc{color:#333;}
.industries-page .industries-box .icon i { width: 40px; height: 40px; border: 1px solid var(--dark-green-color); border-radius: 100%; line-height: 40px; text-align: center; }
.industries-page .industries-box .icon i:before { margin-right: -7px; font-size: 28px; font-weight: 700; }
.industries-top-content { padding: 40px 0 40px; }
.industries-index-index .achive_content .wrapper { color: #333; }
.industries-index-index .achive_content { padding-bottom: 25px; }
.industries-index-index .columns { padding-left: 0; padding-right: 0; max-width: 100%; }
.industries-index-index .page-main { margin-top: 0;}
.industries-index-index .industries-list-content { padding-top: 48px; }
.industries-index-index .banner-form-main { padding: 0; margin: 0; }
.industry-description .industries-client-logo { padding-bottom: 0; }
.industry-description .banner-form-main { padding: 60px 0; margin:0 0 10px; }

/*industries pages end*/

/*industries*/

.industries-list ul { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 40px;
  row-gap: 60px; }
.industries-list ul li { list-style: none; text-align: left; margin: 0; }
.industries-list .industries-title { padding: 24px 0 0; }
.industries-list .industries-title h3 { font-size: 30px; color: #333; font-weight: 500; display: flex;
  gap: 10px; margin-bottom: 18px; align-items: center; }
.industries-list .industries-title h3 img { width: 35px; }  
.industries-list .industries-title p { font-size: 17px; line-height: 1.5; color: #333; margin: 0 0 15px; min-height: 51px; }
.industries-list .industries-title a { text-decoration: none; }
.industries-section { padding: 0px 0 20px; }
.industries-list { padding-top: 20px; }
.industries-section .page-title { padding-bottom: 40px; }
.industries-section .industries-img { overflow: hidden; border-radius: 10px; }
.industries-section .industries-img img { vertical-align: top; -webkit-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0); -webkit-transition: all .8s cubic-bezier(.475,.425,0,.995);
  -o-transition: all .8s cubic-bezier(.475,.425,0,.995); transition: all .8s cubic-bezier(.475,.425,0,.995);
  will-change: transform; border-radius: 10px;
 }  
.industries-section .readMore-link { display: flex; align-items: center; gap:10px; text-decoration: none; font-size: 16px; }
.industries-section .readMore-link:after { content: "\e917"; font-family: 'icomoon'; color: var(--dark-green-color); }
.industries-client-logo .clients-logo-section { padding: 10px 0 20px; }

/*industries end*/

/*showcase*/
.showcase-list ul { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 40px;
  row-gap: 60px; }
.showcase-list ul li { list-style: none; text-align: center; margin: 0; }
.showcase-list .showcase-title { padding: 24px 0 0; border-top: 1px solid rgba(42, 42, 42, .1); margin-top: 30px; }
.showcase-list .showcase-title h2 { font-size: 30px; text-transform: uppercase; color: #333; font-weight: 500; }
.showcase-list .showcase-title p { font-size: 17px; line-height: 1.5; color: #333; margin: 0; }
.showcase-list .showcase-title a { text-decoration: none; }
.showcase-section { padding: 40px 0; }
.showcase-section .page-title { padding-bottom: 40px; }
.showcase-section .showcase-img { overflow: hidden; }
.showcase-section .showcase-img img { vertical-align: top; -webkit-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0); -webkit-transition: all .8s cubic-bezier(.475,.425,0,.995);
  -o-transition: all .8s cubic-bezier(.475,.425,0,.995); transition: all .8s cubic-bezier(.475,.425,0,.995);
  will-change: transform;
 }  
.showcase-section .showcase-img:hover img { -webkit-transform: scale(1.1) rotateY(0); transform: scale(1.1) rotateY(0); }

.showcase-tab-items ul li button { color: #000; background: #fff;
  text-transform: uppercase; cursor: pointer; border: 1px solid #000;
  border-radius: 30px; padding: 6px 16px; position: relative; display: block; font-weight: 600;
  font-size: 12px; letter-spacing: .0625rem; }
.showcase-tab-items { padding: 0 0 50px; }
.showcase-tab-items ul li { list-style: none; margin: 0; }  
.showcase-tab-items li.filter-work-title { margin-right: 15px; }  
.showcase-tab-items ul { display: flex; justify-content: center; gap: 10px; align-items: center; flex-wrap: wrap;
margin: 0; }
.showcase-tab-items ul li button.active,
.showcase-tab-items ul li button:hover { background: #000; color: #fff; }

/*showcase end*/

/* portfolio design start */
.case-study-summary-list_wrapper { width: 30%; }
.case-study-summary-list_details { width: 70%; }
.w-layout-grid.alignment_grid { display: flex; flex-wrap: wrap; }
.card-stat_layout {display: flex; font-size: 44px;
  line-height: 30px; font-weight: 400; margin-bottom: 24px;
}
.case-study-stat .text-pretitle-xxsmall{
  font-size: 14px; line-height: 24px;  font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
}
.totalcare .case-studies-header_wrapper .case-study-project-name_component h3 {
  margin-bottom: 2.125rem;
}
.w-condition-invisible { display: none; }
.case-study-stat { width: 45%; padding-top: 1.75rem;
  padding-bottom: 1.25rem; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.case-study-hero .wrapper.totalcare p,
.case-study-hero .wrapper.totalcare,
.case-study-hero .wrapper.totalcare h3,
.case-study-hero .wrapper.totalcare h1,
#Challenge .wrapper h2,
#Challenge .wrapper h3,
#Challenge .wrapper p,
#Challenge .wrapper { color: #fff; }
.case-study-challenge .alignment_grid { display: flex; }
.case-study-challenge .alignment_grid .title_header.case-study { width: 30%; }
.case-study-challenge .alignment_grid .challenge-text_wrappwer { width: 70%; }
.case-study-header-offset-wrapper { width: 30%; }
.case-study-content-offset-wrapper { width: 70%; }
#Challenge { background: #272525; padding: 160px 0; }
.totalcare .case-studies-header_wrapper .case-study-project-name_component,
.totalcare .case-studies-header_wrapper { display: flex; gap: 5px; }
.section.cs-results { background: #d4d0cd; padding: 160px 0; }
.section.cs-results > p{ margin: 0; }
.section.case-study-hero { padding: 24px 0 0px; }
.section.case-study-solutions { padding: 60px 0 80px; }
.totalcare .text-pretitle.case-study-side-headers { font-size: 15px; line-height: 1.6; font-weight: 700; margin-bottom: 4px; }
.totalcare .case-study-side-rtb p { font-size: 13px; line-height: 22px; font-weight: 400; }
.case-study-summary-list_wrapper .margin-bottom { margin-bottom: 2rem; }
.case-study-summary-list_details .text-rich-text-case-studies p { margin-bottom: 1.5rem; font-size: 20px; line-height: 1.6; }
.case-study-summary-list_details .text-rich-text-case-studies h3 {
  font-size: 15px; line-height: 25px; font-weight: 700; margin-bottom: 1.25rem; margin-top: 0;
}
.case-study-hero .wrapper.totalcare h2 { margin-bottom: 80px; width: 50%; margin-top: 88px; line-height: 40px; font-size: 30px; }
.totalcare .case-study-summary-list_details .margin-bot-92 { margin-bottom: 92px; }
.case-study-summary-list_details .case-study-stats { justify-content: space-between; margin-bottom: 5rem; }
.case-study-summary-list_details .inline { display: flex; align-items: center; margin-bottom: 20px; }
.case-study-summary-list_details .text-pretitle { margin-bottom: 0; font-weight: 600; font-size: 18px; }
.case-study-summary-list_details .inline .down-arrow-link_wrapper br {display: none; }
.case-study-summary-list_details .inline .down-arrow-link_wrapper img { width: 1.75rem; height: 0.938rem; }
.case-study-summary-list_details .inline .down-arrow-link_wrapper { margin-right: 37px; }
#Challenge .wrapper h3 { font-size: 15px; line-height: 25px; font-weight: 700; letter-spacing: 2.5px;
  margin-bottom: 1.25rem; margin-top: 0; }
#Challenge .wrapper p {
  margin-bottom: 1.5rem; font-size: 20px; line-height: 1.6; font-weight: 300; }
#Challenge .wrapper .challenge ul { padding-left: 32px; }
#Challenge .wrapper .challenge ul li{ margin-top: 10px; margin-bottom: 1.5rem; font-size: 20px; line-height: 1.6;
  font-weight: 300!important; position: relative; list-style-type: none; margin-left: 24px;
}
#Challenge .wrapper .challenge ul li:before {content: ''; background: #fff; position: absolute;
  width: 7px; height: 7px; border-radius: 100%; left: -24px; top: 12px; }
.case-study-uiux h2,
#Challenge .wrapper h2,
.solutions-text .case-study-header-offset-wrapper h2,
.results_layout .case-study-header-offset-wrapper h2 { font-size: 50px; line-height: 60px; font-weight: 400; margin-top: 0; }
.case-study-solutions-item .wrapper.solutions-text { margin: 60px 0; }
.solutions-text .case-study-content-offset-wrapper h3 { font-size: 15px; line-height: 25px; font-weight: 700; letter-spacing: 2.5px;
  margin-top: 0; }
.solutions-text .case-study-content-offset-wrapper p { margin-bottom: 1.5rem; font-size: 20px; line-height: 1.6;
  font-weight: 300; }
.solutions-text .case-study-content-offset-wrapper br { display: none; }
.solutions-text .case-study-content-offset-wrapper .testimonial-wrapper .quote-mark_image { width: 15px; }
.solutions-text .case-study-content-offset-wrapper .testimonial-wrapper .flexbox-horizontal-top-left { display: flex; flex-wrap: wrap; }
.solutions-text .case-study-content-offset-wrapper .testimonial-wrapper .small-paragraph{
  font-size: 15px; line-height: 25px; font-weight: 400; }
.case-study-stat.dark { border-top: 1px solid #1f1e1e; border-bottom: 1px solid #1f1e1e; }
.results_layout .w-layout-grid.alignment_grid { justify-content: space-between; }
.results_layout .stats-footer_wrapper { margin-bottom: 4.25rem; }
.results_layout .text-rich-text-case-studies p { margin-bottom: 1.5rem; font-size: 20px; line-height: 1.6; font-weight: 300; }
.results_layout .text-rich-text-case-studies br { display: none; }
.single-portfolio-item .text-style-case-study-tagline { color: #fff; text-align: center; padding: 0 15px; }
.solution-image-full-width-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; }
.solution-image-full-width-wrapper .solution-both-image { width: 48%; }
.case-study-solutions ul { list-style-position: inside; }
.showcase-view-title { padding-top: 100px; color: #fff; text-align: center; padding-left: 15px; padding-right: 15px; }
.showcase-view-title p { color: #fff; }
/*.w-full { width: 100%; }*/

.cs-results li, 
.solutions-text li { list-style: outside; margin-bottom: 12px; margin-left: 15px; }
.showcase-detail-nav { width: 100%; position: sticky; top:120px; border-bottom: 1px solid #ddd; }
.showcase-detail-nav li a { font-size: 16px; }
.showcase-detail-nav li a.active { position: relative; }
.showcase-detail-nav li a.active:after { content: ""; border-bottom: 3px solid #37ae52; position: absolute;
  bottom: 0; left: 0; right: 0; }
.showcase-detail-nav li a.active,
.showcase-detail-nav li a:hover { color: #37ae52; }

/* techstack */
.techstack-item h3 { color: #333; font-weight: 400; }
.techstack-logo img {  max-height: 50px; margin: 0 auto; }
/* techstack end */
/* portfolio design end  */

/****** responsive *******/

@media(min-width: 1280px) {
.industries-list-content,
.industries-section .industries-list,
.industries-top-content,
.industries-page { max-width: 1260px; margin-left:auto; margin-right: auto; }
.showcase-detail-nav li a { padding-left: 40px; padding-right: 30px; }
}

@media(min-width: 1024px) and (max-width: 1279px) {
.ourClients-list ul { grid-template-columns: repeat(3, 1fr); }
.ourClients-tab-items { min-width: 240px; }	

.showcase-list ul { column-gap: 30px; row-gap: 50px;  }
.perks-section .perks-item h3 { font-size: 16px; line-height: 1.4; }
.perks-section .perks-item .perks-item-img { height: 70px; }

}

@media(min-width:768px) and (max-width: 1024px) {
.showcase-view-title { padding-top: 40px; }  
.showcase-section { padding-bottom: 0; }

/*portfolio*/
.case-study-hero .wrapper.totalcare h2 { margin-bottom: 40px; width: 100%; margin-top: 40px; }
.totalcare .case-study-summary-list_details .margin-bot-92 { margin-bottom: 50px; }
.case-study-summary-list_details .case-study-stats { margin-bottom: 50px; }
.section.case-study-hero { padding-bottom: 0px; }
#Challenge { padding: 50px 0; }
.section.case-study-solutions { padding: 40px 0 50px; }
.case-study-solutions-item .wrapper.solutions-text { margin: 40px 0; }
.section.cs-results { padding: 70px 0 20px; }

.case-study-uiux h2,
#Challenge .wrapper h2, 
.solutions-text .case-study-header-offset-wrapper h2, 
.results_layout .case-study-header-offset-wrapper h2 { font-size: 36px; }
#Challenge .wrapper .challenge ul li { font-size: 16px; }
.case-study-summary-list_details .text-rich-text-case-studies p { font-size: 16px; }
.results_layout .text-rich-text-case-studies p { font-size: 16px; }
#Challenge .wrapper p { font-size: 16px; }
.solutions-text .case-study-content-offset-wrapper p { font-size: 16px; }
.card-stat_layout { font-size: 36px; }

.career-tab-section .tab-links .tab_title { font-size: 16px; }
.career-tab-section { padding: 50px 0; }
.career-tab-section .tab-links { padding: 15px 20px; }
.careers-text h2 { font-size: 16px; }
.careers-text ul.list-li { font-size: 14px; }

}

@media(min-width:768px) and (max-width: 1023px) {
.ourClients-list ul { grid-template-columns: repeat(3, 1fr); }
.ourClients-tab-items { min-width: 220px; }
.ourClients-list { padding-left: 30px; }	
.industries-list ul { grid-template-columns: 1fr 1fr; column-gap: 30px; row-gap: 40px; }
.industry-description .banner-form-main { padding: 30px 0;}
.team-img img { height: 380px;}

.perks-section .perks-item h3 { font-size: 16px; line-height: 1.4; }
.perks-section .perks-item .perks-item-img { height: 60px; }
.perks-section .perks-item { padding: 25px 10px 20px; border-radius: 10px; }
.perks-section .perks-list { gap: 12px; }
.perks-section { padding: 40px 0 24px; }
.perks-section h2 { margin-bottom: 20px; }

}

@media (min-width:768px) and (max-width: 991px) {
.industries-page li { width: 50%; }
.showcase-list ul { grid-template-columns: 1fr 1fr; column-gap: 30px;
  row-gap: 40px; }

.tow-column { grid-template-columns: 1fr; }  

}

@media (max-width: 767px) {
.ourClients-list ul { grid-template-columns: repeat(3, 1fr); }
.ourClients-tab-items { min-width: 220px; width: 100%; }
.ourClients-list { padding:20px 0 0; }
.ourClients-section { flex-wrap: wrap; }

/*Industry sidebar filter*/

.ourClients-tab-items .select-btn { display: flex;
padding: 12px 35px 12px 48px; border-radius: 6px; box-shadow: 0 .188rem .625rem rgba(0,0,0,.05);
background-color: #fff; gap: 10px; width: 100%; cursor: pointer; }
.ourClients-tab-items { position: relative; width: 100%; max-width: 100%; }
.ourClients-tab-items .select-btn { position: relative; }
.ourClients-tab-items .select-btn:before { content: "\e91a"; font-family: 'icomoon'; position: absolute;
  left: 18px; line-height: 1; top: 50%; transform: translateY(-50%); font-size: 20px; color: var(--dark-green-color); }
.ourClients-tab-items .select-btn:after { content: "\e913"; font-family: 'icomoon'; position: absolute;
  right: 18px; line-height: 1; top: 50%; transform: translateY(-50%); font-size: 14px; }
.industry-dropdown-filter { border:1px solid #ebebeb;
  position:absolute; z-index:99; box-shadow:0 .625rem 1.875rem 0 rgba(0,0,0,.1);
  background-color:#fff; left:0; right:0; width:100%; display:none; max-height:337px;
  overflow:auto; top:100%; }
.ourClients-tab-items.active .industry-dropdown-filter { display: block; }
.industry-dropdown-filter ul li { padding: 0; margin: 0; }
.industry-dropdown-filter ul li button { padding: 10px 20px; display: block; 
width: 100%; text-align: left; line-height: 1.5; }
.ourClients-tab-items ul li.filter-work-title { display: none; }
.industry-detail .banner-form-main .cms-form-content { padding: 0 0 15px; }
.industry-description .banner-form-main { padding: 30px 0;}

/*Industry sidebar filter end*/

.industries-page li { width: 50%; }
.industries-page li { padding-bottom: 30px; }
.industries-top-content { padding: 20px 0 20px; }
.industries-list ul { grid-template-columns: 1fr; row-gap: 40px; }
.industries-client-logo .clients-logo-section  { padding-bottom: 0; }

.showcase-list ul { grid-template-columns: 1fr 1fr; column-gap: 20px;
  row-gap: 30px; }
.showcase-list .showcase-title h2 { font-size: 22px; }
.showcase-list .showcase-title p { font-size: 14px; }
.showcase-section { padding: 20px 0 0; }
.showcase-list .showcase-title { padding: 18px 0 0; }
.showcase-section .page-title { padding-bottom: 20px; }

/* portfolio design start  */
.case-study-hero .wrapper.totalcare h2{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 24px;
}
.case-study-summary-list_wrapper,
.case-study-summary-list_details,
.case-study-challenge .alignment_grid .title_header.case-study,
.case-study-challenge .alignment_grid .challenge-text_wrappwer,
.case-study-header-offset-wrapper,
.case-study-content-offset-wrapper{
  width: 100%;
}
.section.case-study-hero { padding: 20px 0 0px 0; }
.case-study-stat { width: 100%; }
.totalcare .case-study-summary-list_details .margin-bot-92 { margin-bottom: 50px; }
#Challenge,
.section.case-study-solutions,
.section.cs-results { padding: 40px 0; }
.case-study-solutions-item .wrapper.solutions-text { margin: 30px 0; }
.solution-image-full-width-wrapper { justify-content: center; }
.solution-image-full-width-wrapper .solution-both-image { width: auto; }

.case-study-summary-list_details .text-rich-text-case-studies p { font-size: 14px; line-height: 1.5; }
.totalcare .case-studies-header_wrapper .case-study-project-name_component, 
.totalcare .case-studies-header_wrapper { flex-wrap: wrap; }
.totalcare .case-studies-header_wrapper .case-study-project-name_component h3 { margin: 0 0 10px; line-height: 1.2; }
.case-studies-header_wrapper h3.heading-style-stat-header { margin: 0 0 15px; line-height: 1.2; }
.card-stat_layout { font-size: 32px; line-height: 1.2; }

.case-study-uiux h2,
#Challenge .wrapper h2, 
.solutions-text .case-study-header-offset-wrapper h2, 
.results_layout .case-study-header-offset-wrapper h2 { font-size: 36px; line-height: 1.3; margin-bottom: 15px; }
#Challenge .wrapper p  { font-size: 14px; line-height: 1.5; }
#Challenge .wrapper .challenge ul li { font-size: 14px; line-height: 1.5; }
.solutions-text .case-study-content-offset-wrapper p { font-size: 14px; line-height: 1.5; }
.results_layout .text-rich-text-case-studies p { font-size: 14px; line-height: 1.5; }
.single-portfolio-item #qodef-single-portfolio-navigation { padding-bottom: 60px; padding-top: 20px; }
.results_layout .stats-footer_wrapper { margin-bottom:30px; }
.qodef-portfolio-content p { line-height: 1.5; }
.case-study-summary-list_details .inline .down-arrow-link_wrapper { margin-right: 15px; }
.case-study-summary-list_details .inline .down-arrow-link_wrapper img { width: 1.35rem; height: auto; }
.case-study-summary-list_details .case-study-stats { margin-bottom: 3rem; }
.showcase-view-title { padding-top: 30px; }
.showcase-tab-items { padding-bottom: 30px; }

/* portfolio design end  */
.team-top-content h1 { font-size: 36px; max-width: 380px; } 
.team-top-content { bottom: 32px; }

.showcase-detail-nav li a { padding: 16px 8px; font-size: 14px; }

}

@media(max-width: 575px) {
.industries-page li { width: 100%; }	
.ourClients-list ul { grid-template-columns: repeat(2, 1fr); }
.showcase-detail-nav li a { padding: 16px 8px; font-size: 13px; }

}
@media(max-width: 479px) {
.showcase-list ul { grid-template-columns: 1fr; }  
.awards-list-section ul { grid-template-columns: repeat(1, 1fr); }
.showcase-detail-nav li a { padding: 12px 8px; }

}