/*-----------------------------------------------------------------------------------
	ARC Group Inc.
	About: A shiny new Blocs website.
	Author: Kadri Walcott
	Version: 1.0
	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 blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-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-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-tl-edge{
	background-position: top left!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

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


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
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-sq{
	border-radius: 0px;
}
.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;
}
.icon-lg{
	font-size:60px!important;
}
.icon-square{
	margin:0 auto;
	border:2px solid transparent;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}


/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = 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;
}


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

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

/* Additional Aspect Ratios */

.embed-responsive-4by4::before{
	padding-top:100%}.embed-responsive-9by16::before{
	padding-top:106.25%}
.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
}
.container{
	max-width:1170px;
}
.statement-bloc-text{
	line-height:58px;
	font-style:italic;
	font-size:48px;
	text-align:center;
	font-weight:lighter;
	background-color:rgba(4,104,226,0.0);
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	margin-top:0px;
}
.topbar{
	background-color:#0468E2;
	background-size:100% auto;
	text-align:right;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
	letter-spacing:2px;
	font-family:"helvetica";
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	text-decoration:overline!important;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px #000000;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.copyright{
	font-size:12px;
	color:#E42241!important;
}
.pic{
	float:left;
	margin-right:20px;
	text-align:left;
}
.bloc-group-text-vc{
	font-size:50px;
	margin-top:20%;
}
.bodymain{
	background-color:#000000;
	border-bottom-left-radius:20px;
	margin-top:-100px;
	padding:20px 20px 20px 20px;
	border-bottom-right-radius:20px;
}
.blocs-personal-panel{
	max-width:400px;
	min-height:400px;
	padding:40px 10px 40px 10px;
	background-color:#FFFFFF;
	text-align:center;
	border-radius:6px 6px 6px 6px;
	border-width:0px 0px 0px 0px;
}
.blocs-panel-avatar{
	max-width:100px;
	margin-bottom:20px;
}
.blocs-personal-panel h3{
	color: rgba(0,0,0,.8);
	font-family:"Lato";
	font-size:36px;
	font-weight:700;
}
.blocs-personal-panel p{
	color: rgba(0,0,0,.3);
	font-family:"Lato";
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.blocs-social-list-v{
	max-width:220px;
	margin:0 auto!important;
}
.blocs-social-list-v li{
	min-width:30px;
}
.sliderbar{
	margin-bottom:0px;
	background-color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding-right:20px;
	text-decoration:none;
}
.facebook{
	margin-top:0px;
	padding-top:20px;
}
.bloc-1-h2{
	font-size: 20px;
}
.bloc-2-p{
	font-size:20px;
}
.bloc-5-h2{
	font-size: 40px;
}
.bloc-5-p{
	font-size: 16px;
}
.bloc-7-p{
	font-size:18px;
}
.bloc-8-p{
	font-size:18px;
}
.bloc-9-p{
	font-size:20px;
}
.bloc-13-p{
	font-size:18px;
}
.bloc-19-h5{
	font-size:24px;
}
.bloc-19-p{
	font-size:18px;
	line-height:24px;
}
.bloc-20-h5{
	font-size:24px;
}
.bloc-20-p{
	font-size:18px;
	line-height:24px;
}
.bloc-21-p{
	font-size:22px;
}
.bloc-29-p{
	font-size:22px;
}
.bloc-39-p{
	font-size: 16px;
}
.bloc-45-p{
	font-size: 16px;
}
.bloc-48-h2{
	font-size: 40px;
}
.bloc-48-h3{
	font-size: 28px;
}
.box{
	border-style:solid;
	background-color:transparent;
	border-color:#EBEBEB!important;
	border-width:12px 12px 12px 12px;
}
.h1-style{
	font-size:26px;
}
.h2-style{
	font-size:42px;
	line-height:76px;
}
.homemenu{
	background-color:#FEFFFF;
	background-position:left bottom;
	border-style:solid;
	border-color:rgba(255,255,255,0.2)!important;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	font-weight:bold;
	border-width:12px 12px 12px 12px;
}
.img-style{
	width:377px;
}
.img-ourdesig-style{
	width:308px;
	height:231px;
}
.img-consultancyft-style{
	width:308px;
}
.img-xtermigateft-style{
	width:308px;
}
.h3-style{
	font-size:16px;
}
.h3-5-style{
	font-size:38px;
	line-height:50px;
}
.img-11-style{
	width:224px;
}
.img-12-style{
	width:224px;
}
.img-laurabrook-style{
	width:224px;
}
.img-14-style{
	width:224px;
}
.img-bloc-7-style{
	width:200px;
}
.img-arcwaterlo-style{
	width:200px;
}
.img-10-style{
	width:478px;
}
.p-style{
	font-size:18px;
}
.p-bloc-28-style{
	font-size:18px;
}
.p-44-style{
	font-size:18px;
}
.p-43-style{
	font-size:18px;
}
.img-bloc-48-style{
	;
}
.shade{
	background-color:rgba(255,255,255,0.3);
	border-style:none;
	border-width:1px 1px 1px 1px;
}
.h3-bloc-1-style{
	line-height:38px;
}
.shade2{
	background-color:rgba(0,0,0,0.7);
	border-style:none;
	border-width:1px 1px 1px 1px;
}
.h6-style{
	line-height:22px;
	font-size:18px;
}
.p-bloc-6-style{
	font-size:18px;
}
.img-slid-style{
	width:770px;
}
.shadow{
	text-shadow:0px 1px 2px #000000;
}
.pp{
	font-weight:bold;
}
.h3-bloc-6-style{
	font-size:38px;
	line-height:50px;
}
.h3-9-style{
	line-height:3px;
}
.h4-bloc-6-style{
	line-height:40px;
	font-size:27px;
}
.h3-6-style{
	font-size:38px;
	line-height:50px;
}
.img-bloc-45-style{
	height:160px;
}
.img-143-style{
	height:160px;
}
.cards{
	border-style:solid;
	background-color:rgba(255,255,255,0.22);
	border-color:rgba(255,255,250,0.91)!important;
	padding:26px 8px 4px 8px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	box-shadow:-1.55px 1.26px 4px rgba(0,0,0,0.14);
}
.bloc-divider-t-fill{
	fill:#FEFFFE;
	height:100px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
}
.bloc-divider-b-bloc-46-fill{
	fill:var(--swatch-var-916);
	height:140px;
}
.bloc-divider-t-bloc-4-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-bloc-47-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-bloc-6-fill{
	fill:#004AA5;
}
.bluegradient{
	background:linear-gradient(43deg, #0071FF   0%, #000000 30%, #000057 67%, #47CBFF 100%);
	background-blend-mode:normal;
	font-family:"Lato";
	font-weight:300;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bloc-divider-t-bloc-10-fill{
	fill:#004CA6;
}
.bloc-divider-t-0-fill{
	fill:#FEFFFF;
}
.bloc-divider-b-bloc-7-fill{
	fill:#FEFFFE;
}
.bloc-divider-t-bloc-7-fill{
	fill:#FEFFFF;
}
.buttons{
	border-color:rgba(255,255,255,0.51)!important;
	background-color:transparent;
	background:linear-gradient(163deg, #004AA5 0%, #46BEF0 100%);
	box-shadow:0px 0px 15px rgba(0,0,0,0.14);
	color:#FFFFFF!important;
	font-weight:bold;
	border-radius:12px 12px 12px 12px;
	border-width:3px 3px 3px 3px;
}
.buttons:hover{
	background:linear-gradient(172deg, #4600AB 0%, #9A0068 100%);
	font-weight:bold;
	color:#FFFFFF!important;
	border-radius:12px 12px 12px 12px;
	border-width:3px 3px 3px 3px;
}
.navbar-brand img{
	width:150px;
}
.iconpinkct{
	background-color:#FF47B2;
	color:#FFFFFF!important;
	border-style:solid;
	border-color:rgba(255,255,255,0.40)!important;
	box-shadow:0px 0px 8px rgba(0,0,0,0.13);
	border-width:12px 12px 12px 12px;
}
.iconmauvect{
	background-color:#5955FC;
	color:#FFFFFF!important;
	border-style:solid;
	border-color:rgba(255,255,255,0.40)!important;
	box-shadow:0px 0px 8px rgba(0,0,0,0.13);
	border-width:12px 12px 12px 12px;
}
.iconbluect{
	background-color:#00A5FF;
	color:#FFFFFF!important;
	border-style:solid;
	border-color:rgba(255,255,255,0.40)!important;
	box-shadow:0px 0px 8px rgba(0,0,0,0.14);
	border-width:12px 12px 12px 12px;
}
.emailcard{
	box-shadow:0px 0px 15px rgba(0,0,0,0.14);
	padding-top:28px;
	padding-bottom:28px;
	border-color:#F49FD0!important;
	border-style:solid;
	border-radius:12px 12px 12px 12px;
	border-width:4px 4px 4px 4px;
}
.bloc-divider-t-bloc-20-fill{
	fill:#FEFFFE;
}
.bloc-divider-t-bloc-21-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-bloc-20-fill{
	fill:#FEFFFE;
}
.bloc-divider-t-bloc-22-fill{
	fill:#FEFFFE;
}
.bloc-divider-t-bloc-25-fill{
	fill:#FEFFFE;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.blue-bg-gradient{
	background:linear-gradient(190deg, #00F9F0, #0149FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.deep-green-bg-gradient{
	background:linear-gradient(170deg, #00FFA3, #008500);
}
a{
	font-size:18px;
}
.bloc-divider-b-bloc-1-fill{
	fill:#004AA5;
}
.bloc-divider-t-bloc-2-fill{
	fill:#FEFFFE;
}
.p-3-style{
	font-size:18px;
}
.img-about-style{
	width:370px;
}
.p-2-style{
	font-size:12px;
}
.p-1-style{
	font-size:18px;
	line-height:27px;
	text-indent:0px;
	padding-top:22px;
}
.p-18166-style{
	font-size:12px;
}
.textcards{
	box-shadow:0px 2px 13px rgba(0,0,0,0.18);
	border-style:none;
	background-color:rgba(255,255,255,0.90);
	font-weight:bold;
	padding:26px 26px 24px 26px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-color:#FFFFFF!important;
}
.bloc-divider-b-bloc-2-fill{
	fill:#FFFFFE;
}
.galleryhead{
	color:#000000!important;
	text-transform:capitalize;
	font-weight:300;
	font-family:"Lato";
	background-color:transparent;
}
.galleryhead:active{
	color:#000000!important;
	font-family:"Lato";
	font-weight:300;
}
.bloc-divider-t-bloc-38-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-bloc-38-fill{
	fill:#FEFFFE;
	height:150px;
}
.p-bloc-47-style{
	font-family:Lato;
	font-weight:300;
}
.bloc-divider-b-bloc-10-fill{
	fill:#FEFFFE;
	height:180px;
}
.bloc-divider-t-0-bloc-10-fill{
	fill:var(--swatch-var-2);
	height:130px;
}
.bloc-divider-b-bloc-16-fill{
	fill:#FEFFFE;
}
.bloc-divider-b-bloc-21-fill{
	fill:#FDFFFD;
	height:130px;
}
.img-icons8-work-style{
	width:76px;
}
.img-icons8-tim-style{
	width:76px;
}
.img-icons8-light--style{
	width:76px;
}
.img-bloc-21-style{
	width:76px;
}
.img-icons8-founta-style{
	width:76px;
}
.img-21-style{
	width:76px;
}
.img-18-style{
	width:76px;
}
.img-14-bloc-21-style{
	width:76px;
}
.bloc-divider-b-bloc-12-fill{
	fill:#FEFFFE;
}
.galleryhead:hover{
	color:#000000!important;
	font-family:"Lato";
	font-weight:300;
}
.p-bloc-50-style{
	font-size:12px;
}
.bloc-divider-b-bloc-25-fill{
	fill:#F8FAF8;
}
.bloc-divider-b-bloc-19-fill{
	fill:#FDFFFD;
}
.bloc-divider-t-style{
	height:30px;
	width:100%;
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-0-fill{
	fill:#36A4E2;
	width:100%;
}
.navbar-nav li a{
	font-family:"helvetica";
	font-weight:300;
}
.bloc-divider-b-0-fill{
	fill:#FDFFFD;
}
.bloc-divider-t-25190-fill{
	fill:#FEFFFE;
}
.cards:hover{
	border-style:solid;
	border-color:var(--swatch-var-7434)!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	padding:26px 8px 4px 8px;
}
.fricon{
	background-color:#FEFFFF;
	margin-top:-60px;
	color:#004AA5!important;
	border-style:_popUpItemAction:;
	border-color:#FECB62!important;
	box-shadow:0px 0px 8px #C0C0C0;
	border-width:0px 0px 0px 0px;
}
.fricon:hover{
	color:#000000!important;
}
.sq1{
	background-color:#0073FF;
	background-blend-mode:multiply;
}
.sq2{
	background-blend-mode:multiply;
	background-color:#0052FF;
}
.sq3{
	background-blend-mode:multiply;
	background-color:#0039FF;
}
.sq4{
	background-blend-mode:multiply;
	background-color:#0018E8;
}
.whoweare{
	background-blend-mode:multiply;
	background-color:#0B87EE;
}
.bloc-divider-b-40043-fill{
	fill:#FFFFFF;
}
.slidetext{
	background-color:rgba(0,0,0,0.65);
	height:400px;
	padding:22px 22px 22px 22px;
	border-radius:16px 16px 16px 16px;
}
.img-bloc-10-style{
	height:187px;
	width:224px;
}
.bloc-divider-b-47936-fill{
	fill:#FEFFFF;
}
.butts{
	border-radius:12px 12px 12px 12px;
}
.butts:hover{
	background:linear-gradient(64deg, #0432FF 0%, #299FEB 39%, #0077DF 100%);
	border-radius:12px 12px 12px 12px;
}
.bloc-divider-b-18690-fill{
	fill:#FEFFFF;
}
.img-bloc-38-style{
	width:277px;
}
.textcards:active{
	font-weight:bold;
}
.textcards:focus{
	font-weight:bold;
}
.textcards:visited{
	font-weight:bold;
}
.textcards:hover{
	font-weight:bold;
}
.p-bloc-21-style{
	font-size:18px;
}
.p-12-style{
	font-size:18px;
}
.p-14-style{
	font-size:18px;
}
.p-15-style{
	font-size:18px;
}
.p-16-style{
	font-size:18px;
}
.p-17-style{
	font-size:18px;
}
.p-18-style{
	font-size:18px;
}
.img-peg-farm-style{
	height:156px;
}
.img-peg-farm2-style{
	height:146px;
}
.img-97-style{
	height:146px;
}
.img-99-style{
	height:146px;
	width:156px;
}
.img-agricultu-style{
	width:206px;
}
.p-12-bloc-21-style{
	font-size:18px;
}
p{
	font-size:18px;
}
.homemenu:hover{
	font-weight:bold;
}
.homemenu:active{
	font-weight:bold;
}
.homemenu:visited{
	font-weight:bold;
}
.homemenu:focus{
	font-weight:bold;
}
.listtext{
	text-align:center;
	color:#0A3881!important;
}
.listtext:hover{
	color:var(--swatch-var-2643)!important;
	text-align:center;
}
.listtext:active{
	color:var(--swatch-var-7024)!important;
	text-align:center;
}
.listtext:focus{
	color:var(--swatch-var-7434)!important;
	text-align:center;
}
.listtext:visited{
	text-align:center;
}
.img-genebre-logo-j-style{
	height:35px;
}
.img-bloc-11-style{
	height:35px;
}
.img-202-style{
	height:35px;
}
.img-ard-lo-style{
	height:35px;
}
.img-201-style{
	height:45px;
}
.img-202-bloc-11-style{
	height:53px;
}
.img-205-style{
	height:45px;
}
.img-204-style{
	height:25px;
}
.img-203-style{
	height:45px;
}
.img-toro-shie-style{
	height:35px;
}
.img-grnf-style{
	height:45px;
}
.img-productgro-style{
	height:378px;
}
.img-68-style{
	height:189px;
}
.cards2{
	border-width:1px 1px 1px 1px;
	border-color:#084AA7!important;
	background-color:rgba(0,0,0,0.60);
}
.img-49-style{
	width:224px;
}
.img-img-22-style{
	width:224px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-30th-anniversa-style{
	width:100px;
}
.label-style{
	font-size:20px;
}
.label-rain-sensors-style{
	font-size:20px;
}
.label-3-style{
	font-size:20px;
}
.label-5-style{
	font-size:20px;
}
.label-timers-style{
	font-size:20px;
}
.label-7-style{
	font-size:20px;
}
.label-lighting-style{
	font-size:20px;
}
.label-8-style{
	font-size:20px;
}
.img-7-style{
	width:297px;
}
.menubgtp{
	background-color:#FFFFFF;
}
.img-7-30th-anniversa-style{
	width:97px;
}
.img-40180-style{
	width:93px;
}
.container-div-style{
	width:100%;
}
.h3-1-style{
	width:100%;
}
.bloc-divider-t-8192-fill{
	fill:#FFFFFF;
	width:100%;
}
.bloc-divider-t-bloc-14-fill{
	fill:var(--swatch-var-2);
}
.label-9-style{
	font-size:20px;
}
.bloc-divider-t-30318-fill{
	fill:#FFFFFF;
}
.h2-bloc-8-style{
	font-size:24px;
}
.label-name-style{
	font-size:20px;
}
.label-email-style{
	font-size:20px;
}
.label-phone-style{
	font-size:20px;
}
.label-message-style{
	font-size:20px;
}
.p-bloc-5-style{
	font-size:20px;
}
.bloc-fill{
	fill:var(--swatch-var-2);
}
.img-bloc-49-style{
	width:150px;
	height:150px;
}
.img-garris-style{
	width:100px;
	height:0px;
}
.img-lightingdu-style{
	width:346px;
}
.p-39-style{
	line-height:30px;
}
.img-75-style{
	height:189px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-1368:rgba(4,105,226,1.00);
	
	--swatch-var-2643:rgba(2,2,2,1.00);
	
	--swatch-var-3822:rgba(1,75,166,1.00);
	
	--swatch-var-7226:rgba(255,255,255,0.90);
	
	--swatch-var-7434:rgba(0,174,239,1.00);
	
	--swatch-var-7024:rgba(75,222,20,1.00);
	
	--swatch-var-6972:#F4F5F8;
	
	--swatch-var-400:#D8D9D8;
	
	--swatch-var-916:rgba(0,162,0,1.00);
	
	--swatch-var-1981:#DEC766;
	
	--swatch-var-4920:rgba(72,197,250,1.00);
	
	--swatch-var-6129:#FFFF00;
	
}


/* Background colour styles */

.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-3822{
	background-color:var(--swatch-var-3822);
}
.bgc-1368{
	background-color:var(--swatch-var-1368);
}
.bgc-6972{
	background-color:var(--swatch-var-6972);
}
.bgc-916{
	background-color:var(--swatch-var-916);
}

/* Text colour styles */

.tc-1981{
	color:var(--swatch-var-1981)!important;
}
.tc-3822{
	color:var(--swatch-var-3822)!important;
}
.tc-2643{
	color:var(--swatch-var-2643)!important;
}
.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-4920{
	color:var(--swatch-var-4920)!important;
}
.tc-1368{
	color:var(--swatch-var-1368)!important;
}
.tc-7024{
	color:var(--swatch-var-7024)!important;
}

/* Button colour styles */

.btn-c-3822{
	background:var(--swatch-var-3822);
	color:#FFFFFF!important;
}
.btn-c-3822:hover{
	background:#001873!important;
	color:#FFFFFF!important;
}
.btn-c-2643{
	background:var(--swatch-var-2643);
	color:#FFFFFF!important;
}
.btn-c-2643:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-916{
	background:var(--swatch-var-916);
	color:#FFFFFF!important;
}
.btn-c-916:hover{
	background:#006F00!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCC!important;
}
.ltc-3822{
	color:var(--swatch-var-3822)!important;
}
.ltc-3822:hover{
	color:#001873!important;
}
.ltc-2643{
	color:var(--swatch-var-2643)!important;
}
.ltc-2643:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-1368{
	color:var(--swatch-var-1368)!important;
	border-color:var(--swatch-var-1368)!important;
}
.icon-2{
	color:var(--swatch-var-2)!important;
	border-color:var(--swatch-var-2)!important;
}

/* Bloc image backgrounds */

.bg-Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care{
	background-image:url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.jpg");
	background-image: -webkit-image-set(url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.webp") 1x,
url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.webp") 2x);background-image: image-set(url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.jpg") 1x,
url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.jpg") 2x,url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.webp") 1x,
url("img/Kansas-City-Lawn-Irrigation-Systems-All-Star-Lawn-Care.webp") 2x);
}
.bg-Constant-20Well-202021{
	background-image:url("img/Constant%20Well%202021.jpg");
	background-image: -webkit-image-set(url("img/Constant%20Well%202021.webp") 1x,
url("img/Constant%20Well%202021.webp") 2x);background-image: image-set(url("img/Constant%20Well%202021.jpg") 1x,
url("img/Constant%20Well%202021.jpg") 2x,url("img/Constant%20Well%202021.webp") 1x,
url("img/Constant%20Well%202021.webp") 2x);
}
.bg-Wyndham-20Sam-20Lords-20Castle-208{
	background-image:url("img/Wyndham%20Sam%20Lords%20Castle%208.jpg");
	background-image: -webkit-image-set(url("img/Wyndham%20Sam%20Lords%20Castle%208.webp") 1x,
url("img/Wyndham%20Sam%20Lords%20Castle%208.webp") 2x);background-image: image-set(url("img/Wyndham%20Sam%20Lords%20Castle%208.jpg") 1x,
url("img/Wyndham%20Sam%20Lords%20Castle%208.jpg") 2x,url("img/Wyndham%20Sam%20Lords%20Castle%208.webp") 1x,
url("img/Wyndham%20Sam%20Lords%20Castle%208.webp") 2x);
}
.bg-Wyndham-20Sam-20Lord-20Castle-203{
	background-image:url("img/Wyndham%20Sam%20Lord%20Castle%203.jpg");
	background-image: -webkit-image-set(url("img/Wyndham%20Sam%20Lord%20Castle%203.webp") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%203.webp") 2x);background-image: image-set(url("img/Wyndham%20Sam%20Lord%20Castle%203.jpg") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%203.jpg") 2x,url("img/Wyndham%20Sam%20Lord%20Castle%203.webp") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%203.webp") 2x);
}
.bg-Wyndham-20Sam-20Lord-20Castle-201{
	background-image:url("img/Wyndham%20Sam%20Lord%20Castle%201.jpg");
	background-image: -webkit-image-set(url("img/Wyndham%20Sam%20Lord%20Castle%201.webp") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%201.webp") 2x);background-image: image-set(url("img/Wyndham%20Sam%20Lord%20Castle%201.jpg") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%201.jpg") 2x,url("img/Wyndham%20Sam%20Lord%20Castle%201.webp") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%201.webp") 2x);
}
.bg-Wyndham-20Sam-20Lord-20Castle-204{
	background-image:url("img/Wyndham%20Sam%20Lord%20Castle%204.jpg");
	background-image: -webkit-image-set(url("img/Wyndham%20Sam%20Lord%20Castle%204.webp") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%204.webp") 2x);background-image: image-set(url("img/Wyndham%20Sam%20Lord%20Castle%204.jpg") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%204.jpg") 2x,url("img/Wyndham%20Sam%20Lord%20Castle%204.webp") 1x,
url("img/Wyndham%20Sam%20Lord%20Castle%204.webp") 2x);
}

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



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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){
	.tablet .bloc-group-text-vc, .mobile .bloc-group-text-vc{
		margin-top:0%;
	}
	.img-laurabrook-style{
		width:117px;
		height:102px;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.img-img-22-style{
		width:102px;
		height:102px;
	}
	.h1-style{
		font-size:36px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 767px){
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.mobile .bloc-group-text-vc{
		margin-top:0%;
	}
	.mobile .blocs-mob-center-text{
		text-align:center;
	}
	.img-laurabrook-style{
		width:96px;
		height:96px;
	}
	.img-14-style{
		width:96px;
		height:96px;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.img-12-style{
		width:96px;
		height:96px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.img-14-style{
		width:212px;
		height:212px;
	}
	.hero-header-text{
		font-size:50px;
	}
	.img-img-22-style{
		width:212px;
		height:212px;
	}
	.img-bloc-10-style{
		width:212px;
		height:212px;
	}
	.mt-1{
	}
	.navbar-logo{
		font-size:18px;
	}
	.img-laurabrook-style{
		width:212px;
		height:212px;
	}
	.img-12-style{
		width:212px;
		height:212px;
	}
	
}

