/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2026 | 18:43:18 */
.footer_text a  {
    font-size: 14px !important;
    font-weight: 400 !important;
}


/* Carousel Slider */
.swiper {

}
.swiper-wrapper {
    padding: 10px 0px 40px 0px;
    height: 380px;
	margin: 0 0 0 -24px;
}
.carousel-slider .carousel-slider__item {
    height: 350px;
	background: #fff;
    border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-slider .carousel-slider__item img {
    padding: 0px 20px;
    max-width: 250px;
}
.swiper-slide .carousel-slider__item a {
  display: flex;
  align-items: center;   /* vertical centering */
  justify-content: center; /* horizontal centering */
  width: 100%;
  height: 100%;
  transition: all 0.1s ease;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.swiper-slide .carousel-slider__item a:hover {
    border: 3px solid #3db3e1;
    border-radius: 10px;
}
/* Carousel Slider */
/*HEADER*/
header.site-header:not(.header--clone).header-color-light .menu-trigger .menu-title span, .navigation-foundation .menu-trigger .menu-title {
    display: none;
}
header.site-header .header-wrapper .header-sections .tools > a {
    display: none;
}
.menu-trigger .nav_burger {
    width: 35px;
    height: 25px;
}
.menu-trigger .nav_burger span {
    height: 2px;
}
header.site-header:not(.header--clone) .header-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header--stick .menu-trigger .nav_burger span, .header--stick .menu-trigger .nav_burger span:before {
background-color: #ffffff;	
}
.topbar {
    background-color: transparent !important;
    position: absolute;
    border: none !important;
    right: 0;
    text-align: right;
    width: 20%;
    display: flex !important;
    align-items: center;
    height: 122px;
}
.topbar .topbar-sections .topbar-left .topbar-contact a {
    letter-spacing: 2px;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.topbar-socials {
    display: none !important;
}
.reservation-number .material-symbols-outlined {
    vertical-align: middle;
    font-size: 17px;
    font-weight: 200;
	margin-right:8px;
}
.book-bttn {
	
}
.header-contact {
    padding: 15px 0 !important;
    background-color: #3db3e1;
    display: block;
    width: 150px;
    text-align: center;
    color: #fff !important;
}
.header-contact:hover {
    background-color: #1e97c5;
}
li.is-submenu-parent-item a span {
    color: #3db3e1 !important;
    font-size: 20px;
}
/*END HEADER*/

/* Carousel Fix */
.carousel-home {
max-width:80%;
margin: auto !important;
}
.carousel-home a.metaslider_image_link {
  display: flex;
  align-items: center;   /* vertical centering */
  justify-content: center; /* horizontal centering */
  width: 100%;
  height: 100%;
  transition: all 0.1s ease;
}
.carousel-home a.metaslider_image_link:hover {
    border: 3px solid #3db3e1;
    border-radius: 10px;
}
.ms-carousel-force-height .slides > li.ms-image img {
    height: auto !important;
    width: auto;
    max-width: 250px !important;
	padding: 0px 20px !important;
}
#metaslider_5123.flexslider .slides li {
    align-content: center;
    justify-items: center;
	border-radius: 10px;
}
.metaslider .flexslider .flex-control-nav {
    bottom: -40px !important;
}


/* Carousel Fix Ends */

.header-mobiles-primary-menu ul .is-drilldown-submenu li a, .header-mobiles-account-menu ul .is-drilldown-submenu li a {
    font-size: 18px;
}
.offcanvas-bottom .offcanvas-contact a {
    font-size: 18px !important;
}
.custom-border .sr7-btn {
    transition: all 0.3s ease;  /* Smooth transition */
}
.custom-border .sr7-btn:hover {
    border-radius: 3px !important;  /* Border-radius on hover */
}
header.site-header .header-wrapper .header-sections .site-branding {
margin-right: 2%;
}


.contact-info a, .contact-info p,  .contact-info strong   {
    font-size: 14px !important;
}
footer#site-footer.is-animating .widget-area .widget p, .widget_nav_menu ul li, footer#site-footer .widget_nav_menu ul li a {
    font-size: 14px !important;
}
.navigation-foundation > ul > li > a > span {
    color: #fff !important;
}
.image-gallery {
    padding: 30px 50px;
    /* max-width: 1600px; */
    margin: auto;
}
.sub-title-gallery {
    max-width: 800px;
    margin: auto;
    padding: 0 0 40px 0;
}
.manufacturers  {
	
}
.manufacturers .logo {
    background-color: #fff;
    height: 300px;
    margin-bottom: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition:1s;
}

/* Reset WPBakery wrappers - Fixes centering */
.manufacturers .logo .vc_figure,
.manufacturers .logo .vc_single_image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reset WPBakery wrappers - Fixes centering */



.manufacturers .logo:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 999999;
}
.manufacturers .logo img {
    max-width: 320px;
}

/** Case studies **/

article.case-studies .image-holder {
	overflow: hidden;
}
article.case-studies .entry-thumbnail img {
  /*position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  opacity: 0 !important;*/
  transition: -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18) !important;
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18) !important;
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18) !important;
	/*padding: 0 !important;
	margin: 0 !important;*/
	width: auto !important;
    min-width: 500px;
    height: 320px;
    object-fit: cover;
    object-position: center center;
    image-rendering: -webkit-optimize-contrast !important;
    overflow: hidden;
}

article.case-studies:hover .entry-thumbnail img {
  opacity: 1 !important;
  -webkit-transform: scale(1.08)!important;
  transform: scale(1.08)!important;

}

.case-studies-wrapper {
    max-width: 1450px;
    margin: auto;
}
.case-studies-grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: repeat( auto-fit, minmax(400px, 1fr) );
    gap: 20px;
	row-gap:35px;
    width: 100%;
}
.case-studies-grid article {
    display: flex !important;
    flex-wrap: wrap;
	overflow: hidden;
}
}
.case-studies .entry-content-wrap {
    transform: none !important;
}

.case-studies-grid .entry-content-readmore:hover::before {
  width: 30px;
}

.case-studies-grid .entry-content-readmore:before {
    content: "";
    background-color: #000000;
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: width 0.3s ease;
}
.case-studies-testimonials .evc-t-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
    text-align: left;
}
.post-type-archive-case-studies .entry-meta {
	display:none;
}
.case-studies-grid h2, .case-studies-grid h2 a {
    font-size: 22px !important;
	line-height:1.2 !important;
	padding-top: 20px;
	color: #3db3e1;
}
.case-studies .evc-shortcode p {
    color: #f15a3d;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: -10px;
}
.evc-testimonials .evc-t-author {
    font-size: 16px;
}
.evc-testimonials, .evc-testimonials .evc-t-item {
    padding-top: 20px;
}
.case-studies .evc-shortcode p, .case-studies .evc-t-author {
    padding-left: 50px;
}
.case-studies .evc-t-text:before {
    content: "“";
    font-size: 150px;
    position: absolute;
    line-height: 1;
    top: -42px;
    left: -10px;
    display: block;
    height: 50px;
    z-index: -1;
    color: #f15a3d;
    font-family: 'Nunito Sans';
}


.case-studies .evc-t-text:after {
    content: "”";
    font-size: 150px;
    position: absolute;
    line-height: 1;
    bottom: 20px;
    right: 0px;
    display: block;
    height: 50px;
    z-index: -1;
    color: #f15a3d;
    font-family: 'Nunito Sans';
}
.blog-listing .blog-articles article {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

body.load-transition .blog-listing .blog-articles article {
  visibility: hidden;
}

.single-case-studies .page-header.title-size-default .title-section .title-section-wrapper {
    padding-top: 280px;
    padding-bottom: 280px;
}
body.single-case-studies  .post-content-area .site-content .cell:not(.site-main-content-wrapper) {
    padding-left: 0px;
}
.single-case-studies .grid-x > .large-10 {
    width: 92%;
}

.single-case-studies .breadcrumbs-wrapper {
	display:none;
}
.single-case-studies .page-title-wrapper h1 {
    color: #3db3e1;
    transform: translate(0px, 0px) !important;
    font-size: 30px;
    padding-bottom: 25px;
}
.header-text p {
    color: #3db3e1;	
}
.single-case-studies h3 {
    font-size: 32px;
}
.single-case-studies .evc-single-image img {
	width:100%;		
}
.single-case-studies .evc-single-image .evc-si-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.single-case-studies .evc-single-image {
	padding-bottom:25px;		
}

.single-case-studies .vc_col-sm-9 {
    width: 68%;
    border-right: 1px solid #ddd;
    padding: 0px 20px 0px 0px;
    margin: 0px 10px 0px 0px;
}
.single-case-studies .vc_col-sm-3 {
    width: 30%;
}
.case-studies-gallery {
    padding-bottom: 35px;
}
.by-the-numbers h3 {
    text-transform: uppercase;
    color: #3db3e1;
    font-size: 40px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}
.by-the-numbers table tr {
    border-bottom: 0px solid;
}
.by-the-numbers tbody {
    border: 0px;
}
.by-the-numbers tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ffffff;
}

.by-the-numbers tr td:first-of-type {
    border-right: 1px solid #ddd;
    color: #3db3e1;
    padding: 20px 0px 20px 0px;
}

.single-case-studies .page-header .title-section .title-section-wrapper .title-wrapper .page-title-wrapper .page-title/*,
.single-case-studies .breadcrumbs-wrapper .breadcrumbs > span.delimiter,
.single-case-studies .breadcrumbs-wrapper .breadcrumbs span,
.single-case-studies .breadcrumbs-wrapper .breadcrumbs a*/ {
	color: #FFF !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.single-case-studies .page-header .title-section .title-section-wrapper .title-wrapper .page-title-wrapper .page-title {
  text-transform: unset !important;
  font-size: 50px !important;
  
}

.single-case-studies .entry-header .entry-thumbnail {
    text-align: center;
    overflow: hidden;
    margin-bottom: 5rem;
}

.single-case-studies .page-header  {
    /*background-color: #f1f1f1 !important;*/
	background-color: transparent !important;
}


@media print, screen and (min-width: 768px) {
  .blog-listing .blog-articles .case-studies-grid, .blog-listing .blog-articles .type-case-studies {
    margin-bottom: 80px;
  }

.blog-listing .blog-articles .case-studies-grid, .blog-listing .blog-articles .type-case-studies {
  margin-bottom: 60px;
}
.blog-listing .blog-articles article {
    flex-direction: row;
  }
}

.blog-listing .blog-articles .case-studies-grid .entry-content-readmore::before, 
.blog-listing .blog-articles .type-case-studies .entry-content-readmore::before {
  content: "";
  background-color: #000000;
  width: 40px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: width 0.3s ease;
}

.blog-listing .blog-articles .case-studies-grid .entry-content-readmore:hover::before, 
.blog-listing .blog-articles .type-case-studies .entry-content-readmore:hover::before {
  width: 30px;
}

@media (max-width: 1700px) {

.single-case-studies .grid-x > .large-10 {
    width: 100%;
}
}

@media (max-width: 1024px) {

.single-case-studies .page-header.title-size-default .title-section .title-section-wrapper {
    padding-top: 220px;
    padding-bottom: 220px;
}
.single-case-studies .grid-x > .large-10 {
    width: 100%;
}
.single-case-studies .vc_col-sm-9 {
    width: 100%;
    border-right: 0px solid #ddd;
    padding: 0px;
	margin: 0px;
}	
.single-case-studies .vc_col-sm-3 {
    width: 100%;
    padding-top: 30px;
}	
.evc-testimonials .evc-t-author {
    margin-top: 36px;
}	
.case-studies .evc-t-text:after {
    bottom: 50px;
}	
.case-studies .vc_row {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    flex-flow: row wrap-reverse;
}	
	
}

/** End case studies **/

/* Fix modal awsm teams plugin */
.awsm-modal-content {
	overflow: auto;
}
/* End Fix modal awsm teams plugin */


/* Blog */

.blog-listing .site-main-content-wrapper {
	width:100%;
}
.blog-listing .small-12.large-3.cell {
	display:none;
}
.blog .widget h2 {
    font-size: 28px !important;	
}

.single-post .page-header  {
    background-color: #f1f1f1 !important;
}
.meta-author {
	display:none !important;
}

@media (min-width: 768px) {

body:not(.search-results) .blog-listing .blog-articles article:nth-child(4n+1) {
    display: flex;
	align-items:center;
}
body:not(.search-results) .blog-listing .blog-articles article:nth-child(4n+1).has-post-thumbnail .entry-content-wrap {
    float: none;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px 0 70px;
}
body:not(.search-results) .blog-listing .blog-articles article:nth-child(4n+1).has-post-thumbnail .entry-content-wrap .entry-header a {
    font-size: 1.75rem;
}
body:not(.search-results) .blog-listing .blog-articles article:nth-child(4n+1) .entry-thumbnail, body:not(.search-results) .blog-listing .blog-articles article:nth-child(4n+1) .entry-content-wrap {
    width: auto;
	min-width:50%;
}
body:not(.search-results) .blog-listing .blog-articles article:nth-child(4n+1).has-post-thumbnail .entry-content-wrap {
    width: auto;
	min-width:50%;
}
	
}

/* Blog Ends */


.offcanvas_search .search-header .search-text {
    text-transform: Capitalize;
    font-size: 13px;
}
button[type="submit"], button.submit, button.btn--primary, button.button, .button[type="submit"], .button.submit, .button.btn--primary, .button.button, a[type="submit"], a.submit, a.btn--primary, a.button, input[type="submit"], input.submit, input.btn--primary, input.button {
    padding: 15px 30px !important;
}
.search .page-header-bg {
    background-image: url(https://flo-systems.urbangekodemo.com/wp-content/uploads/2023/08/banner-int-hww-new.jpg);
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.gg_filter a.ggf, .gg_tag, .gg_coll_back_to_new_style, .gg_gall_search_form input {
    font-weight: 500;
}
.gg_gallery_wrap .gg_img .gg_main_overlay {
    background: rgba(253, 253, 253, 0);
	opacity: 1;
}
.gg_ol_full_mode .gg_img_title {
    display: block;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    opacity: 1;
    padding: 3px 5px;
    max-width: 100%;
    max-height: 100%;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
    transition: .3s ease-in-out .05s;
    transform: none;
    background: #ffffff !important;
    border-color: transparent !important;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0;
    color: #1e1e1e;
    font-weight: 600;
}
.gg_ol_full_mode .gg_main_overlay {
    transform: none;
}
.gg_ol_full_mode .gg_main_overlay:before {
    vertical-align: baseline;
    height: 85%;
}

/* Rev Slider Fix 02/02/2022 */

.slider-home {
    left: 0px !important;
    width: 100% !important;
    overflow: visible !important;
	margin:0px;
}
.bg-dark {
    background-color: rgb(255 255 255 / 80%);
    color: #000 !important;
}
/* Rev Slider Fix 02/02/2022 end */
/*HEADER*/
header.site-header .header-wrapper .header-sections .tools > a {
    margin-left: 30px;
    display: none;
}
.home .header-has-overlap:not(.single) .offcanvas_main_content #primary {
    padding-top: 0 !important;
}
header.site-header .header-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
header.site-header.header--clone .header-inner {
    background: transparent !important;
}
header.site-header.header--clone .header-inner:before {
    background: rgb(2 25 38 / 91%) !important;
}
.navigation-foundation .dropdown .is-dropdown-submenu a span {
    color: #000 !important;
}
header.header-left.header-nav-center .navigation-foundation > ul {
    align-items: center;
    vertical-align: middle;
}
header.site-header:not(.header--clone).header-color-light .header-wrapper .header-sections .site-branding .site-logo-light {
    padding: 2px;
}
.header--stick a span, .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	color: #fff !important;
    opacity: 1;
}
.header-bttn {
    right: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-left: 15% !important;
    width: 250px;
    padding: 0 !important;
}
.header-bttn span {
    padding: 15px 0 !important;
    background-color: #3db3e1;
    width: 150px;
    text-align: center;
    color: #fff !important;
}
header.site-header .header-wrapper .header-sections .left-nav {
    right: 2%;
}
header.header-left.header-nav-center .navigation-foundation > ul {
    justify-content: flex-end;
}
/*.page-header {
    margin-bottom: 50px;
}*/
.navigation-foundation ul li a:hover {
    opacity: 1;
}
.navigation-foundation .dropdown .is-dropdown-submenu a span:hover {
    color: #3db3e1 !important;
}
.header-inner .grid-container {
    /* padding-left: 30px; */
}
.header-inner .grid-container {
    padding-right: 30px;
}
/*END HEADER*/
/*GLOBAL*/
.title:after, .title-light:after, .title-center:after {
    content: '';
    width: 130px;
    display: block;
}
.title:after, .title-light:after {
    margin: 20px 0;
}
.title-center:after {
    margin: 20px auto;
}
.title:after, .title-center:after {
    border-bottom: 5px solid #3db3e1;
}
.title-light:after, .title-center-light:after {
    border-bottom: 5px solid #fff;
}
.thank-you-page .title:after {
    margin: 20px auto;
}
h1, h2, h3, h4 {
	/* text-transform:uppercase; */
}
.page-header.color-scheme-light .title-section .title-section-wrapper .title-wrapper .page-title-wrapper .page-title {
    text-transform: unset;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.full-width-page .boxed-row {
    padding-right: 0;
    max-width: 1400px;
    padding-left: 0;
    margin: auto;
    /*padding: 30px 0;*/
}
.image img {
    max-height: 650px;
    object-fit: cover;
    /* filter: saturate(0); */
    transition: 1.5s;
    min-height: 600px;
}
.image img:hover {
    /* filter: unset; */
    transform: scale(1.1);
}
.image-int img {
    max-height: 400px;
    object-fit: cover;
	width:100%;
}
.txt, .txt-light, .manufacturers {
    width: 80%;
    margin: auto !important;
}
.txt a {
    border: 1px solid #79796A;
}
.txt a:hover {
    background-color: #3db3e1;
    color: #fff !important;
    border-color: #3db3e1;
}
.txt a, .txt-light a {
    background-image: none !important;
    display: block;
    /* text-transform: uppercase; */
    width: 175px;
    padding: 16px;
    text-align: center;
    line-height: 1;
	transition:0.5s !important;
}
.txt-light a {
    border: 1px solid #fff;
	color:#fff !important;
}
.txt-light a:hover {
    background-color:#fff;
	color:#3db3e1 !important
}
.cont-int {
	padding:50px 0;
}
.col2-txt {
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 60px;
    text-align: justify;
    orphans: 1;
}
.page-header .page-header-bg-wrapper .page-header-bg {
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-blend-mode: overlay;
}
.title2 {
	max-width:750px;
	margin:auto;
}
.title3 {
   /* max-width: 850px;
    margin: auto;*/
}
.title3 h2 {   
	text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    /*color: #59c4e3;*/
    letter-spacing: 2px;
    line-height: 1.5;
}
.title3 h2 strong {
	color:#3db3e1;
}
.title3:after {
	content: '';
    width: 130px;
    display: block;
    margin: 20px auto;
    border-bottom: 5px solid #3db3e1;
}
.image-350 img {
	height:350px;
	object-fit:cover;
}
.box-grid {
	 display: flex;
    text-align: center;
    max-width: 1650px;
    margin: 50px auto 0;
}
.box-grid .box {
	background-color:#fff;
    width: 305px;
    height: 305px;
    display: inline-flex;
    margin: 15px;
    transition: 1s;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    padding: 20px;
    vertical-align: top;
}
.box-grid .box:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.box-grid .box h3 {
	font-size:20px;
}
.box-grid .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-size: 60px;
    color: #3db3e1;
}
.bg-red {
    background-color: #3db3e1 !important;
}
.bg-red p {
    color:#fff;
}
.area-content {
	padding:100px 0;
}
/*END GLOBAL*/
.about-bar {
    background-color: #021926;
    padding: 120px 30px;
}
.about-bar .cont {
    width: 80%;
    margin: auto;
    max-width: 1400px;
}
.about-bar .title:after, .about-bar .title-light:after {
    content: '';
    width: 130px;
    display: block;
    margin: 20px auto;
}
.about-bar .cont:before {
 /*  content: '\e7ee';
    font-family: 'Material Symbols Outlined';
    font-size: 80px;
    position: absolute;
    top: 0;
    margin-left: -60px;
    color: #999;
    font-weight: 200;
    line-height: 1; */
}
.about-bar .txt {
	width:100%;
}
.about-bar h2, .about-bar p {
	color:#fff;
}
.about-bar .txt {
    padding-left: 0px;
    text-align: center;
}
.about-bar .material-symbols-outlined {
    font-weight: 100;
    font-size: 100px;
}
.about-bar p {
    max-width: 280px;
	margin:auto;
}
.global-services {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.info h3, .info h4, .news h4 {
    font-size: 40px;
}
.info h5 {
    font-size: 23px;
    /* text-transform: uppercase; */
}
.info p {
    /*font-size: 20px;*/
    line-height: 1.8;
}
.portfolio {
    display: inline-block;
	transition:0.5s;
}
.portfolio a {
	border: none;
    text-align: left;
    padding: 0;
    width: auto;
	transition:0.5s !important;
}
.portfolio img {
    height: 325px;
    max-width: 247px;
    object-fit: cover;
    padding-right: 10px;
}
.portfolio h6 a, .portfolio h6, .portfolio-int h6 {
    font-size: 17px;
    text-transform: uppercase;
}
.portfolio h6 a:hover {
    transform: unset;
    background-color: transparent;
    color: #000 !important;
}
.portfolio h6:after, .portfolio-int h6:after {
    content: '';
    border-bottom: 4px solid #3db3e1;
    width: 30px;
    display: block;
    margin: 10px 0;
}
.portfolio a:hover {
	transform:scale(1.1);
	background-color: transparent;
}
.portfolio-int {
    margin-top:50px;

}
.portfolio-int img {
    height: 325px;
    object-fit: cover;

}
.p-main {
    width: 80%;
    margin: 30px auto 0 !important;
    display: flex;
	flex-wrap: wrap;
}
.p-main .vc_col-sm-1\/5 {
   width: 18%;
    }
.section-video {
    width: 80%;
    margin: auto;
}
.news {
    margin-top: 50px;
    height: 445px;
    display: flex;
    align-items: center;
}
.news h4, .news p {
	color:#fff;
}
.testimonials {
    background-color: #303238;
    background-blend-mode: soft-light;
    color: #fff;
    padding: 50px 0;
}
.testimonials .cont {
    width: 60%;
    margin: auto;
    text-align: left;
}
.testimonials .evc-testimonials .evc-t-content {
    border-left: 4px solid #3db3e1;
    padding-left: 50px;
}
.testimonials .evc-shortcode p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
	font-family: 'Nunito Sans', sans-serif;
}
.testimonials .evc-testimonials .evc-t-author {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.testimonials .evc-testimonials .evc-t-author span {
    color: #fff;
    display: block;
	font-family: 'Nunito Sans', sans-serif;
}
/*INTERNAL PAGE*/
.locations {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    padding: 50px 0;
}
.locations .cont {
	margin-top:30px;
}
.locations p {
	margin: 0 0 12px;
}
.locations h2, .locations h3, .locations p, .locations a {
	color:#fff !important;
}
.locations .material-symbols-outlined {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 6px;
    font-weight: 300;
}
.box-services {
    height: 400px;
    margin: 10px;
    background-color: #3a3d48;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:0.5s;
}
.box-services:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
}
.box-services h4 a {
    font-size: 30px;
    font-weight: 600;
}
.box-services h4 {
    margin: 0;
	color: #fff;
	font-size: 30px;
    font-weight: 600;
}
.box-services p {
    font-size: 18px;
    margin: 0 0 5px;
}
.box-services h4 a, .box-services p {
    color: #fff;
}
.mission {
    /*width: 80%;*/
    margin: auto;
}
.mission p {
	/*font-size:20px;*/
}
.contact-int {
    
}
.contact-int .info {
	
}
.contact-int .col-form {
    padding: 50px 100px;
}
.contact-txt, .contact-txt2 {
    width: 70%;
    margin: 50px auto !important;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.contact-txt .divider {
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}
.contact-txt p {
	font-size:20px;
}
.contact-txt .material-symbols-outlined {
    font-weight: 300;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fd5000;
	line-height:1;
}
.contact-txt2 .material-symbols-outlined {
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px;
    color: #3db3e1;
    line-height: 1;
    font-size: 20px;
}
/*.contact-txt2 a {
    color: #fd5000 !important;
    background-image: none !important;
}*/
.contact-txt2 p {
    font-size: 16px;
    margin: 0 0 15px;
}
.social-icons {
    margin-bottom: 0;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    font-size: 1rem;
    -webkit-appearance: none;
    border-radius: 0px;
    background-clip: padding-box;
    box-shadow: none;
}

/* Contact Form 7 Styling */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
    border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

textarea[rows] {
    height: 200px;
}

.select2 {
    background: #f5f5f5;
    border: 1px solid;
}
.quote-request {
    max-width: 1100px;
    margin: auto;
}
.contact-form input.wpcf7-form-control, select, textarea {
    margin-top: 5px;
}
/* Contact forms */

.contact-form {
    position: relative;
    z-index: 1;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* row-gap: 30px; */
    column-gap: 20px;
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
}
.tracking-form {
    position: relative;
    z-index: 1;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 650px;
    margin: auto;
}
.col1 {
    grid-column: 1 / -1;
}
.contact-form span {
    color: #3db3e1;
    line-height: 0;
    vertical-align: middle;
}


/* Contact forms end */
.ship-quote {
	padding:50px 0 !important;
}
.ship-quote .cont {
    max-width: 800px;
    margin: auto;
}
.ship-quote h2, .ship-quote p {
	color:#fff;
	margin: 0 0 10px;
}
.ship-quote h2 {
    font-weight: 600;
    font-size: 35px;
    
}
.ship-quote p {
	font-size:20px;
}
.staff {
	position:relative;
	z-index:1;
}
.leadership-cont {
	position:relative;
	z-index:100;
}
.leadership-cont .awsm-grid, .staff .awsm-grid {
    justify-content: center;
}
.leadership-cont .grid-2-col>.awsm-grid-card {
   width: 25%;
}
.awsm-grid figure img {
    max-height: 320px;
    object-fit: cover;
    max-width: 320px;
}
.staff .grid-3-col>.awsm-grid-card {
    max-width: 320px;
}

.cards-style.style-4 figure img {
    display: none;
}
.cards-style.style-4 figure:hover {
    transform:scale(1.1);
	transition:0.5s;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
}
.logo-partner {
    padding: 10px;
}
.quote-cont {
    background-color: #f8f8f8;
    padding: 70px;
}
.quote-cont .image {
    width: 70%;
    margin: auto;
}
.mission-quote {
	
}
.mission-quote p {
	
}
.quote-cont h5 {
    font-size: 14px;
    color: #3db3e1;
}
.mission-quote-open p:before, .mission-quote-close p:after {
    color: #3db3e1;
    font-size: 6.0em;
    font-weight: 400;
    line-height: 0.1em;
}
.mission-quote-open p:before {
    position: absolute;
    left: -27px;
    top: 23px;
    content: open-quote;
}
.mission-quote-close p:after {
    content: close-quote;
    vertical-align: -0.7em;
    top: -15px;
    position: relative;
}
.values {
	
}
.values .box {
    padding: 20px;
}
.values .logo img {
    max-height: 230px;
}
.values .box h3 {
    font-size: 27px;
    margin: 0 0 10px;
}
.values .box img {
    max-height: 80px;
    width: auto;
}
.title {
    padding-top: 20px;
}
.title h3 {
    margin-bottom: 10px;
}
.datex .wpcf7-form-control-wrap:before  {
    content: "\e935";
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 18px;
    top: 24px;
    /* transform: translateY(-50%); */
    font-size: 20px;
    color: #161616;
}
/* Contact Form 7 Styling end */


.ship-quote a {
    font-weight: 600;
    font-size: 20px !important;
}

.careers-banner .box {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.careers .txt {
    width: auto;
}
.careers-banner p {
   margin:0 0 15px;
}
.careers-banner .material-symbols-outlined {
    vertical-align: middle;
    color: #3db3e1;
    margin-right: 10px;
}
.join ul {
    list-style: none !important;
    margin: 0;
}
.join ul li {
	margin:0;
}
.join ul li:before {
    content: '\e5ca';
    font-family: 'Material Symbols Outlined';
    background-color: transparent;
    font-size: 20px;
    color: #3db3e1;
    vertical-align: middle;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
.about-int h3, .about-int .material-symbols-outlined {
    color: #3db3e1;
}
.about-int .material-symbols-outlined {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 15px;
}
/*FOOTER*/
footer#site-footer .large-up-4 > .cell:first-of-type {
    width: 50%;
}
footer#site-footer .large-up-4 > .cell {
    width: 15%;
}
aside#nav_menu-4 {
    max-width: 70%;
}
aside#media_image-2 {
    max-width: 300px;
    padding: 0 !important;
    margin: 0 0 50px;
}
.contact-info {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat( auto-fit, minmax(170px, 1fr) );
    font-size: 14px;
}
footer#site-footer.is-animating .widget .widget-title {
    color: #3db3e1 !important;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
/*.widget_nav_menu ul li {
    width: 50%;
    display: inline-block;
    /* text-transform: uppercase; */
    line-height: 2;
}*/
	footer#site-footer.is-animating .widget-area .widget p, .widget_nav_menu ul li {
		font-size: 15px;
	}
footer#site-footer .copyright-section .grid-x {
    display: block;
}
footer#site-footer .copyright-section .footer_text {
    text-align: left;
    font-size: 14px;
    float: left;
    width: 50%;
}
footer#site-footer .copyright-section .grid-x > .large-4 {
    text-align: center;
    /* float: right; */
    width: 100%;
}
footer#site-footer .copyright-section .social-icons {
    text-align: right;
}
footer#site-footer .grid-container {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
footer#site-footer .copyright-section {
    padding-top: 2.125rem;
}
footer#site-footer .copyright-section .social-icons {
    text-align: right;
    margin-top: -10px;
}

.gallery {
    max-width: 98%;
    margin: auto;
}
/*RESPONSIVE*/
@media (max-width: 1920px) {
	.portfolio img {
    height: 300px;
    max-width: 235px;
}
}
@media (max-width: 1680px) {
	.portfolio img {
    height: 280px;
    max-width: 180px;
}
	.about-bar .cont {
    width: 60%;
}
}
@media (max-width: 1600px) {
	
.header-bttn {
    width: 170px;
	margin-left: 10% !important;
}	
	
}
@media (max-width: 1440px) {
	.txt, .txt-light, .manufacturers {
    width: 85%;
}
	.full-width-page .boxed-row {
    max-width: 100%;
    padding: 30px;
}
}
@media (max-width: 1366px) {
.header-bttn {
	margin-left: 5% !important;
}	
}
@media (max-width: 1360px) {
}
@media (max-width: 1310px) {
	.txt, .txt-light, .manufacturers  {
    width: 90%;
}
}
@media (max-width: 1280px) {
	.portfolio img {
    height: 230px;
    max-width: 170px;
}
	.about-bar .cont {
    width: 70%;
}

}
@media (max-width: 1260px) {
.header-bttn {
        margin-left: 10px !important;
    }
}
@media (max-width: 1170px) {
	.about-bar .cont {
    width: 90%;
}
	.info-resp .vc_col-sm-6 {
    width: 100%;
}
	.portfolio img {
    height: 400px;
    max-width: 300px;
}
	.news {
    height: auto;
    padding: 50px 0;
}
	.info h3, .info h4, .news h4 {
    font-size: 30px;
}
	.info p {
    font-size: 18px;
    line-height: 1.8;
}
}
@media (max-width: 1024px) {

/* barberry mobile menu */
	
.menu-trigger .nav_burger {
    width: 35px;
    height: 22px;
}
/* barberry mobile menu ends  */
	
header.site-header .header-wrapper .header-sections .left-nav {
    right: 0;
}
.portfolio img {
    height: 350px;
    max-width: 240px;
}
	/*.image img {
    height: 400px;
}*/
	.testimonials .cont {
    width: 90%;
}
	.header-bttn {
    margin-top: 20px;
    margin-left: 0 !important;
}
	.header-bttn span {
    padding: 15px !important;
    display: block;
}
	.box-services {
    height: 350px;
}
	#site-footer .grid-x > .medium-4 {
    width: 25%;
}
	#site-footer .grid-x > .medium-4:nth-of-type(2) {
    width: 50%;
}
	.leadership-cont .grid-2-col>.awsm-grid-card {
    width: 33.33%;
}
	.header-mobiles-primary-menu ul>li>a {
    font-size: 20px !important;
}
	.header-bttn {
    border-left: none;
    border-right: none;
}
.about-menu .is-submenu-parent-item.is-submenu-item.is-drilldown-submenu-item {
	display:none;
}	
.header-wrapper {
   padding-top: 25px !important;
   padding-bottom: 25px !important;
 }
.site-branding img {
 margin-top: 10px;
    }
.site-branding img {
   /*  height: 55px !important; */
}
.menu-trigger .nav_burger span {
    background: #fff !important;
}	
.topbar {
    right: 0;
    width: 25%;
    height: 100px;
}
.header-contact {
    padding: 10px 0 !important;
}	
	
}

@media (max-width: 1023px) {
.case-studies-grid {
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
}
article.case-studies .entry-thumbnail img {
    height: 290px;
}	
}

@media (max-width: 836px) {
	.portfolio img {
    height: 300px;
    max-width: 220px;
}

	#site-footer .grid-x > .medium-4:first-of-type {
    width: 100%;
}
	aside#media_image-2 {
    margin: auto;
}
	#site-footer .grid-x > .medium-4:nth-of-type(2) {
    width: 65%;
}
	#site-footer .grid-x > .medium-4:last-of-type {
    width: 35%;
}
	.quote-cont {
    padding: 50px 30px 50px 0;
}
	.leadership-cont .grid-2-col>.awsm-grid-card {
    width: 320px;
}
	.values .box {
    padding: 20px 0;
}
.case-studies-grid {
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
}	
	
}
@media (max-width: 768px) {
	.mission {
    width: 100%;
}

}
@media (max-width: 767px) {

.about-bar .cont:before {
    position: unset;
    margin-left: 0;
    text-align: center;
    margin: 0 auto 30px;
}
	.about-bar .txt {
    padding: 0;
}
.col-reverse {
	flex-direction: column-reverse;
	display:flex;
}
	.portfolio img {
    height: 400px;
    max-width: 100%;
}
	.txt, .txt-light, .manufacturers  {
    width: 90%;
    padding: 30px 0;
}
	.info .title:after, .info .title-light:after {
    margin: 20px 0 -30px;
}
.page-header {
    margin-bottom: 30px;
}
.col2-txt {
    webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: left;
}
.widget_nav_menu ul li {
    width: 100%;
    display: block;
}
.testimonials .evc-shortcode p {
    font-size: 18px;
    line-height: 1.6;
}
.cont-int {
    padding: 20px 0;
}
	.mission img, .resp-image img {
    height: 325px;
    max-width: 325px;
    object-fit: cover;
}
.careers-banner .box {
    max-width: 90%;
    margin: auto;
    padding: 30px;
}
	aside#media_image-2 {
    max-width: 120px;
}
	#site-footer .grid-x > .medium-4:nth-of-type(2), #site-footer .grid-x > .medium-4:last-of-type {
    width: 100%;
    text-align: center;
}
	footer#site-footer .copyright-section .social-icons {
    text-align: center;
}
	footer#site-footer .copyright-section .grid-x > .large-4 {
    float: none;
    width: 100%;
    text-align: center;
}
.contact-txt, .contact-txt2 {
    width: 90%;
}
.contact-int .col-form {
    padding: 30px;
}
.contact-form {
    grid-template-columns: repeat( auto-fit, minmax(100%, 1fr) );
}	
	.quote-cont {
    padding: 50px 20px 50px 40px;
}
	.image img {
    margin-bottom: 30px;
}
	.contact-txt, .contact-txt2 {
    padding: 30px 30px 0;
    margin-bottom: 35px !important;
}
.site-branding img {
   /*  height: 40px !important; */
}
	
.case-studies-grid {
    grid-template-columns: 1fr;

}
article.case-studies .entry-thumbnail img {
    width: 100% !important;
    min-width: unset;
    height: auto;
}
	
.site-footer-inner .text-left {
    text-align: center;
}	
.site-footer-inner aside#nav_menu-4 {
    max-width: 100%;
}
.site-footer-inner .menu {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
    border-bottom: 1px solid rgba(222,222,222,0.1);
    padding-bottom: 20px !important;
}	
.by-the-numbers tr td:first-of-type {
    padding: 20px 10px 20px 0px;
}
.p-main .vc_col-sm-1\/5 {
    width: 100%;
}	
.about-bar {
    padding: 40px 30px 80px 30px;
}
	
.top {
    padding-top: 0px;
}
.ship-quote h2, .ship-quote p {
    text-align: center;
}
header.site-header .header-wrapper .header-sections .site-branding {
    margin-right: 0;
    margin-left: 10%;
}	
.topbar {
    display: none !important;
}
aside#media_image-2 {
        max-width: 300px;
        padding-bottom: 20px !important;
    }
footer#site-footer .large-up-4 > .cell {
    width: 50%;
}	
footer#site-footer .large-up-4 > .cell:first-of-type {
    width: 100%;
}	
footer#site-footer .widget-area .cell aside {
    padding-bottom: 0px;
}	
.site-footer-inner .menu {
   border-bottom: 0px;
   padding-bottom: 30px !important;
 }
	
}