/*    ----------------------------------------------------------     Time4Service Styles      ----------------------------------------------------------     */
/*    -----------------------------     Time4Service Global Styles      -----------------------------     */
body{
	background: #fff;	
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.offline-card .header{
	background-color: #ffffff;
	background-image: unset;
	color: #000000;
}
.offline-card .header h1{
	display: none;
}
.offline .login{
	max-width: 480px;
	margin: 0 auto;
	display: none;
}
.offline .loginBtn{
	text-align: center;
}
.offline #openLogin{
	display: inline-block;
	cursor: pointer;
}
.largeBodyText{

	font-size: 20px;
	line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 400;  
	margin-bottom: 30px;
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
h4,
h5,
h6{
	margin-bottom: 20px;
}
h1{
	font-size: 60px;
	line-height: 65px;
}
h2{
	font-size: 50px;
	line-height: 55px;
}
h3{
	font-size: 40px;
	line-height: 45px;
}
h4{
	font-size: 30px;
	line-height: 35px;
}
h5{
	font-size: 25px;
	line-height: 30px;
}
h6{
	font-size: 18px;
	line-height: 23px;
}
.jmodedit{
	display: none;
}

div,
input,
textarea,
span,
ul,
li,
legend,
a,
iframe{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
a,
ul,
li,
div,
img,
label,
span{
	-webkit-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.container-component > * + *, 
.container-component > :first-child, 
.container-sidebar-left > * + *, 
.container-sidebar-left > :first-child, 
.container-sidebar-right > * + *, 
.container-sidebar-right > :first-child,
.container-bottom-a > *, .container-bottom-b > *, .container-top-a > *, .container-top-b > *{
	margin: 0;
}
.icons{
	display: none;
}
.whiteFiller{
	height: 100vh;
}
.parallax {
	min-height: 400px;
	width: 100%;
	background-position-y: 0%;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0ms linear;
	-ms-transition: all 0ms linear;
	transition: all 0ms linear;
}
.tintFrame{
	background: rgba(0, 0, 0, 0.6);
	padding: 50px;
}
.fixedFrame500{
	max-width: 500px;
}
.fixedFrame750{
	max-width: 750px;	
}
.splitPaneTableWrap{
	display: table;
	width: 100%;
}
.splitPaneTableCell{
	display: table-cell;
	padding: 50px;
	border-right: 1px solid #cccccc;
}
.splitPaneTableCell:first-child{
	padding-left: 0;
}
.splitPaneTableCell:last-child{
	padding-right: 0;
	border-right: 0;
}
.splitPaneTableCell .image{
	padding: 50px;
}
.boxOut{
	border: 1px solid #000;
	padding: 30px;
}
.cyberLongeLogo img{
	width: 600px;
	margin-bottom: 30px;
}
.noScroll{
	overflow: hidden;
}
/*    -----------------------------     Time4Service Menu Styles      -----------------------------     */
.mod-menu{
	flex-direction: unset;
	display: block;
}
.mobileMenuButtonHolder,
.mobileMenuCloseButtonHolder{
	display: none;
}
.mobileMenuButtonHolder a:not([class]),
.mobileMenuCloseButtonHolder a:not([class]){
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}
.mobileMenuButtonHolder a:not([class]):hover,
.mobileMenuCloseButtonHolder a:not([class]):hover{
	color: #ffffff;
	font-size: 20px;
}
.mainMenu{
}
.mainMenu li{
	display: inline-block;
	position: relative;
	padding: 0;
}
.mainMenu li a,
.mainMenu li span.nav-header{
	color: #ffffff;
	text-decoration: none;
	padding: 0 20px;
	display: block;
	font-weight: 300;
	cursor: pointer;
}
.mainMenu li > a > span{
	padding: 10px 0;
	border-bottom: 2px solid rgba(135, 113, 187, 0);
	display: inline-block;
}
.mainMenu li:last-child{

}
.mainMenu li a:hover,
.mainMenu li a:active,
.mainMenu li a:focus,
.mainMenu li.active > a,
.mainMenu li span.nav-header:hover,
.mainMenu li span.nav-header:active,
.mainMenu li span.nav-header:focus{
	color: #ffffff;
	text-decoration: none;
}
.mainMenu li > a:hover span,
.mainMenu li > a:active span,
.mainMenu li > a:focus span,
.mainMenu li.active > a span,
.mainMenu li > span.nav-header:hover span,
.mainMenu li > span.nav-header:active span,
.mainMenu li > span.nav-header:focus span{
	border-bottom: 2px solid rgba(135, 113, 187, 1);
}
.mainMenu img{
	display: none;
}
.mainMenu li .mod-menu__sub{
	display: none;
	position: absolute;
	width: auto;
	min-width: 100%;
	left: 0;
	text-align: left;
	margin: 0;
	padding: 0 !important;
	background-color: rgba(1, 0, 5, 1.0);
    animation-name: slideUpSubMenu ;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.mainMenu li:last-child ul.mod-menu__sub{
	right:0;
	left: auto;
}
.mainMenu .mod-menu__toggle-sub{
	display: none;
}
@keyframes slideUpSubMenu {
	from {
		margin: 10px 0 0 0;
	}
	to {
		margin: 0 0 0 0;
	}
}
.mainMenu li:hover .mod-menu__sub{
	display: block;
}
.mainMenu .mod-menu__sub li{
	display: block;
	white-space: nowrap;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mainMenu .mod-menu__sub li.item-166{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mainMenu .mod-menu__sub li a{
	display: block;
	padding: 10px 25px;
}
.mainMenu .mod-menu__sub li a:hover{
	background-color: rgba(20, 5, 58, 1);
}
.time4serviceHeaderTop.stickyHeaderTop .mainMenu{
	padding-right: 10px;
}
.time4serviceHeaderTop.stickyHeaderTop .mainMenu li a,
.time4serviceHeaderTop.stickyHeaderTop .mainMenu li span.nav-header{
	padding: 0 15px;	
}
.time4serviceHeaderTop.stickyHeaderTop .mainMenu .mod-menu__sub li a,
.time4serviceHeaderTop.stickyHeaderTop .mainMenu .mod-menu__sub li span.nav-header{
	
	padding: 10px 25px;	
}

.time4serviceHeaderTop.stickyHeaderTop .mainMenu li:nth-last-child(2) ul.mod-menu__sub{
	right:0;
	left: auto;
}

.btn{
	background: linear-gradient(to bottom, rgba(135,113,187,1) 0%,rgba(135,113,187,1) 0%,rgba(87,64,143,1) 100%);
	color: #ffffff;
	padding: 10px 25px;
	border-radius: 8px;
	border: 1px solid #40306a;
}

.btn:hover{	
	background: linear-gradient(to bottom, rgba(135,113,187,1) 0%,rgba(135,113,187,1) 0%,rgba(56,39,101,1) 100%);
	color: #ffffff;
	border: 1px solid #40306a;
}
/*    -----------------------------     Time4Service Header Styles      -----------------------------     */
.time4serviceHeader{
	position: relative;
}
.time4serviceHeaderTop{
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.time4serviceHeaderTop .right{
	padding: 20px;
}
.time4serviceHeaderTop .logo{
	padding: 20px;
}
.time4serviceHeaderTop .logo img{
	height: 80px;
}
.time4serviceHeaderTop.stickyHeaderTop .logo{
	padding: 10px;
}
.time4serviceHeaderTop.stickyHeaderTop .logo img{
	height: 40px;
}
.time4serviceHeaderTop.stickyHeaderTop .right{
	padding: 0;
}
.time4serviceHeaderBottom{
	position: relative;
  min-height: 120px;
  background: #0e0427;
}
.time4serviceHeaderImage{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.time4serviceHeaderTop.stickyHeaderTop{

	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 60%,rgba(0,0,0,0) 100%);
}
/*    -----------------------------     Time4Service Global Header Styles      -----------------------------     */
.globalHeaderImage {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	color: #ffffff;
	background-color: #352461;
	z-index: 1;	
	padding: 100px 20px 50px 20px;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 50vh;
}
.globalHeaderImage .headerimageContainer{
	position: relative;
	z-index: 3;
	text-align: center;
}
.globalHeaderImage .headerimageContainer h1{
	margin-bottom: 20px;
}
.globalHeaderImage .headerimageContainer .headerText{
	max-width: 800px;
}
.globalHeaderImage .headerimageContainer .readMoreBtn{
	color: #57408f;
	font-size: 35px;
	cursor: pointer;
}
.globalHeaderImage:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 40vh;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 2;
}
.globalHeaderImage:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60vh;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0);
	z-index: 2;
}

/*    -----------------------------     Time4Service Home Styles      -----------------------------     */
.homeVideoHolder{	
	position: relative;
	height: 100%;
	background: #000000;
}
.homeVideoHolder .mod-custom{
	position: relative;
	height: 100%;
}
.video-wrapper {
	/* Telling our absolute positioned video to 
	be relative to this element */
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	/* Will not allow the video to overflow the 
	container */
	overflow: hidden;

	/* Centering the container's content vertically 
	and horizontally */
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 40vh;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 3;
}
.video-wrapper:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 65vh;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0);
	z-index: 3;
}
.video-wrapper video {
	object-fit: cover;
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
}
.homeHeaderText{
	display: flex;
	position: relative;
	min-height: 100vh;
	width: 100%;
	z-index: 4;
	color: #ffffff;
	align-items: flex-end;
	justify-content: center;
	padding: 150px 20px 20px 20px;
	text-align: center;
}
.homeHeaderText h1{
	margin-bottom: 15px;
}
.homeHeaderText p{
	color: #ac9dd0;
}
.homeHeaderText .links{
	text-align: center;
}
.homeHeaderText .links span{
	color: #57408f;
	font-size: 35px;
	cursor: pointer;
}
/*    -----------------------------     Time4Service Contact Wrap Styles      -----------------------------     */

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;                 /* space between text and lines */
  text-align: center;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;                   /* lines take remaining space */
  height: 3px;
  max-width: 320px;          /* optional: stops lines being too long */
  opacity: 0.9;
}

.section-title::before {
  background: linear-gradient(to right, transparent, rgba(0, 125, 202, 0.85));
}

.section-title::after {
  background: linear-gradient(to left, transparent, rgba(0, 125, 202, 0.85));
}

.section-title.section-title-light::before {
  background: linear-gradient(to right, transparent, rgba(223, 237, 244, 0.4));
}

.section-title.section-title-light::after {
  background: linear-gradient(to left, transparent, rgba(223, 237, 244, 0.4));
}

.section-title.section-title-light{

}
.contentWrap{
	display: flex;
	padding: 100px;
	gap: 100px;
}
.contentWrap .pane{
	flex: 1 1 calc(100% / 2 - 100px);
}
.contentWrap .pane.imagePane{
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}
.contentWrap .pane.imagePane img{
	object-fit: cover;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	align-content: center;
}
.contentWrap.contentWrapNoPadding{
	padding: 0;
	gap: 0;	
}
.contentWrap.contentWrapNoPadding .pane{
	flex: 1 1 calc(100% / 2);
}
.contentWrapNoPadding .pane.paddedPane{
	padding: 100px;
}
.contentWrapNoPadding .pane.colourPane {
	background-color: #4c3781;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
}
.contentWrapNoPadding .pane .contactDetail{
	color: #ffffff;
	flex: 1 1 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentWrapNoPadding .pane .contactDetail .content{
	flex: 1 1 100%;
	max-width: 600px;
}
.contentWrapNoPadding .pane .contactDetail:nth-child(2n){
	background-color: #3d296e;
}
.contentWrapNoPadding .pane .contactDetail a{
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
	text-decoration: none;
}
.contentWrapNoPadding .pane .contactDetail .icon{
	font-size: 25px;
	line-height: 30px;
	margin-right: 10px;	
}
.contactContentWrap .pane:first-child{
	background-color: #e1ddeb;
}
.servicesTopSection{
	background-color: #4c3781;
	color: #ffffff;
}
.servicesJourneyWrap.contentWrap{
	align-items: stretch;
}
.servicesTopSection .contentWrap .pane{
	padding: 100px;
}
.servicesTopSection .contentWrap .pane:last-child{
	background-color: #3d296e;
}
.servicesTopSection .contentWrap .pane:last-child ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.servicesTopSection .contentWrap .pane:last-child ul li{
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.servicesTopSection .contentWrap .pane:last-child h3{
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 5px;
}
.servicesTopSection .contentWrap .pane:last-child ul li p{
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.servicesJourneyWrap.contentWrap .textPane{
	display: flex;
	align-items: center;
}
.servicesJourneyWrap.contentWrap .imagePane{
	min-height: 450px;
}

.ourTeamContentWrap{
	background-color: #4c3781;
	color: #ffffff;
}
.ourTeamContentWrap.contentWrap .pane:last-child{
	background-color: #3d296e;
}
.ourTeamContentWrap a{
	color: #ffffff;
}
/*    -----------------------------     Time4Service How it Works Styles      -----------------------------     */
.howItWorks{
	background-color: #4c3781;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	min-height: 300px;
	padding: 100px;
}
.howItWorks .howitworksWrap{	
	display: flex;
	align-items: center;
	gap: 100px;
	max-width: 1200px;
	margin: 0 auto;
}
.howItWorks h2{
	text-align: center;
}
.howItWorks .howitworksWrap h3{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 15px;
	text-align: center;
}
.howItWorks .howitworksWrap .contentDivider{
	height: 3px;
  background: linear-gradient(to left, transparent, rgba(223, 237, 244, 0.2));
}
.howItWorks .howitworksWrap .left,
.howItWorks .howitworksWrap .right{	
	flex: 1 1 calc(100% /  2 - 100px);
}
.howItWorks .howitworksWrap ul.bulletList{
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
.howItWorks .howitworksWrap ul.bulletList li{
	padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}
.howItWorks .howitworksWrap ul.bulletList li span{
	vertical-align: middle;
}
.howItWorks .howitworksWrap ul.bulletList li span.icon{
	margin-right: 10px;
	color: rgba(0, 156, 251, 1.0);
	font-size: 25px;
}
.howItWorks .howitworksWrap .steps {
  display: flex;
	align-items: flex-start;
  margin: 50px 0;
}

.howItWorks .howitworksWrap .step {
  flex: 1;
  padding: 10px 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.howItWorks .howitworksWrap .step .number{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.howItWorks .howitworksWrap .step .number span{
	width: 80px;
	height: 80px;
	border: 1px solid #40306a;
	border-radius: 40px;
	background: linear-gradient(to bottom, rgba(135,113,187,1) 0%,rgba(135,113,187,1) 0%,rgba(87,64,143,1) 100%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 500;
}
.howItWorks .howitworksWrap .step .description p{
	margin: 0;
}

/* Full height triangle */
.howItWorks .howitworksWrap .divider {
  width: 20px;
  align-self: stretch;
  background: linear-gradient(
    to left,
    rgba(233, 237, 244, 0.3),
    rgba(233, 237, 244, 0.0)
  );
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/*    -----------------------------     Time4Service Why Choose Styles      -----------------------------     */
.whyChooseTime4Service{
	background-color: #8771bb;
	/*background-image: url(/images/backgrounds/leather-background.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
    box-shadow:
        inset 0 0 180px rgba(0,0,0,0.35),
        inset 0 0 280px rgba(0,0,0,0.55);
}
.whyChooseTime4Service .contentWrap .pane{
	width: calc(100% / 2 - 100px);
}
.faqList{
	transition: unset;
}
.faqList ul{
	list-style: none;
	margin: 0;
	padding: 0;
	transition: unset;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.faqList ul li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.faqList ul li:hover{
	background-color: rgba(7, 3, 17, 0.1);	
}
.faqList ul li .faq{
	padding: 8px;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.faqList ul li .faq .icon{	
	background: linear-gradient(to bottom, rgba(135,113,187,1) 0%,rgba(135,113,187,1) 0%,rgba(87,64,143,1) 100%);
	border: 1px solid rgba(87,64,143,0.9);
	border-radius: 21px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	margin-right: 10px;
	font-weight: 400;
}
.faqList ul li:hover .faq .icon{
	background: linear-gradient(to bottom, rgba(135,113,187,1) 0%,rgba(135,113,187,1) 0%,rgba(56,39,101,1) 100%);
}
.faqList ul li .faq .link{	
	flex: 1 1 auto;
	text-align: right;
}
.faqList ul li .faq .link.linkUp{
	display: none;
}
.faqList ul li .answer{
	display: none;
	padding: 7px 15px 15px 15px;	
	transition: unset;
}

/*    -----------------------------     Time4Service Mini Gallery Styles      -----------------------------     */
.miniGalleryHeader{
	margin-top: 50px;
}
.miniGalleryWrap{
	max-width: 100%;
	position: relative;
	display: block;
	transition: unset;
	margin: 40px 0;
}
.miniGalleryWrap div{	
	-webkit-transition: unset;
  -ms-transition: unset;
  transition: unset;
}
.miniGalleryWrap .slick-track{
	display: flex;
	align-items: stretch;
	gap: 10px;
}
.miniGalleryWrap .slick-track .slick-slide{		
	height: 100%;
	flex: 1 1 auto;
}

.miniGalleryWrap .slick-track .itemWrap{		
}
.miniGalleryWrap .slick-track .item{		
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	cursor: pointer;
}
.miniGalleryWrap .slick-track .item img{
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}
.miniGalleryWrap .slick-track .slick-current{
	margin-left: -10px;
}
.miniGalleryWrap .slick-prev{
	left: -35px;
}
.miniGalleryWrap .leftRightArrows{
	position: absolute;
	top: 45%;
	cursor: pointer;
	opacity: 0.5;
}
.miniGalleryWrap .leftRightArrows:hover{
	opacity: 1;
}
.miniGalleryWrap .leftRightArrows img{
	height: 25px;
}
.miniGalleryWrap .leftRightArrows.leftArrow{
	left: -25px;
}
.miniGalleryWrap .leftRightArrows.rightArrow{
	right: -15px;
}

/*    -----------------------------     Time4Service Mini Gallery Styles      -----------------------------     */
.time4serviceFooterWrap{
	background-color: #352461;
	padding: 100px;
	color: #ffffff;
}
.time4serviceFooter{
	display: flex;	
	gap: 100px;
	font-size: 14px;
	line-height: 18px;
}
.time4serviceFooter a{
	color: #ffffff;
}
.time4serviceFooter > div{
	flex: 1 1 calc(100% / 3 - 100px);
}
.time4serviceFooter .footerContact{
	text-align: center;
}
.time4serviceFooter .footerContact .logo img{
	height: 100px;
}
.time4serviceFooter .footerContact .address{
	margin: 25px;
}
.time4serviceFooter .footerContact .social{
	font-size: 30px;
	margin-top: 25px;
}
.time4serviceFooter .footerContact .social a{
	color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	padding: 0 5px;
}
.time4serviceFooter .footerContact .social a:hover{
	color: rgba(255, 255, 255, 1);
}
.time4serviceFooter .footerList{

}
.time4serviceFooter .footerList ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.time4serviceFooter .footerList ul li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.time4serviceFooter .footerList ul li a,
.time4serviceFooter .footerList ul li p{
	padding: 8px 15px;
	margin: 0;
	display: block;
	text-decoration: none;
}
.time4serviceFooter .footerList ul li a:hover{
	background-color: rgba(0, 0, 0, 0.15);
}
.time4serviceFooter .footerReviews ul li p{
	padding: 10px 15px;
}

.disclaimer {
  background-color: #352461;
  padding: 15px;
  color: #ffffff;
  font-size: 13px;
}
.disclaimer p{
	margin: 0;
}
.disclaimer a{
  color: #ffffff;

}

/*    -----------------------------     Time4Service Gallery Styles      -----------------------------     */
.itemid-138 .com-content-article{
	padding: 100px 20px;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.servicesGallery {

}
.servicesGallery .galleryWrap ul{
	list-style: none;
	margin: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;	
}
.servicesGallery .galleryWrap ul li{
	flex: 1 1 auto;
	height: 330px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.servicesGallery .galleryWrap ul li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
  transition: all 100 ease-out;
}
.servicesGallery .galleryWrap ul li:hover img{
    transform: scale(1.05);
    transition: all 100 ease-out;
}
.galleryMoreLoader{
	text-align: center;
}
.galleryMoreLoader{
	text-align: center;
}
.galleryMoreHolder{
	padding: 30px 0;
}
.galleryMoreHolder .galleryMoreLoadingIcon{
	color: #aeaeae;
	display: inline-block;
	text-align: center;
}
.galleryMoreHolder .galleryMoreLoadingIcon .text{
	display: block;
}
.galleryMoreHolder .galleryMoreLoadingIcon .icon{
	display: inline-block;
}
.galleryMoreLoaderButton{
	display: inline-block;
	cursor: pointer;
}
.galleryMoreLoaderButton:hover{
	animation: zoom-in-zoom-out-small 0.25s ease;
}
.galleryMoreLoaderButton .text{
	display: block;
}
.galleryMoreLoaderButton .icon{
	display: block;
	font-size: 50px;
	color: #aeaeae;
}
.galleryMoreLoaderButton:hover .icon{
	color: #333333;
}
.galleryMoreHolder .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #aeaeae;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #aeaeae transparent transparent transparent;
}
/*    -----------------------------     Time4Service Form Styles      -----------------------------     */
input[type=text]{
	padding: 15px;
}
.formWrapper .flexForm .fieldset{
	margin: 0;
}
.formWrapper .field{
	margin-bottom: 20px;
}
.formWrapper input,
.formWrapper input[type=text],
.formWrapper input[type=email],
.formWrapper select,
.formWrapper textarea{
	padding: 15px;
	background-color: #ffffff !important;
	border: 1px solid #999;
}
.formWrapper .flexForm .fieldset input,
.formWrapper .flexForm .fieldset select,
.formWrapper .flexForm .fieldset textarea,
.formWrapper .stackedForm .fieldset input,
.formWrapper .stackedForm .fieldset select,
.formWrapper .stackedForm .fieldset textarea{
	width: 100%;
}
.formWrapper .fieldset textarea{
	min-height: 150px;
}
.formWrapper .flexForm .fieldset{
	display: flex !important;
	flex-wrap: wrap;
}
.formWrapper .flexForm .fieldset > .field{
	flex: 1 1 calc(100% / 3 - 50px);
	margin-right: 50px;
	flex-grow: 1;
}
.formWrapper .flexForm .fieldset > div:nth-child(3n),
.formWrapper .flexForm .fieldset > div:last-child{
	margin-right: 0;	
}
.formWrapper .flexForm .fieldset > .field.fullwidthfield{
	margin-right: 0;
}
.formWrapper .btn{
	margin: 0;
}
.formWrapper .btn:hover{
	border: 1px solid #000;
	background-color: #000 !important;
	color: #ffffff;
}
.formGlobal .visform input,
.formGlobal .visform input,
.formGlobal .visform select,
.formGlobal .visform textarea{
	padding: 15px;
	background-color: #ffffff !important;
}
.formGlobal .visCSSlabel,
.formGlobal .vis_mandatory{
	display: none;
}
.formGlobal .visCSSinput{
	width: 100%;
	margin: 0;
}
.contactUsForm .fieldset-1{
	display: flex !important;
	flex-wrap: wrap;
	gap: 25px 50px;
}
.contactUsForm .fieldset-1 > div{
	flex: 1 1 calc(100% / 3 - 50px);
}
.contactUsForm .fieldset-1 .field10{	
	flex: 1 1 calc((100% / 3) + (100% / 3) - 33.333333333px);
}
.contactUsForm .fieldset-1 .visBtnCon{	
	flex: 1 1 calc(100%);
	text-align: left !!important;
}
.formGlobal .visBtnCon input{
	color: #000;
	border: 1px solid #000;
}
.formGlobal .visBtnCon input:hover{
	border: 1px solid #000;
	background-color: #000 !important;
	color: #ffffff;
}
.contactUsPage {
	padding: 100px;
}
.ourLocation .leftPane{
	background-color: #000;
	padding: 100px 50px 100px 100px;
}
.gdproptin-fieldwrap{
	/*margin: 20px 0;*/
	/*padding: 25px 0;*/
}
.gdproptin-fieldwrap label{
	display: flex;
	font-size: 16px;
}

.formWrapper .stackedForm .fieldset{
}
.formWrapper .stackedForm .fieldset .field{
	width: 100%;
}
.gdproptin-fieldwrap input{
	width: auto !important;
	margin-right: 10px;
}
.formWrapper .stackedForm .fieldset > .field.fullwidthfield{
	margin-right: 0;
}
.formWrapper .fieldset checkbox-fieldWrap input{
	width: auto;
	margin-right: 10px;
}
.formWrapper .stackedForm .fieldset > .field.fixedwidthfield,
.submitField.fixedwidthfield{
	margin-right: 0;
	max-width: 800px;
	margin: 0 auto 20px auto;
}
fieldset.fixedwidthfield{
	max-width: 800px;
	margin: 0 auto;
}
fieldset.flexFieldset{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.formWrapper .stackedForm fieldset.splitNameFields .field{
	flex: 1 0 40%;
	margin-bottom: 0;
}
.formWrapper .stackedForm fieldset.splitNameFields .field:last-child{
	flex: 0 0 48.7%;
	margin-bottom: 10px;
}
fieldset .fieldsetHeading{
	margin: 40px 0 20px 0;
}
.phone-fieldWrap div{
	-webkit-transition: unset;
    -ms-transition: unset;
    transition: unset;	
}
.phone-fieldWrap .iti{
	display: block;
}
.fieldErrorMessage{
	display: none;
}
.fieldErrorMessage .messageWrap{
	display: inline-block;
}
.fieldErrorMessage .icon{
	height: 10px;	
}
.fieldErrorMessage .icon img{
	max-height: 10px;
	margin-left: 15px;
	vertical-align: top;
	display: inline-block;
}
.fieldErrorMessage .message{
	background: red;
	padding: 5px 15px;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
}
.formWrapper .fieldHidden{
	display: none;
}
.formWrapper .fieldHidden.fieldShow{
	display: block;
}
.formWrapper .fieldHidden.fieldShow.flexFieldset {
	display: flex;
}
.formWrapper .radio-fieldWrap label.radioLabel{
	cursor: pointer;
	display: inline-block;
	text-align: center;
}
.formWrapper .chosen-container.chosen-container-single{
	width: 100% !important;
}
.formWrapper .chosen-container.chosen-container-single .chosen-single{
	width: 100%;
	padding: 15px;
	height: auto;
	border-right: 0;
	background: #eaedf0 url(../images/select-bg.svg) no-repeat right 1px center;
}
.formWrapper .chosen-container-multi .chosen-choices li.search-field{
	padding: 8px;
}
.quoteForm{
	background-color: #e1ddeb;
}
.quoteForm .formWrapper{
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 20px;
}
.quoteForm .formHeader{
	text-align: center;
}
/*    --------------------------------  Time4Service POP UP FORM STYLES  --------------------------------     */
.popUpFormWrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.popUpFormBackground{
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.popUpFormInner{
	position: relative;
	z-index: 101;
	display: table;
	width: 100%;
	z-index: 101;
}
.popUpContentWrap{
	display: table-cell;
	height: 100vh;
	vertical-align: middle;
}
.popUpContentInner{
	max-width: 800px;
	margin: 0 auto;
	background: #ffffff;
	padding: 30px 0;
	position: relative;
}
.popUpContentInner h3{
	padding: 0 30px 30px 30px;
}
.popUpContent{
	overflow: auto;
	max-height: 75vh;
	padding: 0 30px;
}
.popUpContent .fieldset-1 > div{
	margin-bottom: 20px;
}
.popUpContent textarea{
	max-height: 100px;
}
.popUpFormInner form,
.popUpFormInner fieldset{
	margin: 0;
}
.popUpFormInner .visBtnCon,
.popUpContent .fieldset-1 > div.visBtnCon{
	text-align: left !important;
	margin: 0;
}
.popUpFormInner .visBtnCon input{
	margin: 0;	
	background: #000 !important;
	color: #fff;
}
.popUpFormInner .visBtnCon input:hover{
	margin: 0;	
	background: #fff !important;
	color: #000;
}
.openPopUpForm{	
	cursor: pointer;
}
.popUpClose{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #000000;
	color: #ffffff;
	padding: 5px 0 0 0;
	border-radius: 20px;
	font-size: 15px;
	line-height: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
/*    --------------------------------  Time4Service Box Out Styles  --------------------------------     */
.imageboxOut{
	background-image: url(/images/home/boxout.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.imageboxOut .mod-custom{
	display: flex;
	align-items: center;
	min-height: 65vh;
	padding: 100px;
}
.imageboxOut .mod-custom .content{
	max-width: 480px;
	font-size: 18px;
	line-height: 24px;
}
.brandsBanners{
	padding: 100px 20px;
	text-align: center;
}
.brandsBanners .brand-logos{
	padding: 50px 0;
}
.brandsBanners .brand-logos span{
	margin: 0 30px;
}
.brandsBanners .brand-logos span img{
	max-height: 80px;
}
.brandsBanners .brand-names span{
	margin: 0 20px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
}
/*    --------------------------------  Time4Service Pricing Table Styles  --------------------------------     */

.pricingTable {
  background-color: #4c3781;
  color: #ffffff;
  padding: 100px;
}
.pricingTable .rtHeader{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.pricingTable .rtFooter{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}

.rtWrapper {
  position: relative;
  max-width: 100%;
}

.rtContainer {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 30cqw;

  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;

  container-type: inline-size;

  scrollbar-width: none;
  -ms-overflow-style: none;

  --rt-gap: 1px;
}

.rtContainer::-webkit-scrollbar {
  display: none;
}

.responsive-table {
  padding: 0;
  margin: 0;
  min-width: max-content;
}

.responsive-table li {
  display: flex;
  width: max-content;
  min-width: max-content;
  border-radius: 3px;
  margin-bottom: var(--rt-gap);
  gap: var(--rt-gap);
}

.responsive-table .table-header {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.responsive-table .table-header .col {
  background-color: #3d296e;
}

.responsive-table .table-header .col-1 {
  background-color: #4c3781;
}

.responsive-table .col {
  box-sizing: border-box;
  padding: 25px 30px;
  background-color: rgba(255, 255, 255, 0.1);

  flex: 0 0 calc(var(--col-width) - var(--rt-gap));
  width: calc(var(--col-width) - var(--rt-gap));
  min-width: calc(var(--col-width) - var(--rt-gap));
  max-width: calc(var(--col-width) - var(--rt-gap));
}

.responsive-table .col-1 {
  position: sticky;
  left: 0;
  z-index: 10;

  --col-width: 30cqw;

  background-color: #3d296e;
  scroll-snap-align: none;
}

.responsive-table .col:not(.col-1) {
  --col-width: 10cqw;

  scroll-snap-align: start;
  text-align: center;
}

.responsive-table .table-header .col-1 {
  z-index: 11;
}

/* Hover styles */

.responsive-table li:hover .col-1 {
  background-color: #3d296e;
}

.responsive-table li.table-row:hover .col {
  background-color: rgba(255,255,255,0.15);
}

.responsive-table li.table-row:hover .col-1 {
  background-color: #2e1d56 !important;
}

.responsive-table .table-row .col.is-col-hover {
  background-color: rgba(255,255,255,0.15) !important;
}

.responsive-table .table-row .col-1.is-col-hover {
  background-color: #2e1d56 !important;
}

.responsive-table .table-header .col.is-col-hover {
  background-color: #2e1d56 !important;
}

.responsive-table .col:not(.col-1):hover {
  background-color: rgba(255,255,255,0.3) !important;
  font-weight: 600;
}

.responsive-table .table-header .col:not(.col-1):hover {
  background-color: #2e1d56 !important;
}

.responsive-table li.table-header:hover .col-1 {
  background-color: #4c3781;
}

/* Arrows */

.rtArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  border: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: unset;
}

.rtLeft {
  left: -35px;
}

.rtRight {
  right: -35px;
}

/*    --------------------------------  Time4Service Media Queries  --------------------------------     */

@media (max-width: 1600px) {
  .rtContainer {
    scroll-padding-left: 25cqw;
  }

  .responsive-table .col-1 {
    --col-width: 25cqw;
  }

  .responsive-table .col:not(.col-1) {
    --col-width: 15cqw;
  }
}

@media (max-width: 1400px) {
	.contentWrap,
	.howItWorks,
	.imageboxOut .mod-custom,
	.time4serviceFooterWrap,
	.servicesTopSection .contentWrap .pane,
	.contentWrapNoPadding .pane.paddedPane,
	.pricingTable{
		padding: 75px 50px;
		gap: 50px;
	}
	.time4serviceFooter{
		gap: 50px;
	}
	.btn{
		padding: 6px 16px;
	}
}

@media (max-width: 1300px) {
  .rtContainer {
    scroll-padding-left: 28cqw;
  }

  .responsive-table .col-1 {
    --col-width: 28cqw;
  }

  .responsive-table .col:not(.col-1) {
    --col-width: 18cqw;
  }
}

@media (max-width: 1200px) {
	h1{
		font-size: 50px;
		line-height: 55px;
	}
	h2{
		font-size: 40px;
		line-height: 45px;
	}
	h3{
		font-size: 30px;
		line-height: 35px;
	}
	h4{
		font-size: 25px;
		line-height: 30px;
	}
	h5{
		font-size: 25px;
		line-height: 30px;
	}
	h6{
		font-size: 18px;
		line-height: 23px;
	}
	.howItWorks .howitworksWrap h3{

		font-size: 25px;
		line-height: 30px;
	}
}

@media (max-width: 1100px) {
	body{
		font-size: 14px;
  	line-height: 20px;
	}
	.howItWorks .howitworksWrap .step{
		font-size: 14px;
  	line-height: 20px;		
	}
	.largeBodyText{
		font-size: 18px;
  	line-height: 24px;
	}
	.faqList ul li .faq{
		font-size: 16px;
  	line-height: 22px;		
	}
  .rtContainer {
    scroll-padding-left: 40cqw;
  }
  .responsive-table .col-1 {
    --col-width: 40cqw;
  }
  .responsive-table .col:not(.col-1) {
    --col-width: 20cqw;
  }

  .homeHeaderText .mod-custom{
  	max-width: 650px;
  }
}

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

@media (max-width: 900px) {
	.contentWrap{
		flex-wrap: wrap;
	}
	.contentWrap .pane{
		flex: 0 0 100%;
	}
	.servicesJourneyWrap.contentWrap:nth-child(odd){
		flex-direction: column-reverse;
	}
	.servicesJourneyWrap.contentWrap .imagePane{
		min-height: 300px;
	}
	.time4serviceHeaderTop .logo img{
		height: 60px;
	}

  .rtContainer {
    scroll-padding-left: 40cqw;
  }
  .responsive-table .col-1 {
    --col-width: 40cqw;
  }
  .responsive-table .col:not(.col-1) {
    --col-width: 30cqw;
  }

	.howItWorks .howitworksWrap .steps{
		flex-wrap: wrap;
		margin: 25px 0;
	}
	.howItWorks .howitworksWrap .step{
		flex: 1 1 calc(100%);
	}
	.howItWorks .howitworksWrap .divider {
	  width: 100%;
	  align-self: stretch;
	  justify-self: stretch;
	  background: linear-gradient( to bottom, rgba(233, 237, 244, 0.0), rgba(233, 237, 244, 0.3) );
	  clip-path: polygon(0 0, 50% 100%, 100% 0);
	  margin: 30px 0;
	}
	.contentWrap{
		flex-wrap: wrap;
	}
	.contentWrap .pane,
	.contentWrap .pane:last-child{
		flex: 1 1 calc(100%);
		max-width: unset;
	}

	.time4serviceFooter{
		flex-wrap: wrap;
		gap: 20px;
	}
	.time4serviceFooter > div{
		flex: 1 1 calc(100% / 2 - 20px);
	}
	.time4serviceFooter .footerContact{
		flex: 0 0 100%;
		margin-bottom: 50px;
	}
	.time4serviceFooter .footerList ul li a, 
	.time4serviceFooter .footerList ul li p{

	}
	.miniGalleryHeader{
		margin-top: 20px;
	}
}

@media (max-width: 800px) {
	h1{
		font-size: 40px;
		line-height: 45px;
	}
	h2{
		font-size: 30px;
		line-height: 35px;
	}
	h3,{
		font-size: 25px;
		line-height: 30px;
	}
	h4{
		font-size: 18px;
		line-height: 23px;
	}
	h5{
		font-size: 18px;
		line-height: 23px;
	}
	h6{
		font-size: 18px;
		line-height: 23px;
	}
	.homeHeaderText .mod-custom{
		max-width: 500px;
	}
	.time4serviceHeaderTop .logo img{
		height: 60px;
	}
	.mobileMenuButtonHolder,
	.mobileMenuCloseButtonHolder{
		display: block;
	}
	.mobileMenuButtonHolder a{
		padding: 15px;
	}
	.mobileMenuCloseButtonHolder{
		text-align: right;
		background: rgba(255, 255, 255, 0.05);
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1001;
	}
	.mobileMenuCloseButtonHolder a{
		padding: 10px 15px;
		color: #ffffff !important;
		display: inline-block;
		cursor: pointer;
	}
	.mainMenuHolder{
		display: none;
	}
	.mainMenuHolder{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		background: #000000;
		padding-bottom: 150px;
		z-index: 1000;
	}
	.mainMenu,
	.cyberhomesHeaderTop.stickyHeaderTop .mainMenu{
		margin: 0;
	}
	.mainMenu li{
		display: block;
		width: auto;
		background: rgba(255, 255, 255, 0.05);
	}
	.mainMenu li a, 
	.mainMenu li span.nav-header,
	.cyberhomesHeaderTop.stickyHeaderTop .mainMenu li a,
	.cyberhomesHeaderTop.stickyHeaderTop .mainMenu li span.nav-header{
		padding: 10px 25px;
		font-size: 16px;
	}
	.mainMenuHolder{
		text-align: left;
		overflow: auto;
	}
	.mainMenuHolder .mainMenu{
		border-top: 1px solid rgba(255, 255, 255, 0.1);		
	}
	.mainMenu li .mod-menu__sub{
		display: block;
		position: relative;
		width: auto;
	}
	.mainMenu .mod-menu__sub li{
		width: auto;		
		white-space: normal;
		background: none;
		padding-left: 20px;
	}
	.mainMenu .mod-menu__sub li:first-child{
		border-top: 1px solid rgba(255, 255, 255, 0.1);		
	}
	.mainMenu .mod-menu__sub li:last-child{
		border-bottom: 0;		
	}
	.mainMenu .mod-menu__sub li a{
		font-size: 14px;
	}

}

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

@media (max-width: 568px) {

	.contentWrap,
	.howItWorks,
	.imageboxOut .mod-custom,
	.time4serviceFooterWrap,
	.servicesTopSection .contentWrap .pane,
	.contentWrapNoPadding .pane.paddedPane{
		padding: 50px 20px;
		gap: 20px;
	}
	.pricingTable{
		padding: 0;
	}
	.pricingTable .rtHeader{
		padding: 50px 20px 30px 20px;
	}
	.pricingTable .rtFooter{
		padding: 20px 20px 50px 20px;
	}
	.responsive-table .col{
		padding: 15px 20px;
	}
	.rtArrow{
		width: 18px;
		height: 18px;
	}
	.rtLeft{
		left: 5px;
	}
	.rtRight{
		right: 5px;
	}
	.homeHeaderText,
	.video-wrapper{
		min-height: 90vh;
		height: 90vh;
	}
	.time4serviceFooter > div{
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.parallax{
		min-height: 150px;
	}
	.imageboxOut .mod-custom{
		min-height: 300px;
	}
	.brandsBanners .brand-logos span img{
		max-height: 40px;
	}
	.brandsBanners .brand-names span{
		margin: 0 20px;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
	}
}