@charset "utf-8";
/**=========================================================
 * Theme Name   :  Zeph Investments
 * Author       :  Amit Suthar
 * Description  :  May 2025
 * File Name	:  style.css
=========================================================**/

/* Global Styles */
	
:root { 
	--primary: #E3E3E3; /*Primary Color*/
	--secondary: #184C23; /* Secondary Color*/
	--white: #ffffff; /*White*/
	--black: #000000; /*black*/

	--alternate: #FD9120; /* Alternate Color*/
	--alternate1: #1A1A1A; /* Alternate Color*/
	--alternate2: #C2C2C2; /* Alternate Color*/

	--background1: #1B1B1B; /* Background Color*/
	
	--fontStyle1: "Lexend", sans-serif;
	--fontStyle2: "Inter", sans-serif;
	}

.primary { color: var(--primary) !important;}
.secondary { color: var(--secondary) !important;} 
.white { color: var(--white) !important; }
.black { color: var(--black) !important; }
.alternate { color: var(--alternate) !important; }
.alternate1 { color: var(--alternate1) !important; }
.alternate2 { color: var(--alternate2) !important; }

.background1 { background-color: var(--background1) !important; }

.fontStyle1 { font-family:var(--fontStyle1) !important; }
.fontStyle2 { font-family:var(--fontStyle2) !important; }

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: var(--fontStyle2);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--primary);
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: var(--background1);
	overflow-x: hidden;
	}
	
::selection {
	background: var(--secondary); /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: var(--secondary); /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: var(--alternate);
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: var(--secondary);
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
	display: flex;
	margin: 0px auto;
	/* max-width: 1920px; */
	flex-flow: column;
	height: 100vh !important;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}

.pageClass {
	position: relative;
	display: block;
	}

.container,
.wide-container,
.header-container,
.extraWide-container,
.container-md {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1180px;
	padding: 0px 15px;
	}

.wide-container {
    max-width: 1430px;
	}

.extraWide-container {
	max-width: 1730px;
	}
	
.container-md {
	max-width: 1230px;
	}

.header-container {
	padding: 0px 0px;
	max-width: 100%;
	}

/* Header Styles */

.logo {
	position: relative;
	display: flex;
    float: left;
	width: 189px;
	height: 192px;
	z-index: 1001;
	margin: 0px 0px;
	overflow: hidden;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	margin: 0px 0px;
	padding: 0px 20px 0px 150px;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px 0px;
	text-align: center;
	}
	
.nav ul {
    font-family: var(--fontStyle1);
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	font-size: 56px;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style-type: none;
	justify-content: start;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 400;
    margin: 20px 0px;
	}
    
.nav>ul>li>a {
	position: relative;
	display: block;
	text-align: left;
	color: var(--white);
	letter-spacing: -1.68px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/*.nav>ul>li.menu-item-has-children>a {
	padding-right: 30px;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f107";
	font-size: 14px;
	right: 1px;
	top: 50%;
    z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	} 
 
.nav>ul>li>a:before {
	position: absolute;
	display: block;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 2px;
	bottom: 30px;
	overflow: hidden;
	border-radius: 0px 0px;
	background: var(--alternate);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	} */
	
.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: var(--alternate);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.nav>ul>li.selected>a {
	font-weight: 600;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.9;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb100 { padding-bottom: 100px !important; }

.pr0 { padding-right: 0px !important;}
.pl10 { padding-left: 10px !important;}
.pl20 { padding-left: 20px !important;}
.pl40 { padding-left: 40px !important;}
.pl60 { padding-left: 60px !important;}
.pr20 { padding-right: 20px !important;}

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml8 { margin-left: 8px !important; }
.mr8 { margin-right: 8px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

.row.grid-5 { margin-top: -5px; margin-bottom: -5px; margin-left: -5px; margin-right: -5px; }
.grid-5>.col, .grid-5>[class*="col-"] { padding-top: 5px; padding-bottom: 5px; }
.gutters-5>.col, .gutters-5>[class*="col-"] { padding-right: 5px; padding-left: 5px; }
.row.grid-10 { margin-top: -10px; margin-bottom: -10px; margin-left: -10px; margin-right: -10px; }
.grid-10>.col, .grid-10>[class*="col-"] { padding-top: 10px; padding-bottom: 10px; }
.gutters-10>.col, .gutters-10>[class*="col-"] { padding-right: 10px; padding-left: 10px; }
.row.grid-15 { margin-top: -15px; margin-bottom: -15px; margin-left: -15px; margin-right: -15px; }
.grid-15>.col, .grid-15>[class*="col-"] { padding-top: 15px; padding-bottom: 15px; }
.gutters-15>.col, .gutters-15>[class*="col-"] { padding-right: 15px; padding-left: 15px; }
.row.grid-20 { margin-top: -20px; margin-bottom: -20px; margin-left: -20px; margin-right: -20px; }
.grid-20>.col, .grid-20>[class*="col-"] { padding-top: 20px; padding-bottom: 20px; }
.gutters-20>.col, .gutters-20>[class*="col-"] { padding-right: 20px; padding-left: 20px; }
.row.grid-25 { margin-top: -25px; margin-bottom: -25px; margin-left: -25px; margin-right: -25px; }
.grid-25>.col, .grid-25>[class*="col-"] { padding-top: 25px; padding-bottom: 25px; }
.gutters-25>.col, .gutters-25>[class*="col-"] { padding-right: 25px; padding-left: 25px; }

.row.grid-event { margin-top: -20px; margin-bottom: -20px; margin-left: -12px; margin-right: -12px; }
.grid-event>.col, .grid-event>[class*="col-"] { padding-top: 20px; padding-bottom: 20px; }
.gutters-event>.col, .gutters-event>[class*="col-"] { padding-right: 12px; padding-left: 12px; }


.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px;	text-align: center;	padding: 0px; }
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; } 
.img-holder.img-cover figure img { object-fit: cover; } 
.customGrid-container { padding: 0px 60px; }

.grid-tb { display: table; height: 100%; width: 100%; }
.grid-tc { display: table-cell; vertical-align: middle; }
.grid-te { display: table-cell; vertical-align: bottom; }

.zIndex1 { z-index: 1; }
.zIndex2 { z-index: 2; }
.zIndex3 { z-index: 3; }

.weight600 { font-weight: 600; }
.weight700 { font-weight: 700 !important; }

.max850 { max-width: 850px; }
.max950 { max-width: 950px; }
.max1050 { max-width: 1050px; }
.mauto { margin: 0px auto; }

.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font16 { font-size: 16px !important; }
.font18 { font-size: 18px !important; }
.font24 { font-size: 24px !important; }
.font34 { font-size: 34px !important; }
.font40 { font-size: 40px !important; }
.font46 { font-size: 46px !important; }
.font50 { font-size: 50px !important; }
.font60 { font-size: 60px !important; }
.radius15 { border-radius: 15px; }
.radius20 { border-radius: 20px; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	/* max-width: 1920px; */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	width: 100%;
	padding: 110px 0px;
	}

.section-container,
.section-container-full,
.section-container-wide,
.section-container-sm,
.section-container-extraWide,
.section-container-medium {
	position: relative;
	display: block;
	width: 100%;
	padding: 90px 0px 70px;
	}

.section-container-equal {
	padding: 60px 0px;
	}
	
.section-container-sm {
	padding: 60px 0px 80px;
	}

.section-container-full {
	padding: 80px 0px;
	}

.section-container-medium {
	padding: 90px 0px;
	}
	
.section-container-wide {
	padding: 100px 0px;
	}

.section-container-extraWide {
	padding: 115px 0px;
	}

/*Landing Page*/

.landingPage-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
	padding: 40px 60px 100px;
	background-size: cover;
	background-position: center center;
	}

.landingPage-wrapper::before {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	}

.landing-subCaption {
	width: 100%;
	height: 100%;
	margin-top: auto;
	padding: 50px 0px 0px;
	}

.linkPage-section {
	padding-bottom: 100px;
	}
	
.linkPage-section .row .col-md-auto:last-child .linkPage-box {
    margin-left: -110%;
}	

.linkPage-box {
	text-align: center;
	}

.linkPage-box h4 {
	padding-bottom: 35px;
	}

/*About Us*/

.contentGrid-wrapper,
.contentGrid-wrapper>.row {
	min-height: 100Vh;
	}
	
.contentGrid-wrapper>.row>.col-md-3 {
	width: 16%;
	}
	
.contentGrid-wrapper>.row>.col-md-9 {
	width: 84%;
	}

.mainRight-grid {
	position: relative;
	background-size: cover;
	background-position: center center;
	}

.mainRight-grid::before {
	position: absolute;
	inset: 0px;
	content: '';
	background: linear-gradient(233deg, rgba(0, 0, 0, 0.00) 11.14%, #000 71.64%);
	}

.mainRight-grid::after {
	position: absolute;
	inset: 0px;
	z-index: 1;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	}

.mainLeft-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 16%;
	z-index: 91;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 27px;
	flex-direction: column;
	background: var(--background1);
	}
	
.mainLeft-grid .logo {
	float: none;
	margin: 0px auto 50px;
	}

.sidebar-collapse-btn {
	text-align: center;
	}

.sidebarCollapse {
	padding: 0px 0px;
	box-shadow: none !important;
	}

.sidebar-close,
.mainLeft-grid.active .sidebar-open {
	display: none;
	}

.mainLeft-grid.active .sidebar-close {
	display: block;
	}

.menuBar-wrapper {
	position: fixed;
	top: 0px;
	opacity: 0;
	width: 60%;
	left: -100%;
	z-index: 90;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(24, 76, 35, 0.97);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.mainLeft-grid.active .menuBar-wrapper {
	left: 16%;
    opacity: 1;
    overflow-y: auto;
	}

.mainLeft-wrapper .copyright {
	margin-top: auto;
	text-align: left;
	}

.mainRight-section {
    z-index: 3;
	padding: 120px 100px 100px;
	}

.aboutZeph-section {
	padding: 100px 0px 0px;
	}

.aboutZeph-caption {
    color: #ffffff;
	padding-bottom: 80px;
	}

.certificate-slider {
	margin: 0px -100px 0px -15px;
	}

.certificate-slide {
	padding: 0px 15px;
	}
	
.certificate_itemBox {
	width: 215px;
	}
	
.certificate_itemBox .img-holder {
	padding-bottom: 141.12%;
	}

.aboutKleenmatic-Group .pageMain-caption {
    color: #ffffff;
	padding: 0px 0px 50px;
	}
	
.aboutKleenmatic-Group .aboutZeph-section {
	padding: 80px 0px 0px;
	}

/*Segmentation*/

.segmentation-body .pageMain-caption {
	padding-bottom: 100px;
	}

.segmentation-body .mainRight-section {
	padding-right: 60px;
	padding-bottom: 100px;
	}

.segmentation-map {
	margin-bottom: 50px;
	}

.segmentationListing .row.grid-10 {
	margin-top: -25px;
	margin-bottom: -25px;
	}

.segmentationListing .grid-10>.col, .grid-10>[class*="col-"] {
	padding-top: 25px;
	padding-bottom: 25px;
	}

.segmentationListing .row>.col-lg-9 {
	width: 73%;
	}

.segmentationListing .row>.col-lg-3 {
	width: 27%;
	}

.segmentation_itemBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #273037;
	border-radius: 20px 20px;
	}

.segmentation_itemBox a:hover {
	background: #D4A531;
	}

.segmentation_itemBox .img-holder {
	padding-bottom: 46.95%;
	}

.segItem-caption {
	position: relative;
	display: flex;
	min-height: 80px;
	text-align: center;
	padding: 20px 15px;
	align-items: center;
	justify-content: center;
	}

.segItem-caption h5 {
	font-size: 20px;
	padding: 0px 0px;
	letter-spacing: -0.4px;
	}

.segmentationRight-box {
	width: 100%;
	height: 100%;
	padding: 38px 38px;
	border-radius: 20px;	
	background: var(--white);
	}

.segmentationRight-box h4 {
	font-size: 30px;
	}

ul.segmentation-arrowListing {
	margin: 0px 0px;
	padding: 10px 0px 0px;
	list-style-type: none;
	}

ul.segmentation-arrowListing>li {
	font-family: var(--fontStyle1);
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0px 0px 20px;
	letter-spacing: -0.32px;
	color: var(--alternate1);
	}

ul.segmentation-arrowListing>li:last-child {
	padding-bottom: 0px;
	}

/*Service*/

.services-Group .mainRight-grid::before {
	background: linear-gradient(18deg, rgba(0, 0, 0, 0.00) -11.87%, #000 75.08%);
	}

.service-section {
	padding: 40px 0px 90px;
	}

.service-section .pageTitle {
	padding-bottom: 60px;
	}

.service-itemBox {
	padding: 0px 60px;
	}

.service-itemBox h5 {
	font-size: 30px;
	padding: 0px 0px;
	text-align: center;
	margin: 0px 0px 30px;
	}

/*News*/

.news_listing {
	padding: 80px 0px 90px;
	}

.news_listing>.row.grid-15 { margin-top: -32px; margin-bottom: -32px; margin-left: -23px; margin-right: -23px; }
.news_listing>.grid-15>.col, .news_listing>.grid-15>[class*="col-"] { padding-top: 32px; padding-bottom: 32px; }
.news_listing>.gutters-15>.col, .news_listing>.gutters-15>[class*="col-"] { padding-right: 23px; padding-left: 23px; }

.newsItem-box a {
	position: relative;
	display: block;
	color: var(--primary);
	}

.newsItem-box .img-holder {
	margin-bottom: 30px;
	border-radius: 20px;
	padding-bottom: 72.30%;
	}

.newsItem-box a:hover .img-holder img {
	transform: scale(1.1);
	}

.news_caption {
	margin-bottom: 30px;
	}

.news_caption h6 {
	font-family: var(--fontStyle2);
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 25px;
	color: var(--primary);
	}

.news_caption h5 {
	font-size: 30px;
	padding-bottom: 25px;
	}

.news_caption-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	}

.news-linkBtn {
	font-family: var(--fontStyle1);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.48px;
	color: var(--alternate);
	}

.news-linkBtn img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	}

.newsItem-box a:hover .news-linkBtn {
	color: var(--white);
	}

.newsItem-box a:hover .news-linkBtn img {
	filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(253deg) brightness(1000%) contrast(100%);
	}

/*News Details*/

.news_details-wrapper {
	padding: 45px 0px 0px;
	}

.newsDetails-banner {
	margin-bottom: 35px;
	}

.newsDetails-banner img {
	border-radius: 20px;
	}

.newsInfo-wrapper {
	padding-bottom: 45px;
	}
	
.newsInfo-wrapper p {
	margin-bottom: 25px;
	}

.newsTitle {
	padding-bottom: 35px;
	}

.newsTitle h6 {
	font-family: var(--fontStyle2);
	color: #E3E3E3;
	}

.newsTitle h4 {
	font-size: 30px;
	padding: 0px 0px;
	letter-spacing: -0.9px;
	}

.news-social-media {
	padding: 15px 0px;
	margin-bottom: 10px;
	border: 1px solid #5E5E5E;
	border-width: 1px 0px 1px 0px;
	}

.news-social-media>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
	padding: 0px 0px;
	align-items: center;
	list-style-type: none;
	}

.news-social-media>ul>li {
	padding: 5px 5px;
	}

.news-social-media>ul>li h6 {
	font-family: var(--fontStyle2);
	padding: 0px 15px 0px 0px;
	font-weight: 400;
	}

.news-social-media>ul>li a {
	position: relative;
	display: flex;
	width: 55px;
	height: 55px;
	font-size: 23px;
	align-items: center;
	border-radius: 60px;
	justify-content: center;
	color: var(--alternate1);
	justify-content: center;
	background: var(--white);
	}

.news-social-media>ul>li a:hover {
	color: var(--white);
	background: var(--alternate);
	}

.newsLink-btn a {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--white);
	}

.newsLink-btn a .btnArrow-box {
	position: relative;
	display: flex;
	height: 55px;
	width: 100px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	background: var(--alternate);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.newsLink-btn a:hover .btnArrow-box {
	background: var(--secondary);
	}

/* Content Style */

.pageMain-caption {
	position: relative;
	display: block;
	}
	
.pageMain-caption .innerBannerHeading1 {
    color: var(--white);
	padding-bottom: 15px;
	}

.breadcrumb-container {
	font-family: var(--fontStyle2);
	position: relative;
	width: 100%;
	display: block;
	font-size: 18px;
	padding: 0px 0px;
	background: transparent;
	}

.breadcrumb-container ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px;
	font-weight: 600;
	padding: 0px 0px;
	color: var(--white);
	align-items: center;
	list-style-type: none;
	}
		
.breadcrumb-container ul li {
	position: relative;
	margin: 0px 0px;
	padding: 5px 0px;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	display: block;
	font-weight: 400;
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 24px;
	color: var(--white);
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	content: "\f101";
	font-size: 17px;
	font-weight: 700;
	color: var(--white);
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px 0px 15px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	opacity: 1;
	color: var(--alternate);
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	font-size: 24px;
	margin: 0px auto;
	color: var(--white);
	padding: 0px 0px 40px;
	}

.pageTitle h1,
.pageTitle h2 {
	line-height: 1;
	font-size: 50px;
	padding-bottom: 0px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.capitalize {
	text-transform: capitalize !important;
	}

.NoUppercase {
	text-transform: none !important;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--fontStyle1);
	position: relative;
	line-height: 1.3;
	font-size: 50px;
	margin: 0px 0px;
	font-weight: 500;
	color: var(--white);
	text-transform: none;
	padding: 0px 0px 20px;
	letter-spacing: -1.5px;
	letter-spacing: normal;
	text-transform: capitalize;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	color: var(--white);
	}
	
h2, .h2 {
	font-size: 50px;
	}
	
h3, .h3 {
	font-size: 46px;
	}
	
h4, .h4 {
	font-size: 35px;
	}
	
h5, .h5 {
	font-size: 25px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 20px;
	line-height: 1.5;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing {
	display: block;
	padding: 0px;
	width: 100%;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	margin: 0px 0px;
	color: var(--primary);
	list-style-position: inside;
	}

ul.ul-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 15px 30px;
	}
	
ul.ul-listing li:last-child {
	padding-bottom: 0px;
	}

ul.ul-listing li:before {
	position: absolute;
    content: '';
	top: 6px;
	left: 0px;
	width: 13px;
	height: 13px;
	background: var(--alternate);
	border-radius: 15px;
	}

ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Pagination */

.pagination-container {
	padding-top: 0px;
	}

.pagination,
.page-item .page-link {
	border-radius: 0px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px 0px;
    }
	
.page-item {
	position: relative;
	margin: 5px 0px;
	font-size: 18px;
	}
	
.page-link {
	font-family: var(--fontStyle2);
	position: relative;
	display: block;
	height: 55px;
	padding: 0px;
	min-width: 55px;
    font-weight: 400;
	margin: 0px auto;
	line-height: 55px;
	text-align: center;
	color: #4E4E4E;
	border: none !important;
	background: var(--white);
	}

.page-item.page-prev .page-link {
	margin-right: 30px;
	}
 
.page-item.page-next .page-link {
	margin-left: 30px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
	width: 100px;
	border-radius: 8px !important;
	background: var(--alternate);
	} 

.page-item.disabled {
	opacity: 0;
    display: none;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
	opacity: 1;
    box-shadow: none;
    background: var(--secondary);
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: var(--white);
    background: var(--secondary);
	text-decoration: none !important;
	}

/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 4;
	width: 55px;
	height: 55px;
	opacity: 1;
	font-size: 20px;
	border-radius: 8px;
	color: var(--white);
	align-items: center;
	justify-content: center;
	border: 1px solid var(--alternate);
	background-color: var(--alternate);
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}

.slick-prev {
	left: -10px;
	}

.slick-next {
	right: 100px;
	}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
	color: var(--white);
	background: var(--secondary) !important;
	border-color: var(--secondary) !important;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: -30px;
	font-size: 0px;
	margin: 0px auto 0px;
	}

.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: none;
	margin: auto 8px;
	background: transparent;
	border-color: transparent;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.slick-dots li.slick-active::before {
	opacity: 1;
	}

.slick-dots li button {
	position: relative;
	width: 10px;
	height: 10px;
	padding: 0px 0px;
	border-radius: 20px;
	background: rgba(256, 256, 256, 0.5);
	border: rgba(256, 256, 256, 0.5);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	opacity: 1;	
	background: var(--alternate);
	border-color: var(--alternate);
	}

.slick-dots li button:before {
	display: none;
	}

/* Link Button */

.link-btn {
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 16px;
	margin: 0px 0px;
	}

.link-btn a {
	position: relative;
	font-weight: 600;
	min-width: 150px;
	line-height: 25px;
	padding: 14px 30px;
	text-align: center;
	border-radius: 8px;
	vertical-align: top;
	color: var(--white);
	display: inline-block;
	text-transform: capitalize;
	background: var(--alternate);
	text-decoration: none !important;
	border: 1px solid var(--alternate);
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	}

.link-btn a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	}

.link-btn a:hover {
	color: var(--white);
	background: var(--secondary);
	border-color: var(--secondary);
	}
	
/* Footer Styles */

.footer-wrapper {
    position: relative;
	display: none;
    width: 100%;
	z-index: 7;
    padding: 20px 0px;
    max-width: 1920px;
    margin: auto auto 0px;
	background: var(--alternate1);
	}

.copyright {
	font-family: var(--fontStyle2);
	font-size: 14px;
	position: relative;
	display: block;
	margin: 0px auto;
	font-weight: 400;
    line-height: 24px;
	text-align: center;
	color: var(--alternate2);
	}

.copyright a {
	display: inline-block;
	color: var(--alternate2);
	}

.copyright strong {
	background: url("../images/verzdesign-logo.png") no-repeat scroll right center;
	padding-right: 20px;
	font-weight: 400;
	color: var(--alternate2);
	}

.copyright a:hover {
	color: var(--alternate);
	text-decoration: underline;
	}

.floating-whatsapp {
	position: fixed;
	bottom: 50%;
	right: 20px;
	z-index: 991;
	}

.floating-whatsapp a {
	position: relative;
	display: flex;
	width: 70px;
	height: 70px;
	font-size: 35px;
	color: var(--white);
	align-items: center;
	border-radius: 100px;
	justify-content: center;
	border: 5px solid var(--white);
    background: #24B43B;
    background: linear-gradient(33deg,rgba(36, 180, 59, 1) 0%, rgba(80, 206, 94, 1) 100%);
	}

.floating-whatsapp a:hover {
    background: #24B43B;
    background: linear-gradient(33deg,rgba(36, 180, 59, 1) 0%, rgba(36, 180, 59, 1) 100%);
	}

/* Contact Us */

.contact_wrapper {
	padding: 15px 0px 0px 100px;
	}

ul.contactUl-grid {
	margin: 0px 0px;
	list-style-type: none;
	padding: 20px 0px 18px;
	}

ul.contactUl-grid>li {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	padding-bottom: 30px;
	}

.contact_iconBox {
	position: relative;
	display: flex;
	width: 72px;
	height: 72px;
	color: var(--white);
	border-radius: 80px;
	align-items: center;
	justify-content: center;
	background: var(--secondary);
	}

.contact_iconBox .fa-phone-volume {
	transform: rotate(40deg);
	}	

ul.contactUl-grid>li a {
	color: var(--white);
	}

ul.contactUl-grid>li a:hover {
	color: var(--alternate);
	}
	
ul.contactUl-grid>li .subText {
	font-size: 18px;
	color: #979797;
	}

.qrCode-section {
    color: #ffffff;
	font-weight: 600;
	}

.qrCode-section .img-holder {
	width: 200px;
	margin-right: 15px;
	border-radius: 10px;
	padding-bottom: 200px;
	background: var(--white);
	}

.qrCode-section .img-holder figure {
	padding: 10px 10px;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect span {
	position: relative;
	width: 100%;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 60px;
    font-size: 24px;
    border-radius: 0px;
    line-height: normal;
	color: var(--primary);
	background: transparent;
	border: 1px solid #CACACA;
    padding: 16px 50px 14px 0px;
	border-width: 0px 0px 1px 0px;
	}

.nice-select,
.nice-select .list {
	font-size: 24px;
	font-weight: 400;
	border-radius: 0px;
	color: var(--primary);
	background: transparent;
	border: 1px solid #C0C0C0;
	border-width: 0px 0px 1px 0px;
	}

.nice-select .list {
	border-color: #C0C0C0;
	}

.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover {
	background: transparent;
	border-color: var(--alternate);
	}
	
.nice-select .current {
	opacity: 1;
	font-weight: 400;
	overflow: hidden;
	display: block;
	position: relative;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	color: rgba(221, 221, 221, 0.54);
	}

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 400;
	color: var(--white);
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 0px;
	width: auto;
	height: auto;
	display: block;
	line-height: 1;
	font-size: 18px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	color: var(--white);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: var(--alternate) !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

.nice-select.disabled:after {
	border-color: #ffffff;
	}

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	pointer-events: none;
	border-radius: 0px 0px;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #cfcfcf;
	transform: scale(0.75) translateY(-25px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #0C0C0C !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	text-wrap: wrap;
	color: #0C0C0C;
	font-size: 18px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 10px 30px;
	text-transform: capitalize;
	}

.nice-select .option:nth-child(even) {
	background: #F9F9F9;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: var(--white);
	background: var(--alternate);
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.control-label {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: var(--white);
	letter-spacing: 1px;
	padding: 0px 0px 2px;
	text-transform: capitalize;
	}

.required-field {
	color: #AE0000;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 25px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 24px;
	font-weight: 400;
	box-shadow: none;
	line-height: 24px;
	padding: 10px 0px;
	border-radius: 0px;
	color: var(--primary);
	background-clip: unset;
	background-image: none;
	border: 1px solid #CACACA;
	border-width: 0px 0px 1px 0px;
	background-color: transparent;
	}

textarea.form-control {
	min-height: 120px;
	line-height: 24px;
	border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: var(--white);
	background: transparent;
	border-color: var(--alternate);
	-webkit-box-shadow: none;
	outline: none !important;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 400;
	color: rgba(221, 221, 221, 0.54);
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	font-weight: 400;
	color: rgba(221, 221, 221, 0.54);
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	font-weight: 400;
	color: rgba(221, 221, 221, 0.54);
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	font-weight: 400;
	color: rgba(221, 221, 221, 0.54);
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary {
	position: relative;
	display: block;
	font-size: 18px;
	margin: 0px 0px;
	font-weight: 700;
	overflow: hidden;
	padding: 0px 0px;
	line-height: 23px;
	text-align: center;
	border-radius: 0px;
	color: var(--alternate3);
	border: none !important;
	text-transform: uppercase;
	background: transparent !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary span.btn-imgGroup {
	position: relative;
	height: 100%;
	margin-top: 1px;
	margin-left: 10px;
	display: inline-block;
	}

.btn-primary span.btn-imgGroup img {
	margin-top: -2px;
	}

.btn-primary span.btn-imgGroup .hover_show,
.btn-primary:hover span.btn-imgGroup .normal_show {
	display: none;
	}

.btn-primary:hover span.btn-imgGroup .hover_show {
	display: inline-block;
	}
	
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: var(--alternate); background: transparent; border-color: transparent; }
.btn-primary.disabled, .btn-primary:disabled { color: var(--alternate); background: transparent; border-color: transparent; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: var(--alternate); background: transparent; border-color: transparent; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }
	

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}
	
.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	background-image: url(../images/thankYou-bg.png);
	background-position: top left;
	background-size: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	}
	
.thank-you-content-area .captionContainer {
	position: relative;
	padding: 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	font-size: 24px;
    max-width: 910px;
	padding: 0px 0px;
	text-align: center;
	color: var(--primary);
	margin: -80px auto 0px;
	}

.thank-you-content h1 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--white);
	padding-bottom: 30px;
	text-transform: uppercase;
	}

.thank-you-content p {
	line-height: 1.3;
	}

.thank-you-content-area .thank-you-content .link-btn {
	padding-top: 25px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 40px;
	right: 15px;
	width: 51px;
	height: 82px;
	border: none;
	opacity: 1;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	background-size: cover;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	background-size: cover;
	width: 51px;
	height: 82px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0.8;
	}

#toTop:hover {
	opacity: 1;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: var(--alternate);
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: var(--alternate);
	padding: 2px 8px;
	}

.mean-container .mean-nav {
	margin-top: 75px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: var(--alternate) !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	text-transform: uppercase;
	background: var(--alternate2);
	}

.wabagency-content a {
	font-weight: 500;
	text-decoration: underline;
	}

.grecaptcha-badge {
	z-index: 99;
	bottom: 150px !important;
	}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1850.98px) {
	}
	
@media (max-width: 1699.98px) {
	body, .breadcrumb-container, .page-item { font-size: 16px; }
	h1, .h1, h2, .h2, .pageTitle h1, .pageTitle h2, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 44px; }
    h3, .h3 { font-size: 40px; }
    h4, .h4 { font-size: 30px; }
    h5, .h5 { font-size: 22px; }
    h6, .h6 { font-size: 16px; }
	.font60 { font-size: 50px !important; }
	.font40 { font-size: 36px !important; }
	.font46 { font-size: 40px !important; }
	.container { max-width: 1050px; }
	.wide-container { max-width: 1250px; }
	.extraWide-container { max-width: 1380px; }
	.customGrid-container { padding: 0px 30px; }
	.nav ul { font-size: 40px; }
	.mainLeft-wrapper { padding: 30px 15px; }
	.mainRight-section { padding: 90px 60px; }
	.breadcrumb-container ul li a:after { font-size: 14px; margin: -2px 15px 0px 15px; }
	ul.contactUl-grid>li .subText { font-size: 16px; }
	.certificate-slider { margin: 0px -60px 0px -15px; }
	.segmentation-body .mainRight-section { padding-right: 30px; padding-bottom: 80px; }
	.segItem-caption h5 { font-size: 18px; }
	ul.segmentation-arrowListing>li, ul.ul-listing, .news-linkBtn, .link-btn { font-size: 14px; }
	.segmentationRight-box h4, .service-itemBox h5 { font-size: 26px; }
	.segmentation-body .pageMain-caption { padding-bottom: 80px; }
	.news_caption h5, .newsTitle h4 { font-size: 24px; }
	.page-item.page-prev .page-link, .page-item.page-next .page-link { width: 80px; }
	ul.contactUl-grid>li { font-size: 20px; }
	.copyright { font-size: 12px; }	
	ul.ul-listing li:before { width: 10px; height: 10px; }
	.link-btn a { line-height: 24px; padding: 12px 25px; }
	.landingPage-wrapper { padding: 20px 30px 60px; }
	}

@media (max-width: 1499.98px) {
	.slick-next { right: 50px; }
	
	}

@media (max-width: 1399.98px) {
	p { margin: 0 0 15px; }
	.section-container { padding: 50px 0px 40px; }
	.section-container-full, .section-container-medium { padding: 50px 0px; }
	.section-container-wide, .ctc-wrapper { padding: 60px 0px; }
	.section-container-extraWide { padding: 70px 0px; }
	.customGrid-container { padding: 0px 15px; }
	.pageTitle { padding-bottom: 30px; }
	.mainRight-section { padding: 80px 30px; }
	.logo { width: 140px; height: 142px; }
	.mainRight-section.pb80 { padding-bottom: 60px !important; }
	.segmentation-body .mainRight-section { padding-right: 15px; padding-bottom: 60px; }
	.segmentationRight-box { padding: 28px 20px; }
	.segmentationListing .row.grid-10 { margin-top: -15px; margin-bottom: -15px; }
	.segmentationListing .grid-10>.col, .grid-10>[class*="col-"] { padding-top: 15px; padding-bottom: 15px; }
	.segmentation-body .pageMain-caption { padding-bottom: 60px; }
	.service-section .pageTitle { padding-bottom: 50px; }
	.certificate-slider { margin: 0px -30px 0px -10px; }
	.certificate-slide { padding: 0px 10px; }
	.slick-prev, .slick-next { width: 45px; height: 45px; font-size: 18px; }
	.aboutZeph-section, .aboutKleenmatic-Group .aboutZeph-section { padding: 60px 0px 0px; }
	.aboutZeph-caption { padding-bottom: 50px; }
	.news-social-media>ul>li a { width: 40px; height: 40px; font-size: 18px; }
	.newsTitle { padding-bottom: 25px; }
	.newsDetails-banner { margin-bottom: 25px; }
	.newsInfo-wrapper p { margin-bottom: 20px; }
	.newsInfo-wrapper { padding-bottom: 25px; }
	.news_listing { padding: 60px 0px; }
	.page-link { height: 45px; min-width: 45px; line-height: 45px; }
	.news_listing>.row.grid-15 { margin-top: -20px; margin-bottom: -20px; margin-left: -15px; margin-right: -15px; }
	.news_listing>.grid-15>.col, .news_listing>.grid-15>[class*="col-"] { padding-top: 20px; padding-bottom: 20px; }
	.news_listing>.gutters-15>.col, .news_listing>.gutters-15>[class*="col-"] { padding-right: 15px; padding-left: 15px; }
	.contact_wrapper { padding: 0px 0px 0px 80px; }
	.contact_iconBox { width: 55px; height: 55px; }
	.landingPage-wrapper { padding: 20px 15px 60px; }
	.linkPage-section { padding-bottom: 60px; }
	.service-section { padding: 30px 0px 60px; }
	.nav-wrapper { padding: 0px 20px 0px 100px; }
	}

@media (max-width: 1299.98px) {	
	.nav-wrapper { padding: 0px 20px 0px 50px; }
	}

@media (max-width: 1250px) {	
	}

@media (max-width: 1199.98px) {	
	.contentGrid-wrapper>.row>.col-md-3, .contentGrid-wrapper>.row>.col-md-9 { width: 100%; }
	.contentGrid-wrapper { padding-top: 80px; }
	.mainLeft-wrapper { top: 0px; width: 100%; height: auto; padding: 5px 15px; }
	.mainLeft-wrapper .copyright { display: none; }
	.logo { width: 70px; height: 72px; }
	.mainLeft-grid .logo { float: left; margin: 0px 0px; }
	.sidebar-collapse-btn { position: absolute; top: 24px; right: 15px; }
	.sidebar-collapse-btn img { max-width: 28px; }
	.mainLeft-grid .menuBar-wrapper { width: 100%; height: 0px; left: 0px; top: -100%; bottom: auto; }
	.mainLeft-grid.active .menuBar-wrapper { height: 100%; left: 0px; top: 0px; }
	.nav-wrapper { padding: 0px 15px; }
	.nav ul { font-size: 24px; }
	.mainRight-section { padding: 60px 15px; }
	.aboutKleenmatic-Group .pageMain-caption { padding: 0px 0px 30px; }
	.floating-whatsapp a { width: 50px; height: 50px; font-size: 22px; border: 2px solid var(--white); }
	.page-item.page-prev .page-link { margin-right: 15px; }
	.page-item.page-next .page-link { margin-left: 15px; }
	.newsLink-btn a .btnArrow-box { height: 45px; width: 80px; }
	.newsDetails-banner img { border-radius: 10px; }
	.news_details-wrapper { padding: 35px 0px 0px; }
	.certificate-slider { margin: 0px -10px; }
	.footer-wrapper { display: block; }
	.service-itemBox { padding: 0px 0px; }
	.linkPage-box h4 { padding-bottom: 20px; }
	.contentGrid-wrapper, .contentGrid-wrapper>.row { min-height: 100%; }
	}
	
@media (min-width: 1199.98px) {
	.webHide { display: none !important; }
	}

@media (max-width: 1080px) {	
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.segmentationListing .row>.col-lg-9, .segmentationListing .row>.col-lg-3 { width: 100%; }
	.contact_wrapper { padding: 0px 0px; }
	ul.contactUl-grid>li { padding-bottom: 25px; }
	.segmentation-map { margin-bottom: 30px; }	
	}
	
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
	.thank-you-content h1, .banner_caption .captionContainer .bannerHeading1, .font60 { font-size: 30px !important; }
	h1, h2, .pageTitle h1, .pageTitle h2, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 28px; letter-spacing: 0px !important; }
	.font46 { font-size: 24px !important; }
	h3 { font-size: 24px; letter-spacing: 0px !important; }
	h4 { font-size: 22px;  letter-spacing: 0px !important; }
	h5 { font-size: 18px;  letter-spacing: 0px !important; }
	h6 { font-size: 16px;  letter-spacing: 0px !important; }
	#toTop { bottom: 20px; right: 10px; width: 35px; height: 50px; background-size: cover; }
	#toTopHover { background-size: cover; width: 35px; height: 50px; }
	.nav ul { font-size: 18px; }
	.nav>ul>li>a { letter-spacing: normal; }
	.aboutZeph-section, .aboutKleenmatic-Group .aboutZeph-section { padding: 40px 0px 0px; }
	.segItem-caption h5 { font-size: 16px; }
	.segmentation-body .pageMain-caption { padding-bottom: 40px; }
	.service-itemBox h5 { font-size: 18px; margin: 0px 0px 20px; }
	.news_caption h5, .newsTitle h4 { font-size: 22px; }
	.news-social-media>ul>li h6 { font-size: 14px; }
	.news-social-media>ul>li h6 { padding: 0px 10px 0px 0px; }
	.news-social-media>ul>li a { width: 35px; height: 35px; font-size: 16px; }
	.news-social-media>ul { margin: 0px -3px; }
	.news-social-media>ul>li { padding: 3px 3px; }
	.slick-dots li, .slick-dots li button { width: 8px; height: 8px; }
	ul.contactUl-grid>li { font-size: 16px; }
	.qrCode-section .img-holder { width: 120px; padding-bottom: 120px; margin-right: 0px; }
	.segItem-caption { min-height: auto; padding: 15px 15px; }
	}
	
	@media (max-width: 767.98px) {
	    .landing-subCaption{margin-top:0;}
	    .linkPage-section .row .col-md-auto:last-child .linkPage-box{margin-left:0;}	
	}

@media (max-width: 575.98px) {
	ul.contactUl-grid>li .row>.col-auto, .qrCode-section .row>.col-auto { width: 100%; padding-bottom: 0px; }
	.qrCode-section .img-holder { margin: 0px auto 0px 0px; }
	}

@media (max-width: 480px) {
	}

@media (min-width: 480px) {
	}

@media (max-width: 350px) {
	}

@-ms-viewport{ width: auto !important; }