/*-----------------------------------------------------------------------------------
	    Revamp MXM - 2024 - Referral Bonus Push Removed
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'GothamPro';
	src: url('./fonts/GothamPro/gothampro.ttf');
	src: url('./fonts/GothamPro/gothampro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GothamPro-Black';
	src: url('./fonts/GothamPro-Black/gothampro_black.ttf');
	src: url('./fonts/GothamPro-Black/gothampro_black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GothamPro-Medium';
	src: url('./fonts/GothamPro-Medium/gothampro_medium.ttf');
	src: url('./fonts/GothamPro-Medium/gothampro_medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GothamPro-Bold';
	src: url('./fonts/GothamPro-Bold/gothampro_bold.ttf');
	src: url('./fonts/GothamPro-Bold/gothampro_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GothamPro-Italic';
	src: url('./fonts/GothamPro-Italic/gothampro_italic.ttf');
	src: url('./fonts/GothamPro-Italic/gothampro_italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"GothamPro";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:86px;
	width:300px;
}
.h1-style{
	font-family:"GothamPro-Black";
	color:#e7f6fc;
	font-size:50px;
	font-weight:normal;
	width:100%;
	text-transform:none;
}
.h3-style{
	width:66.16%;
	font-family:"GothamPro-Medium";
	color:#ffffff;
}
.container-div-style{
	width:57.17%;
}
.btn-style{
	background-color:#F89C1C;
	text-align:center;
	font-family:"GothamPro";
	color:#ffffff;
	margin-top:15px;
	border-radius:14px 14px 14px 14px;
}
.h2-style{
	font-family:"GothamPro-Black";
	font-size:36px;
	margin-bottom:30px;
	padding:0px 0px 0px 0px;
}
.text-span-color{
	color:#000000;
}
.h3-2-style{
	font-family:"GothamPro-Medium";
}
.img-style{
	width:200px;
	height:200px;
}
.label-color{
	color:#f99c1c;
}
.footer-link{
	color:#000000!important;
}
.container-div-color{
	color:#ffffff;
}
.img-finance--style{
	width:100px;
}
.img-2-style{
	width:100px;
}
.img-3-style{
	width:100px;
}
.img-6-style{
	width:200px;
	height:200px;
}
.img-5-style{
	width:200px;
	height:200px;
}
.img-paye-refunds-style{
	width:100px;
	height:100px;
}
.img-payro-style{
	width:100px;
	height:100px;
}
.img-7-style{
	width:100px;
	height:100px;
}
.background{
	border-radius:30px 30px 30px 30px;
}
.padding{
	margin:20px 20px 20px 20px;
	padding:0px 0px 0px 0px;
}
.h5-style{
	font-family:"GothamPro-Black";
	font-size:40px;
	margin-bottom:50px;
	color:#ffffff;
}
.h2-2-style{
	font-family:"GothamPro-Bold";
}
.p-style{
	font-size:16px;
	text-align:justify;
	font-family:"GothamPro";
	width:82.58%;
}
.hero{
	margin:-30px -px -px -px;
}
.h2-style-small{
	font-family:"GothamPro-Black";
	font-size:60px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h6-color{
	color:#ffffff;
	font-size:24px;
	font-family:"GothamPro";
	text-align:left;
}
.img-11-style{
	width:400px;
	height:400px;
}
.p-9-style{
	font-family:"GothamPro-Italic";
	font-size:18px;
}
.quote-padding{
	padding-top:60px;
}
.img-12-style{
	width:75px;
	height:75px;
}
.img-unnamed-style{
	width:118px;
}
.rounded-edges{
	height:100%;
	border-radius:20px 20px 20px 20px;
}
.stars-padding{
	margin-bottom:30px;
}
.p-10-style{
	font-family:"GothamPro-Bold";
	font-size:18px;
}
.radio-style{
	font-family:"GothamPro";
	font-size:16px;
	color:#5F6161!important;
}
.label-style{
	font-family:"GothamPro";
	color:#5F6161!important;
	font-weight:normal;
	font-size:20px;
}
.label-email-color{
	color:#ffffff;
}
.no-margin{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.margin{
	margin-top:10px;
}
.h2-our-partners-style{
	font-size:36px;
}
.points{
	font-size:26px;
	color:#f4f9f8;
	font-family:"GothamPro-Medium";
	text-decoration:none;
}
.p-12-style{
	font-family:"GothamPro-Black";
	font-size:50px;
	color:#ffffff;
	line-height:50px;
}
.h3-8-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.text-span-0-color{
	color:#ffffff;
}
.color{
	color:#143CFF!important;
}
.img-23-style{
	width:100px;
	height:100px;
}
.img-24-style{
	width:100px;
	height:100px;
}
.img-25-style{
	width:100px;
	height:100px;
}
.h3-9-style{
	font-family:"GothamPro-Bold";
	color:#000000;
	text-align:center;
	font-size:24px;
}
.p-18-style{
	font-size:16px;
	color:#000000!important;
	font-family:"GothamPro";
	width:100%;
	padding:0px 0px 0px 0px;
}
.img-1368-style{
	width:650px;
}
.h2-why-maximoor--style{
	font-family:"GothamPro-Bold";
	color:#FFFFFF!important;
	font-size:36px;
}
.img-34-style{
	width:400px;
}
.img-35-style{
	width:400px;
}
.padding2{
	margin-top:60px;
}
.p-21-style{
	font-size:18px;
	color:#000000!important;
	font-family:"GothamPro";
}
.p-13-style{
	font-size:26px;
	width:100%;
}
.p-14-style{
	font-size:26px;
}
.h2-9-style{
	font-family:"GothamPro-Black";
	font-size:36px;
	color:#000000!important;
}
.h4-style{
	font-family:"GothamPro-Bold";
	color:#000000;
}
.h5-5-style{
	font-family:"GothamPro-Bold";
	color:#000000!important;
	font-size:24px;
	margin-top:40px;
}
.h5-6-style{
	font-family:"GothamPro-Bold";
	color:#000000!important;
	font-size:24px;
}
.h3-12-style{
	font-family:"GothamPro-Bold";
	color:#000000!important;
}
.link-color{
	color:#000000;
	font-family:"GothamPro-Bold";
	text-decoration:none;
	font-size:20px;
}
.p-29-style{
	font-family:"GothamPro";
	font-size:18px;
	color:#000000!important;
}
.p-bloc-9-style{
	line-height:26px;
	color:#f4f9f8;
}
.h2-2-2{
	font-family:"GothamPro-Black";
	font-size:35px;
	color:#000000!important;
	margin-bottom:10px;
}
.my-menu{
	font-family:"PT Sans Narrow";
	color:#000000!important;
	font-size:16px;
	font-weight:700;
	background-color:transparent;
}
.h1-color{
	color:#ffffff;
}
.my-menu .dropdown-menu{
	color:transparent!important;
	background-color:#FEFFFE;
	font-family:"GothamPro";
}
.dropdown-menu{
	background-color:#F89C1C;
}
.h3-16-style{
	font-family:"GothamPro-Black";
	font-size:36px;
	color:#ffffff;
}
.p-44-style{
	font-family:"GothamPro";
	padding-bottom:0px;
	margin-bottom:0px;
}
.padding0{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.p-45-style{
	font-family:"GothamPro";
}
.p-46-style{
	font-family:"GothamPro";
}
.p-47-style{
	font-family:"GothamPro";
}
.p-48-style{
	font-family:"GothamPro";
}
.p-50-style{
	font-family:"GothamPro-Bold";
}
.feature-item{
	font-family:"GothamPro";
	font-size:16px;
	color:#000000!important;
}
.img-46-style{
	width:700px;
}
.img-47-style{
	width:4000px;
}
.p-104-style{
	font-family:"GothamPro";
}
.h5-color{
	color:#ffffff;
	font-family:"GothamPro-Bold";
	font-size:20px;
}
.menumargin{
	margin-right:20px;
}
.h3-13-style{
	font-size:36px;
	font-family:"GothamPro-Black";
	color:#000000!important;
}
.p-bloc-15-style{
	font-family:"GothamPro";
}
.p-34-style{
	font-family:"GothamPro";
}
.p-36-style{
	font-family:"GothamPro";
}
.p-35-style{
	font-family:"GothamPro";
}
.p-37-style{
	font-family:"GothamPro";
}
.p-39-style{
	font-family:"GothamPro";
}
.p-38-style{
	font-family:"GothamPro";
	color:#000000!important;
}
.img-bloc-1-style{
	width:300px;
	height:86px;
}
.p-39347-style{
	font-family:"GothamPro";
	text-align:left;
	font-size:16px;
}
.btn-style:hover{
	background-color:#F89C1C;
}
.btn-style:active{
	background-color:#F89C1C;
}
.h1-2-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h5-12-style{
	font-family:"GothamPro-Bold";
}
.p-145-style{
	font-family:"GothamPro";
}
.h1-2-color{
	color:#ffffff;
	font-family:"GothamPro-Black";
	font-size:50px;
}
.h2-19-style{
	font-family:"GothamPro-Bold";
	font-size:36px;
}
.p-149-style{
	font-family:"GothamPro";
}
.h3-bloc-11-style{
	font-family:"GothamPro-Bold";
	font-size:20px;
	color:#000000!important;
}
.h3-bloc-20-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.p-bloc-20-style{
	font-family:"GothamPro";
}
.p-bloc-11-style{
	font-family:"GothamPro";
}
.p-54-style{
	font-family:"GothamPro";
}
.p-55-style{
	font-family:"GothamPro";
}
.img-45-style{
	width:50px;
	height:50px;
}
.p-53-style{
	width:100%;
}
.h3--name-1--style{
	font-family:"GothamPro";
}
.h3--name-2--style{
	font-family:"GothamPro";
}
.h3--name-3--style{
	font-family:"GothamPro";
}
.p-bloc-21-style{
	font-family:"GothamPro";
}
.p-64-style{
	font-family:"GothamPro";
}
.p-79-style{
	font-family:"GothamPro";
}
.p-98-style{
	font-family:"GothamPro";
}
.h2-our-director-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h3-bloc-36-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.text-span-bloc-36-color{
	color:#ffffff;
}
.text-span-bloc-4-color{
	color:#ffffff;
}
.h2-23-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h1-4-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.p-155-style{
	font-size:20px;
	padding-bottom:20px;
	color:#000000!important;
}
.text-area-style{
	width:100%;
}
.h2-25-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h1-ir35-reviews-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h2-our-services-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h5-16-color{
	color:#ffffff;
	font-family:"GothamPro-Bold";
	font-size:24px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.p-190-style{
	font-size:20px;
	font-family:"GothamPro-Medium";
}
.h3-what-is-ir35--style{
	font-family:"GothamPro-Medium";
	color:#ffffff;
	font-size:24px;
	margin-bottom:10px;
}
.h3-41-style{
	font-family:"GothamPro-Medium";
	font-size:24px;
	margin-top:30px;
	margin-bottom:10px;
}
.h3-42-style{
	font-size:24px;
	font-family:"GothamPro-Medium";
	margin-top:30px;
	margin-bottom:10px;
}
.img-placeholder-us-style{
	height:300px;
	width:300px;
}
.h2-the-company-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.img-bloc-38-style{
	width:350px;
	height:350px;
}
.h3--5-000-000-style{
	font-family:"GothamPro-Black";
	font-size:36px;
	margin-bottom:50px;
}
.h3-25-years-style{
	font-family:"GothamPro-Black";
	font-size:36px;
	margin-bottom:50px;
}
.h1-6-style{
	font-family:"GothamPro-Black";
}
.h3-color{
	color:#ffffff;
	font-family:"GothamPro-Medium";
	text-align:left;
}
.h3-bookkepping-style{
	font-family:"GothamPro-Medium";
}
.h3-vat-accounts-style{
	font-family:"GothamPro-Medium";
}
.h3-payroll-style{
	font-family:"GothamPro-Medium";
}
.h2-34-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.h1-41464-style{
	font-family:"GothamPro-Black";
	margin-bottom:0px;
}
.h3-35-style{
	font-size:24px;
	font-family:"GothamPro-Medium";
}
.h1-payroll-style{
	font-family:"GothamPro-Black";
}
.h1-7-style{
	font-family:"GothamPro-Black";
	font-size:40px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.h3-hr-support-style{
	font-family:"GothamPro-Black";
}
.h3-22278-style{
	font-family:"GothamPro-Bold";
	font-size:20px;
}
.h3-feature-title-style{
	font-family:"GothamPro-Bold";
	font-size:20px;
}
.h3-paye-style{
	font-size:20px;
	font-family:"GothamPro-Bold";
}
.h3-40-style{
	font-family:"GothamPro-Bold";
	font-size:20px;
}
.card-body-style{
	width:100%;
}
.img-91-style{
	width:75px;
	height:75px;
}
.h3-43-style{
	font-family:"GothamPro-Black";
	font-size:36px;
}
.para{
	font-family:"GothamPro-Bold";
	color:#000000!important;
}
.link-020-3011-1335-color{
	color:#000000;
	text-decoration:underline!important;
}
.center-video{
	text-align:center;
}
.alan-video{
	padding-right:0px;
	margin-right:0px;
	float:none;
}
.radio-bloc-7-style{
	width:100%;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
}
.btn-style-2{
	background-color:#F89C1C;
	text-align:center;
	font-family:"GothamPro";
	color:#ffffff;
	margin-top:15px;
	border-radius:14px 14px 14px 14px;
}
.btn-style-2:hover{
	background-color:#F89C1C;
}
.btn-style-2:active{
	background-color:#F89C1C;
}
.btn-style-3{
	background-color:#F89C1C;
	text-align:center;
	font-family:"GothamPro";
	color:#ffffff;
	margin-top:15px;
	border-radius:14px 14px 14px 14px;
}
.btn-style-3:hover{
	background-color:#F89C1C;
}
.btn-style-3:active{
	background-color:#F89C1C;
}
.wm-vide{
	padding-right:0px;
	margin-right:0px;
	float:none;
}
.btn-style-mobile{
	background-color:#F89C1C;
	text-align:center;
	font-family:"GothamPro";
	color:#ffffff;
	margin-top:15px;
	border-radius:14px 14px 14px 14px;
}
.btn-style-mobile:hover{
	background-color:#F89C1C;
}
.btn-style-mobile:active{
	background-color:#F89C1C;
}
.ltdheader{
	background-image:url("img/Background2-2%20ForWeb.jpg");
}
.wm-video{
	padding-right:0px;
	margin-right:0px;
	float:none;
}
.alan-videomd{
	padding-right:0px;
	margin-right:0px;
	float:none;
}
.h1-blog-style{
	font-family:"GothamPro-Black";
	color:#000000;
	padding-top:0px;
}
.h3-read-more-style{
	font-size:36px;
	font-family:"GothamPro-Black";
	color:#000000!important;
}
.h3-36800-style{
	font-family:"GothamPro-Black";
	color:#F4F9F7!important;
	font-size:30px;
}
.colour-link{
	color:#FFFEFF!important;
	text-decoration:underline!important;
}
.p-155-style-copy-1{
	font-size:20px;
	padding-bottom:20px;
	color:#FFFEFF!important;
}
.no-padding{
	font-size:28px;
}
.h1-blog-style-copy-1{
	font-family:"GothamPro-Black";
	color:#000000;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
}
.divider{
	font-size:10px;
	color:#000000!important;
	text-align:center;
	width:100%;
	padding:15px 15px 15px 15px;
}
.quicktext{
	font-size:28px;
	text-align:center;
}
.promo{
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
.h3-12900-style{
	font-family:"GothamPro-Bold";
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-isabelline{
	background-color:#EDECEC;
}
.bgc-black{
	background-color:#000000;
}
.bgc-cyan-process{
	background-color:rgba(12,159,237,0.30);
}
.bgc-cyan-process-2{
	background-color:rgba(12,159,237,0.30);
}
.bgc-light-gray{
	background-color:#D1D3D3;
}

/* Text colour styles */

.tc-dim-gray{
	color:#606161!important;
}
.tc-black{
	color:#000000!important;
}
.tc-carrot-orange{
	color:#F89C1C!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-cyan-process{
	color:#0C9EEC!important;
}
.ltc-cyan-process:hover{
	color:#0a7ebd!important;
}

/* Bloc image backgrounds */

.bg-Landing-page-plus-website-graphics-Background--ForWeb{
	background-image:url("img/Landing-page-plus-website-graphics_Background--ForWeb.jpg");
}
.bg-FB-20Ads-20background{
	background-image:url("img/FB%20Ads%20background.jpg");
}
.bg-9-20Cropped-ForWEb{
	background-image:url("img/9%20Cropped-ForWEb.jpg");
}
.bg-9-20Cropped-202-ForWeb{
	background-image:url("img/9%20Cropped%202-ForWeb.jpg");
}
.bg-Accounting-20Background-20ForWeb{
	background-image:url("img/Accounting%20Background%20ForWeb.jpg");
}
.bg-MXM-20Background-204{
	background-image:url("img/MXM%20Background%204.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h1-style{
		width:100%;
	}
	.h5-style{
		text-align:center;
		font-size:36px;
	}
	.p-bloc-4-style{
		font-size:16px;
	}
	.p-style{
		width:100%;
	}
	.p-9-style{
		width:100%;
	}
	.p-12-style{
		font-size:40px;
	}
	.points{
		font-size:24px;
		line-height:28px;
	}
	.alan-video{
		width:400px;
		margin:auto auto auto auto;
	}
	.alan-videomd{
		width:300px;
		height:300px;
		margin:auto auto auto auto;
	}
	.img-bloc-9-style{
		width:75px;
		height:75px;
	}
	.column{
		margin:35px auto auto auto;
	}
	.img-bloc-32-style{
		width:350px;
		height:350px;
	}
	.img{
		width:350px;
	}
	.p-29-style{
		font-size:16px;
	}
	.ltd-img-size{
		width:450px;
		margin-bottom:20px;
	}
	.img-bloc-11-style{
	}
	.card-body-4-style{
		width:100%;
	}
	.h3--name-1--style{
		font-size:24px;
	}
	.h3--name-2--style{
		font-size:24px;
	}
	.h3--name-3--style{
		font-size:24px;
	}
	.h1-blog-style{
		text-align:center;
	}
	.h3-read-more-style{
		font-size:28px;
		text-align:center;
	}
	.h3-36800-style{
		text-align:center;
	}
	.p-155-style{
		text-align:center;
	}
	.p-155-style-copy-1{
		text-align:center;
	}
	.h1-blog-style-copy-1{
		text-align:center;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h3-style{
		text-align:center;
		width:100%;
	}
	.h5-style{
		text-align:center;
		font-size:28px;
		width:100%;
	}
	.h2-style{
		text-align:center;
		font-size:28px;
	}
	.feature-item{
	}
	.feature{
		margin-top:25px;
	}
	.h3-2-style{
		font-size:24px;
	}
	.carousel-{
		width:70%;
		margin:auto auto auto auto;
	}
	.h2-our-partners-style{
		text-align:center;
		font-size:28px;
	}
	.p-style{
		width:100%;
		font-size:18px;
	}
	.alan-video{
		width:400px;
		height:400px;
		margin:auto auto auto auto;
	}
	.h2-2-style{
		font-size:26px;
	}
	.quote-carousel{
		margin:auto auto auto auto;
	}
	.p-9-style{
		font-size:16px;
	}
	.label-color{
		font-size:16px;
	}
	.p-color{
		color:#ffffff;
	}
	.p-10-style{
		font-size:25px;
	}
	.h3-8-style{
		text-align:center;
		font-size:28px;
	}
	.padding-column{
		width:60%;
		margin:auto auto 30px auto;
	}
	.column{
		margin:auto auto auto auto;
	}
	.h5-7-style{
		font-family:"GothamPro-Bold";
		font-size:24px;
	}
	.row-bloc-18-style{
		width:70.15%;
		margin:auto auto 30px auto;
	}
	.p-bloc-18-color{
		color:#ffffff;
	}
	.p-bloc-18-style{
		font-size:16px;
	}
	.p-44-bloc-18-style{
		font-size:16px;
	}
	.row-58-style{
		width:64.83%;
		margin:30px auto auto auto;
	}
	.h2-color{
		color:#ffffff;
	}
	.h2-2-2{
		font-size:24px;
	}
	.link-color{
		font-size:18px;
	}
	.p-29-style{
		font-size:16px;
	}
	.label-style{
		font-size:16px;
	}
	.p-12-style{
		font-size:30px;
		line-height:30px;
	}
	.points{
		line-height:26px;
		font-size:24px;
	}
	.img-bloc-9-style{
		width:75px;
	}
	.point-column{
	}
	.p-13-style{
		font-size:24px;
	}
	.card-body-style{
		width:100%;
	}
	.quote-column{
		margin:auto auto 30px auto;
	}
	.rounded-edges{
	}
	.ltdheader{
		background-color:rgba(12,159,237,0.30);
		background-position:left center;
	}
	.h3-16-style{
		font-size:28px;
		line-height:30px;
		text-align:center;
	}
	.tabbedcontent{
		color:#000000!important;
	}
	.cardtitle{
		color:#000000!important;
		text-align:center;
	}
	.no-margin{
	}
	.h3-bloc-20-style{
		text-align:center;
		color:#FEFFFE!important;
		font-size:28px;
	}
	.h2-9-style{
		font-size:28px;
	}
	.p-21-style{
		font-size:16px;
	}
	.h1-2-style{
		text-align:center;
		font-size:28px;
	}
	.h1-2-color{
		font-size:36px;
	}
	.h2-the-company-style{
		text-align:center;
		font-size:28px;
	}
	.h2-our-director-style{
		text-align:center;
		font-size:28px;
	}
	.h1-4-style{
		text-align:center;
		font-size:28px;
	}
	.p-155-style{
		text-align:center;
	}
	.h2-25-style{
		font-size:28px;
		text-align:center;
	}
	.h5-5-style{
		margin-top:0px;
	}
	.img-bloc-54-style{
		width:300px;
		border-radius:0px 0px 0px 0px;
	}
	.alan-videomd{
		width:400px;
		height:400px;
		margin:auto auto auto auto;
	}
	.link-style{
		text-decoration:none;
	}
	.h3-read-more-style{
		font-size:28px;
		text-align:center;
	}
	.h2-bloc-3-style{
		font-family:"GothamPro-Black";
		font-size:28px;
	}
	.p-155-style-copy-1{
		text-align:center;
	}
	.quicktext{
		font-size:20px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
		font-size:12px;
	}
	.h1-style{
		font-size:24px;
	}
	.h3-style{
		font-size:14px;
		text-align:center;
		width:100%;
	}
	.nav-width{
		width:200px;
		height:57px;
		margin:auto auto auto auto;
		padding:0px 0px 0px 0px;
	}
	.p-style{
		width:100%;
		font-size:12px;
		padding-bottom:0px;
		text-align:center;
		margin-bottom:0px;
	}
	.mobile-rows{
	}
	.btn-style{
		font-size:14px;
	}
	.h5-style{
		text-align:center;
		font-size:20px;
		color:#ffffff;
	}
	.h3-2-style{
		font-size:16px;
		margin:5px 5px 5px 5px;
	}
	.h2-style{
		font-size:20px;
		text-align:center;
	}
	.img-2-style{
		width:75px;
	}
	.h2-2-style{
		font-size:20px;
	}
	.about-us-class{
		font-size:12px;
		text-align:center;
	}
	.h2-our-partners-style{
		font-size:20px;
		text-align:center;
	}
	.carousel-{
		width:89.26%;
		height:165px;
		margin:auto auto auto auto;
	}
	.alan-video{
		height:250px;
		width:250px;
		margin:auto auto auto auto;
	}
	.footer-address{
		text-align:center;
		font-size:12px;
	}
	.footer-title{
		margin-bottom:0px;
		font-size:20px;
	}
	.breakpoint-settings{
		border-style:none;
		float:none;
		overflow:visible;
	}
	.p-9-style{
		font-size:14px;
		color:#606161!important;
	}
	.label-color{
		font-size:14px;
	}
	.radio-style{
		width:100%;
	}
	.radio-bloc-7-style{
		min-width:250px;
		max-width:250px;
	}
	.label-style{
		font-size:12px;
	}
	.btn-style-2{
		font-size:14px;
		margin-top:5px;
		margin-bottom:25px;
	}
	.button-colour{
		background-color:transparent;
		color:#000000!important;
	}
	.inner-container{
		width:150px;
		height:150px;
		margin:auto auto auto auto;
	}
	.quote-column{
		margin-bottom:25px;
	}
	.p-10-style{
		text-align:left;
		margin-left:0px;
		padding-left:0px;
	}
	.quote-carousel{
		;
	}
	.btn-style-3{
		font-size:14px;
		margin-top:5px;
		margin-bottom:-15px;
	}
	.p-12-style{
		font-size:24px;
		line-height:24px;
	}
	.p-13-style{
		font-size:14px;
	}
	.points{
		font-size:14px;
		line-height:14px;
	}
	.img-bloc-9-style{
		width:45px;
		height:45px;
	}
	.point-column{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.p-14-style{
		line-height:14px;
		font-size:14px;
	}
	.h3-8-style{
		font-size:20px;
		text-align:center;
	}
	.h2-why-maximoor--style{
		font-size:20px;
		text-align:center;
	}
	.wm-vide{
		width:250px;
		margin:auto auto auto auto;
	}
	.h3-9-style{
		font-size:16px;
	}
	.p-18-style{
		font-size:12px;
		text-align:center;
	}
	.quote-padding{
		padding-top:0px;
	}
	.padding-column{
		margin-bottom:25px;
		margin-top:0px;
		padding-top:0px;
	}
	.navbar-brand img{
		width:170px;
		height:50px;
		margin:auto auto auto auto;
	}
	.toggle{
		margin:auto auto auto auto;
	}
	.h4-style{
		font-size:16px;
		text-align:center;
	}
	.h2-9-style{
		font-size:20px;
		text-align:center;
	}
	.h5-5-style{
		font-size:16px;
		margin-top:15px;
	}
	.p-21-style{
		font-size:12px;
	}
	.h5-6-style{
		font-size:16px;
	}
	.h5-7-style{
		font-family:"GothamPro-Bold";
		font-size:16px;
	}
	.h3-13-style{
		font-size:20px;
		text-align:center;
	}
	.h2-2-2{
		font-size:20px;
		text-align:center;
	}
	.btn-style-mobile{
		font-size:14px;
		margin-top:5px;
	}
	.link-color{
		font-size:16px;
	}
	.p-29-style{
		font-size:12px;
	}
	.p-bloc-15-style{
		font-size:12px;
	}
	.p-34-style{
		font-size:12px;
	}
	.p-35-style{
		font-size:12px;
	}
	.p-36-style{
		font-size:12px;
	}
	.p-37-style{
		font-size:12px;
	}
	.p-38-style{
		font-size:12px;
	}
	.p-39-style{
		font-size:12px;
	}
	.p-39347-style{
		font-size:12px;
	}
	.mobile-image-padding{
		margin-bottom:20px;
	}
	.h3-bloc-11-style{
		font-size:12px;
		text-align:left;
	}
	.ltdheader{
		background-color:rgba(12,159,237,0.30);
		background-position:left top;
	}
	.h3-16-style{
		font-size:20px;
		text-align:center;
	}
	.p-44-style{
		font-size:12px;
	}
	.p-bloc-11-style{
		font-size:12px;
	}
	.p-54-style{
		font-size:12px;
	}
	.p-55-style{
		font-size:12px;
	}
	.p-45-style{
		font-size:12px;
	}
	.p-46-style{
		font-size:12px;
	}
	.p-47-style{
		font-size:12px;
	}
	.p-48-style{
		font-size:12px;
	}
	.p-50-style{
		font-size:12px;
	}
	.feature-item{
		font-size:12px;
	}
	.h3--name-1--style{
		font-size:20px;
	}
	.p-bloc-21-style{
		text-align:center;
		font-size:16px;
	}
	.p-64-style{
		font-size:16px;
		text-align:center;
	}
	.h3--name-2--style{
		font-size:20px;
	}
	.p-79-style{
		font-size:16px;
		text-align:center;
	}
	.h3--name-3--style{
		font-size:20px;
		text-align:center;
	}
	.p-98-style{
		font-size:16px;
		text-align:center;
	}
	.tabbedcontent{
		font-family:"GothamPro";
		font-size:16px;
		text-align:left;
		color:#000000!important;
	}
	.link--name-1--color{
		color:#ffffff;
	}
	.cardtitle{
		font-size:16px;
		color:#000000!important;
		font-family:"GothamPro";
		text-align:center;
	}
	.no-margin{
		font-family:"GothamPro";
		font-size:16px;
		color:#000000!important;
	}
	.h3-bloc-20-style{
		text-align:center;
		font-size:20px;
	}
	.p-bloc-20-style{
		font-size:12px;
	}
	.p-104-style{
		font-size:12px;
	}
	.h5-color{
		font-size:16px;
	}
	.cheque-padding{
		margin-top:25px;
	}
	.review-padding{
		margin-top:25px;
	}
	.wm-video{
		height:140px;
		width:250px;
		margin:auto auto auto auto;
	}
	.h1-2-color{
		color:#ffffff;
		font-size:24px;
	}
	.h1-2-style{
		font-size:20px;
		text-align:center;
	}
	.h5-12-style{
		font-size:16px;
	}
	.p-145-style{
		font-size:12px;
	}
	.p-149-style{
		font-size:12px;
	}
	.h2-the-company-style{
		font-size:20px;
		text-align:center;
	}
	.aboutuspara{
		font-size:12px;
		text-align:justify;
	}
	.h2-our-director-style{
		font-size:20px;
		text-align:center;
	}
	.text-span-bloc-38-color{
		color:#ffffff;
	}
	.img-bloc-38-style{
		width:270px;
		height:270px;
	}
	.p-155-style{
		text-align:center;
		font-size:16px;
	}
	.h1-4-style{
		font-size:24px;
		text-align:center;
	}
	.h2-23-style{
		font-size:24px;
	}
	.h2-25-style{
		font-size:20px;
		text-align:center;
	}
	.payepara{
		font-size:12px;
	}
	.h1-ir35-reviews-style{
		font-size:24px;
		text-align:center;
	}
	.ir35para{
		text-align:center;
	}
	.h3-what-is-ir35--style{
		font-size:16px;
	}
	.ir35body{
		font-size:12px;
	}
	.h3-41-style{
		font-size:16px;
	}
	.h3-42-style{
		font-size:16px;
	}
	.h2-our-services-style{
		font-size:24px;
	}
	.h5-16-color{
		font-size:20px;
	}
	.p-190-style{
		font-size:16px;
	}
	.ir35body2{
		font-size:12px;
		text-align:justify;
	}
	.addedmargin{
		margin-top:20px;
	}
	.h1-payroll-style{
		color:#ffffff;
		text-align:center;
		font-size:24px;
	}
	.h1-7-style{
		font-size:24px;
		text-align:center;
	}
	.h3-35-style{
		font-size:16px;
		text-align:center;
	}
	.rounded-edges{
	}
	.h3-43-style{
		font-size:24px;
		text-align:center;
	}
	.h3-paye-style{
		font-size:16px;
	}
	.h3-40-style{
		font-size:16px;
	}
	.h3-22278-style{
		font-size:16px;
	}
	.h3-feature-title-style{
		font-size:16px;
	}
	.h3-hr-support-style{
		font-size:20px;
		text-align:center;
	}
	.h1-6-style{
		font-size:24px;
	}
	.h3-color{
		font-size:20px;
		text-align:center;
	}
	.h3-bookkepping-style{
		font-size:20px;
		text-align:center;
	}
	.h3-vat-accounts-style{
		font-size:20px;
		text-align:center;
	}
	.h3-payroll-style{
		font-size:20px;
		text-align:center;
	}
	.h2-34-style{
		color:#ffffff;
		font-size:20px;
		text-align:center;
	}
	.row-bloc-13-style{
		;
	}
	.row-58-style{
		width:100%;
		margin-top:40px;
	}
	.alan-videomd{
		height:250px;
		width:250px;
		margin:auto auto auto auto;
	}
	.h2-bloc-3-style{
		font-family:"GothamPro-Black";
		margin-top:30px;
		font-size:20px;
	}
	.feature{
	}
	.h1-blog-style{
		font-size:30px;
	}
	.h3-read-more-style{
		font-size:20px;
	}
	.h3-36800-style{
		font-size:22px;
	}
	.p-155-style-copy-1{
		text-align:center;
		font-size:16px;
	}
	.alert{
		font-size:12px;
		color:#1C99BC!important;
	}
	.h1-blog-style-copy-1{
		font-size:30px;
	}
	.quicktext{
		text-align:center;
		font-size:18px;
	}
	.no-padding{
		;
	}
	
}

