/*!
Theme Name: Lefebvre
Theme URI: https://them.es/starter
Author: Cactix
Author URI: https://cactix.com
Description: 
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: lefebvre
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/mai.sa-our-client-item .vc_column-innern.css" */

/* From http://codex.wordpress.org/CSS */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500;1,700&display=swap');

/* Scroll to Top Button Style */

#scrollToTopBtn {
	position: fixed;
	bottom: 20px;
	z-index: 9999;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 7px;
	border-radius: 50px;
	background: #016FFC;
	border: 1px solid #016FFC;
	color: #fff;
	display: none;
}
#scrollToTopBtn img {
  width: 100%;
  height: 100%;
}

/* Search Toggle Box Style */

#header .search-form {
  position: relative;
  z-index: 999;
}
#header .search-form .sa-search-box-wrap:after {
  position: absolute;
  content: '';
  left: 70%;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0873FC;
  height: 0px;
  width: 0px;
  z-index: 9;
}
#header .search-form .sa-search-box-wrap {
  position: absolute;
  left: -190px;
  top: 130%;
  width: 280px;
  background: #016FFC;
  padding: 30px 20px;
  z-index: -1;
  display: none;
  border-radius: 5px;
}
#header .search-form.active-search-box .sa-search-box-wrap {
	z-index: 9999;
}
#header .search-form .sa-search-box-wrap input, #header .search-form .sa-search-box-wrap button {
  background: #eee;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #eee;
}
#header .search-form .sa-search-box-wrap  button:hover {
  color: #000;
}
#header .search-form .sa-search-box-wrap input:focus {
  box-shadow: none;
  border-color: #000;
}
#header .search-form.active-search-box .search-box-close {
	height: 700px;
	width: 1800px;
	display: block;
	position: absolute;
	left: -1390px;
	top: -100px;
	z-index: -1;
}

#header .search-form .sa-search-box-wrap input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#header .search-form .sa-search-box-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}






/* Our Client Page Logo */

.sa-our-client-item  .vc_column-inner {
  height: 220px;
}
.sa-our-client-item .vc_column-inner img{
  height: 100%;
  width: auto;
}

/* Industries Hero section */
.sa-industries-hero-res:after,
.sa-industries-hero:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005c;
  z-index: -1;
}
.sa-industries-hero-res,
.sa-industries-hero {
  position: relative;
  z-index: 99;
}

/* Primary Btn Style */

.service_bottom_btn {
  display: flex;
  justify-content: start;
  padding-bottom: 70px;
  padding-left: 110px;
}
.service_bottom_btn a {
    margin: 0;
}
.primary-btn {
  font-size: 16px;
  background: #016FFC;
  color: #fff;
  padding: 10px 20px;
  margin: 0 15px;
  transition: .3s all linear;
  border: 1px solid #016FFC;
  border-radius: 6px;
}


.primary-btn:hover {
color: #016FFC;
  background: transparent;
  border-color: #016FFC;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*!
 * them.es Theme Editor Styles
 * #SA Edits #7862692
 * font-family: 'Outfit', sans-serif;
 * font-family: 'Poppins', sans-serif;
 */

 body {
	font-family: 'Outfit', sans-serif !important;
	overflow-x: hidden !important;
}
/* Sa78 Default Class */
.sa-heading-font-poppins {
    color: #111 !important;
    font-family: Poppins !important;
    line-height: 36px !important;
    letter-spacing: 0.24px !important;
}


/* #SA Header Style */

.header-area nav {
	background: #fff !important;
	padding: 20px 0;
  }
  .header-area nav .navbar-brand img {
	width: 200px;
	height: auto;
  }
  .header-area nav #menu-main-menu li a {
	font-size: 16px;
	color: #0B0D26;
	font-weight: 400;
	margin: 0 9px;
  }

#header .search-form .search-icon a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
  #header .search-form .search-icon {
  position: relative;
	font-size: 18px;
	line-height: 1.2;
	transition: .5s all linear;
	cursor: pointer;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
  }
  #header .search-form .search-icon:hover {
	background: #016FFC;
	color: #fff
  }

.service-slider.wrap-engineering .wpb_wrapper .vc_row:nth-child(1) {
    padding-bottom: 120px !important;
}
.header-area nav #menu-main-menu .dropdown-menu li > a {
  margin: 0;
}
.header-area nav #menu-main-menu .dropdown-menu li > .dropdown-item.active {
  color: #fff;
}
.header-area nav #menu-main-menu .dropdown-menu li > a:hover {
 background: #095DC9; 
 color: #fff;
}
.header-btn a {
	font-size: 16px;
	background: #016FFC;
	color: #fff;
	padding: 10px 20px;
	margin: 0 15px;
	transition: .3s all linear;
	border: 1px solid #016FFC;
  }
  .header-btn a:hover {
	color: #016FFC;
	background: transparent;
	border-color: #016FFC;
  }

  /* Footer Style */

.footer-area {
	padding: 80px 0 0;
  background-color: #0B0D26;
  color: #fff;
  background-image: url('assets/image/Group.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  }
  
.footer-area:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #0B0D26;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .86;
  }
  .wp-block-heading, footer h4 {
    font-family: 'Outfit', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
  }
  .footer-top p, .footer-area ul li a {
	font-size: 16px;
	font-weight: 400;
  }
  .footer-area ul {
	list-style: none !important;
	padding: 0;
	margin-bottom: 30px;
  }
  .footer-area a {
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
  }

  
.footer-area .footer-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff2e;
  }
  .footer-area .footer-middle {
	padding: 35px 0;
  }
  
.footer-bottom .row .col-md-6:nth-child(2) ul {
	display: flex;
	justify-content: end;
  }
  
  .footer-bottom .row .col-md-6:nth-child(2) ul  li {
	margin: 0 10px;
  }
  
  .footer-bottom {
	padding: 40px 0 10px;
  }
.menu-footer-services-container #menu-footer-services li {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.sa-text_undeline {
	text-decoration: underline;
}

.menu-footer-project-container #menu-footer-project a {
	text-transform: capitalize;
}
.menu-footer-company-container #menu-footer-company li a {
	text-transform: capitalize;
}

/* Custom Fonts
font-family: 'Outfit', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/* Header Style */
.site-header-main.container-fullwide {
	padding: 0 30px
}

#tm-stickable-header-w #site-header .site-header-main #site-navigation {
  display: flex;
}
#tm-stickable-header-w #site-header .site-header-main #site-navigation .tm-header-text-area {
  order: 2;
}
#tm-stickable-header-w #site-header .site-header-main #site-navigation .tm-header-icons {
  order: 3;
}
#tm-stickable-header-w #site-header .site-header-main #site-navigation .tm-header-text-area a {
	background: #016FFC;
	border-color: #016FFC;
	color: #fff;
	transition: .5s all linear;
}

#tm-stickable-header-w #site-header .site-header-main #site-navigation #menu-main-menu li a {
	text-transform: capitalize;
	font-weight: 500;
}
.tm-header-style-classic2:not(.tm-header-overlay) .tm-stickable-header-w .site-header {
	border-bottom: 0;
}

/* Footer Style */

.footer-area a.sa-mail-under {
  text-transform: lowercase;
}
/*Footer top*/
.footer {
	background-size: 50%;
}
footer .first-footer-inner {
	padding: 80px 0 50px !important;
}

.sa-footer-w-title {
	font-family: 'Outfit', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1.7;
	display: block;
	
}

.sa-footer-w-para {
	font-size: 16px;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.5;
	color: #fff;
}
.wid-footer-two-column,
.sa-wid-two {
	margin-top: 55px;
}



.sa-wid-two {
  margin-top: 55px;
}
.sa-footer-bottom-menu {
  display: flex;
  list-style: none;
}
.bottom-footer-inner .tm-footer2-left{
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  color: #BABABA;
	text-transform: uppercase;
}
.sa-footer-bottom-menu li a {
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  margin-right: 20px;
  color: #BABABA;
	text-transform: uppercase;
}

#first-footer .first-footer-inner .row .widget-area:nth-child(4){
	display: flex;
	flex: 1;
	align-items: end
}


#first-footer .first-footer-inner .row .widget-area:nth-child(4) div {
	display: block;	
}


#first-footer .first-footer-inner .row .widget-area:nth-child(4) div  h5 {
	margin-bottom: 40px
}

#first-footer .first-footer-inner .row .widget-area:nth-child(4) aside {
	flex: 1;
}


/* Industries Page style */
.sa-industries-hero-res,
.sa-industries-hero  {
	padding-top: 0px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.sa-industries-hero .wpb_wrapper {
  padding-top: 35px !important;
  padding-bottom: 500px !important;
  padding-left: 240px !important;
}

.sa-industries-hero-res .sa-text-align-right .vc_column-inner {
  padding-bottom: 180px !important;
}

.industries-page-overview{
  padding: 70px 0 !important;
}

.industries-page-overview .vc_row .wpb_column:nth-child(1) {
  padding-right: 80px;
}
.industries-page-overview .vc_row.vc_row-flex > .vc_column_container {
	display: block;
}
.industries-page-overview .sa-section-heading {
	margin-bottom: 20px;
}


.industries-page-overview-res .sa-section-heading {
  margin-bottom: 15px;
}

.industries-page-overview-res.vc_row .wpb_column:nth-child(1) {
  padding-bottom: 20px;
}

/* Featured Section style */
.sa-letest-projects-res{
    background: #F5F5F5;
}
.sa-letest-projects {
  background: #F5F5F5;
  padding: 100px 0
}
.sa-letest-projects .vc_col-sm-8 .sa-section-para{
  margin-top: 40px;
}
/*.sa-letest-projects .vc_column-inner .wpb_wrapper .vc_row:nth-child(1) {*/
/*  margin-bottom: 60px;*/
/*}*/
.sa-letest-projects-wrap {
	padding-bottom: 40px;
}
.sa-letest-projects-res > .wpb_column > .vc_column-inner {
  padding: 65px 0 40px !important;
}
.sa-letest-projects-res .sa-section-heading {
  margin-bottom: 20px;
}
.sa-letest-projects-res .sa-section-para {
  margin-bottom: 40px;
}



.sa-letest-projects-wrap-res {
    padding-bottom: 25px;
}

/* Icon Box For Industries Service */

.sa-service_icon-list {
  padding-top: 50px;
}
.sa-service_icon-list .mega_info_box_2 {
  display: flex;
  align-items: start;
  padding: 15px;
  margin-bottom: 12px;
  border: 1px solid #eee;
}
.sa-service_icon-list .mega_info_box_2 .mega-info-header {
  margin-right: 15px;
  display: flex;
  padding-top: 5px;
}
.sa-service_icon-list .mega_info_box_2 .mega-info-footer p {
  font-size: 16px;
  color: #444444;
  font-family: 'Outfit', sans-serif !important;
  margin-bottom: 0;
}
.sa-service_icon-list .mega_info_box_2 .mega-info-footer p b {
	font-size: 20px !important;
	color: #555555 !important;
}

/* sa Industries Service Style */

.sa_our-service-section {
  padding: 100px 0;
}
.sa_our-service-section  .single-service-item {
  background: #F5F5F5;
  padding: 24px 24px 40px;
  margin-bottom: 20px;
    box-shadow: 0 0 30px -11px #3333335e;
}

.sa_our-service-section .single-service-item .service-body {
  padding: 30px 15px 0;
}
.sa_our-service-section .single-service-item .service-body .service-title a {
  color: #0B0D26;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; 
}
.sa_our-service-section .single-service-item .service-body .service-para {
  
  color: #555;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px; 
}


.sa_our-service-section .single-service-item .service-body .service-button .button {
  display: inline-block;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #016FFC; 
  color: #fff;
  font-family: 'outfit';
  font-size: 16px;
  font-weight: 400; 
  border: none;
}


.service-sec-title {
  padding-right: 40px;
}
.service-sec-title h3{
  color: #0B0D26;
  font-family: Outfit;
  font-size: 74px;
  font-style: normal;
  font-weight: 500;
  line-height: 88px; 
}
.service-sec-para p {
	color: #555;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
	margin-top: 15px;
	padding-left: 75px;
}
.row.sec-service-heading {
	padding-bottom: 40px;
}




.sa_our-service-section .single-service-item .service-thumbnail {
  overflow: hidden;
}
.sa_our-service-section .single-service-item .service-thumbnail img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.service-key-overview .wpb_column:nth-child(2) {
	padding-left: 70px;
}
.sa_service_featured_img {
  width: 100% !important;
  height: 450px;
  object-fit: cover;
  object-position: center center;
}
/* Single Service Page */

.service-key-overview .vc_column-inner{
  padding-top: 0 !important;
}
.service-key-overview {
  padding: 70px 0;
}
.service-slider {
  padding: 60px 0;
  background: #F5F5F5 !important;
}
.service-slider .wpb_wrapper .vc_row:nth-child(1) {
  padding-bottom: 40px;
}
.service-slider .wpb_wrapper .vc_row:nth-child(1) .sa-section-heading {
  padding-right: 40px;
}
.service-slider .wpb_wrapper .vc_row:nth-child(1) .sa-heading-font {
  padding-top: 25px;
}

.service-success {
  padding: 70px 0 50px;
}

.service-cover-img * {
  padding: 0 !important;
  margin: 0 !important;
}
.service-key-overview .sa-section-heading {
	margin-bottom: 20px;
}
.service-cover-img .wpb_wrapper img {
	width: 100%;
}


/* Service Responsive */
.sa-service-hero.vc_custom_1703170061214 {
	background-position: right center !important;
	background-size: auto 100% !important;
	
	background-repeat: no-repeat;
	padding: 50px 0;
	background-color: #0B0D26;
}
.sa-service-hero-res .sa-section-heading {
	margin-bottom: 30px;
}

.service-key-overview-res {
  padding: 50px 0;
}

.service-slider-res {
	padding: 68px 0;
	background: #F5F5F5 !important;
}
.service-slider-res .wpb_wrapper .vc_row:nth-child(1) {
  padding-bottom: 25px;
}
.service-success-res {
  padding: 50px 0 30px;
}

.sa-service-hero-res img {
	width: 100%;
	height: auto;
}


/* Search Pages */

.search-header {
  padding: 60px 0 20px;
}
.search-form-wrap {
  padding: 0 0 90px;
}

.search-form-wrap .search-form {
  width: 60%;
}
.search-form-wrap .search-form input {
  padding: 12px 25px;
}
.search-form-wrap .search-form input:focus {
  box-shadow: none;
}
.search-form-wrap .search-form .btn-secondary {
  font-size: 16px;
  background: #016FFC;
  color: #fff;
  padding: 10px 20px;
  margin: 0 15px;
  transition: .3s all linear;
  border: 1px solid #016FFC;
}

.sa-search-grid .entry-meta .btn-outline-secondary {
  font-size: 16px;
  background: #016FFC;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 0 5px;
  transition: .3s all linear;
  border: 1px solid #016FFC;
}

.search-result-wrap {
	padding-bottom: 80px;
}
/* Search Pagination */
#sa_pagination {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
#sa_pagination .page-numbers {
  height: 40px;
  width: 40px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  transition: .5s all linear;
}
#sa_pagination .page-numbers.current {
	background: #016FFC;
	color: #fff;
	border-color:#016FFC;
}
#sa_pagination a.page-numbers {
  color: #016FFC;
    
  background: #fff;
  border-color: #016FFC;
}
#sa_pagination a.page-numbers:hover {
  background: #016FFC;
  border-color: #016FFC;
  color: #fff;;
}
/* Our Facility page */
.sa-our-facility {
	background-size: 45% 100% !important;
}




/* Industries page */ 
.sa-industries-hero {
    z-index: 0;
}

/* Contact Us page */
.sa-contact-us-section {
	background-size: 53% 100%;
}











































/* Responsive Design Classes */

.sa-mobile {
    display: block !important;
}
.sa-mobile-res {
    display: none !important;
}

.sa-d-flex {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.sa-hero-cover.vc_custom_1705308955957 {
  background-size: 57% 100% !important;
}
.bg-h-100,
.bg-h-100.vc_custom_1705346041797 {
	background-size: auto 100% !important;
}

@media all and (max-width: 1399px){
    .footer-top p, .footer-area ul li a {
    	font-size: 14px;
    }
}

@media all and (max-width: 1199px ){
    .sa-our-client-item .vc_column-inner {
    	height: 160px;
    }
}


@media all and (max-width: 991px ){
     .sa-mobile {
        display: none !important;
    }
    .sa-mobile-res {
        display: block !important;
    }
    
    .search-header h2 {
      font-size: 44px !important;
    }
    .search-form-wrap .search-form {
      width: 100%;
    }
    
    /* Testimonial Slider */
    
    .sa-testimonial-slider .lvca-testimonials-slider .lvca-testimonial-text {
      font-size: 18px !important;
      padding-bottom: 20px !important;
    }
    .sa-testimonial-slider .lvca-testimonials-slider .lvca-testimonial {
      padding: 27px !important;
    }
    .sa-testimonial-slider .lvca-testimonials-slider .lvca-testimonial .lvca-testimonial-user .lvca-author-name {
      font-size: 19px !important;
    }
    .sa-testimonial-slider .lvca-testimonials-slider .lvca-testimonial .lvca-testimonial-user .lvca-author-credentials {
      font-size: 12px !important;
    }
    .sa-testimonial-slider .lvca-flex-direction-nav li a.lvca-flex-next::before,
    .sa-testimonial-slider .lvca-flex-direction-nav li a.lvca-flex-prev::before {
      height: 35px !important;
      width: 35px !important;
      background-size: contain !important;
      
    }
    .sa-testimonial-slider .lvca-flex-direction-nav li a.lvca-flex-next,
    .sa-testimonial-slider .lvca-flex-direction-nav li a.lvca-flex-prev {
      top: 85% !important;
    }
}

/* Responsive Design */
@media all and (max-width: 768px ){
   
    /* Hoome Page Design */
    
    .sa-letest-projects,
    .industries-page-overview {
        padding: 0 !important;
    }
    
    .industries-page-overview-res {
      padding: 60px 0;
    }
    
    .sa-count-box-wrap {
      width: 50% !important;
      margin-bottom: 20px !important;
    }
    .sa-service-button-item button {
      height: 59px !important;
    }
    .vc_btn3-container.sa-service-button-item button {
        font-size: 17px !important;
    }
    .sa-service-button-item button::before {
      width: 23px !important;
      left: 20px !important;
    }
    .sa-count-box-wrap .vc_column-inner .wpb_wrapper {
    	padding: 16px !important;
    }
    
    .sa-letest-projects.sa-mobile-res .vc_column-inner .wpb_wrapper {
      overflow: hidden !important;
      width: 100% !important;
    }
    .sa-project-grid-view .vc_gitem-zone-mini .vc_row {
      padding: 0 30px 0px 0 !important;
    }
    .sa-project-grid-view .vc_grid-item-mini:hover .vc_gitem-animated-block .vc_gitem-zone-mini .vc_gitem_row {
      padding-bottom: 20px !important;
    }
    /* Our Client Page */
    .sa-our-client-wrap.sa-our-client-mobile .sa-our-client-item .vc_column-inner img {
      height: 100%;
      object-fit: contain !important;
      max-height:  100% !important;
      margin: 0 auto !important;
    }
    .sa-our-client-item .vc_column-inner {
      overflow: hidden;
      margin-bottom: 26px !important;
      padding: 20px 90px !important;
    }
    .sa-our-client-wrap.sa-our-client-mobile .sa-our-client-item .vc_column-inner .wpb_single_image {
      display: flex;
      justify-content: center;
    }
    
    .sa-our-client-item .vc_column-inner * {
      height: 100%;
    }
    .sa-our-client-wrap.sa-our-client-mobile .sa-our-client-item .vc_column-inner .wpb_single_image figure {
      flex: 1;
    }
}