
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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;}



.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;
}


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

}
.l-bloc p a{
	color: #3D3D3D;
}
.l-bloc p a:hover{
	opacity: .6;
	transition: 0.25s ease-in-out;
}

.d-bloc p a{
	color:white;
}
.d-bloc p a:hover{
	opacity: .6;
	transition: 0.25s ease-in-out;
}


.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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.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;
}






.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;
}




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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Rubik";
}
.container{
	max-width:1140px;
}
.nav-bar{
	font-family:"Rubik";
	font-size:18px;
	color:#3C3C3C!important;
}
.nav-link{
	color:#3C3C3C!important;
	font-size:18px;
	font-family:"Rubik";
	padding:0px 0px 0px 32px;
}

.nav-link:hover{
	opacity: .6;
	transition: 0.25s ease-in-out;
}

.navbar-brand img{
	width:180px;
	height:42px;
}
.parent-nav{
	margin-bottom:0px;
	padding:0px 0px 0px 16px;
}
.img-style{
	float:none;
	overflow:visible;
	display:inline-block;
	margin-top:80px;
	width:480px;
	height:320px;
	border-radius:1px 1px 1px 1px;
}
.bg-image{
	background-size:auto 618px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:0px;
	height:618px;
}
.herosection-container{
	margin-top:24px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
}
.hero-block{
	margin-top:0px;
	padding-top:0px;
}
.hero-row{
	padding-top:0px;
	margin-top:-120px;
}
.hero-text{
	float:none;
	margin-top:104px;
}
.herolight{
	font-size:40px;
	color:#3C3C3C!important;
	font-family:"Rubik";
	font-weight:300;
}
.herobold{
	font-family:"Rubik";
	font-size:40px;
	font-weight:600;
	color:#3D3D3D!important;
	margin-top:-16px;
}
.heroparagraph{
	font-size:20px;
	font-weight:300;
	color:#3D3D3D!important;
	font-family:"Rubik";
	padding-top:0px;
	margin-top:28px;
}
.p-style{
	width:85.24%;
	line-height:28px;
}
.herobutton{
	font-size:24px;
	font-family:"Rubik";
	color:#FEFFFE!important;
	background-color:#FC6507;
	line-height:28px;
	margin-top:40px;
	padding:20px 40px 20px 40px;
	border-radius:4px 4px 4px 4px;
}
.herobutton:hover{
	background-color:#DB5E25;
	transition: 0.25s ease-in-out;

}
.herosection-container:hover{
	float:none;
	text-decoration:none;
	text-shadow:0px 0px 0px #000000;
	padding:0px 0px 0px 0px;
}
.sectionheading:hover{
	text-shadow:0px 0px 0px #000000;
}
.section{
	font-family:"Rubik";
	font-size:20px;
	color:#FC6507!important;
	line-height:24px;
	margin-bottom:48px;
	font-weight: 600;
}
.bloc1{
	padding-top:0px;
	margin-top:64px;
}
.aboutparagraph{
	font-size:20px;
	font-family:"Rubik";
	line-height:32px;
	margin-top:12px;
	color:#3D3D3D!important;
	font-weight:400;
}
.aboutimage{
	float:none;
	display:none;
	overflow:visible;
}
.imagecontainer{
	width:240px;
	height:240px;
}
.img-5-style{
	width:240px;
	height:240px;
}
.img-6-style{
	width:240px;
	height:240px;
}
.img-7-style{
	width:240px;
	height:240px;
}
.bloc3{
	margin-top:80px;
}
.title{
	font-size:18px;
	font-family:"Rubik";
	font-weight: 300;
	color:#3D3D3D!important;
	text-align:center;
	line-height:22px;
}
.titleheading{
	font-family:"Rubik";
	line-height:43px;
	font-size:36px;
	font-weight:300;
	color:#3D3D3D!important;
	text-align:center;
	margin-top:12px;
}
.divider-style{
	width:100%;
	display:block;
}
.divider{
	max-height:1px;
	min-height:1px;
	padding-top:64px;
	padding-bottom:64px;
	border-color:#D1D1D1!important;
	width:100%;
	border-width:1px 1px 1px 1px;
}
.servicesimg{
	border-radius:2px 2px 2px 2px;
}
.servicestext{
	margin-bottom:24px;
}
h3{
	font-size:24px;
	font-family:"Rubik";
	font-weight:600;
	color:#000000!important;
	line-height:28px;
}
.services-row{
	margin-bottom:64px;
}
.paragraph2{
	font-size:20px;
	font-family:"Rubik";
	line-height:34px;
	color:#3D3D3D!important;
	margin-top:0px;
	margin-bottom:10px;
	text-align: justify;
}
.divider2{
	border-color:#3D3D3D!important;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	padding:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.divider3{
	border-color:#D1D1D1!important;
	min-height:1px;
	width:100%;
	max-height:1px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.portfoliorow{
	padding-right:0px;
	padding-left:0px;
	margin:0px 0px 24px 0px;
}
.img-bloc-4-style{
	height:220px;
	width:320px;
	border-radius:4px 4px 4px 4px;
}
.projectcolumn img{
	width: 100%;
}
.projectparagraph{
	font-size:18px;
	font-family:"Rubik";
	line-height:24px;
	color:#3D3D3D!important;
	text-align:center;
	margin-top:24px;
	margin-bottom:32px;
}
.img-bloc-5-style{
	height:222px;
	margin-right:16px;
	margin-left:16px;
	width:298px;
}
.p-bloc-4-style{
	width:100%;
}
.row .projectrow{
	
}
.contactparagraph{
	font-family:"Rubik";
	font-size:20px;
	line-height:24px;
	color:#3D3D3D!important;
	margin-top:0px;
	display:inline-block;
	margin-right:56px;
	float:none;
}
.footer{
	margin-top:64px;
}

.footercolumn{
	height:70px;
}
.footerdetails{
	font-family:"Rubik";
	font-size:16px;
	color:#FEFFFE!important;
	line-height:19px;
	display:inline;
	text-align:center;
	float:none;
	width:auto;
	margin:24px 0px 0px 0px;
}
.container-div-style{
	width:2.83%;
	display:inline-block;
}
.img-bloc-6-style{
	width:22px;
	height:22px;
	float:none;
	margin-right:0px;
	display:inline;
	margin-left:32px;
	border-radius:0px 0px 0px 0px;
}
.containerlist{
	margin-left:24px;
}
.p-bloc-6-style{
	line-height:px;
}


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

/* Background colour styles */

.bgc-safety-orange-blaze-orange{
	background-color:#FC6507;
}

/* Bloc image backgrounds */

.bg-hero-bg{
	background-image:url("img/hero-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	
}

.facebook:hover{
	opacity: .8;
	transition: 0.25s ease-in-out;
}
.twitter:hover{
	opacity: .8;
	transition: 0.25s ease-in-out;
}
.instagram:hover{
	opacity: .8;
	transition: 0.25s ease-in-out;
}


/* = 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, #hero-bloc{overflow-x: 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-x: 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){
	.img-style{
		width:718px;
		height:400px;
	}
	.servicestext{
		margin-top:16px;
	}
	.img-bloc-4-style{
		width:468px;
		height:280px;
	}
	.projectcolumn{
		margin-bottom:24px;
	}
	.aboutimg{
		margin-bottom:40px;
	}
	.aboutimage{
	}
	.contactparagraph{
		float:none;
		width:100%;
		display:block;
		font-size:20px;
		line-height:40px;
		margin-right:48px;
		margin-top:0px;
	}
	.p-contact-style{
		line-height:40px;
	}
	.img-bloc-6-style{
		display:block;
		float:none;
		margin-left:28px;
	}
	.containerlist{
		margin-right:12px;
		margin-left:12px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Rubik";
	}
	
}

@media (max-width: 767px){
	.toggle{
		margin-right:20px;
	}
	.herobold{
		font-size:32px;
	}
	.herolight{
		font-size:32px;
	}
	.heroparagraph{
		font-size:18px;
		text-align: justify;
	}
	.herobutton{
		font-size:20px;
		margin-top:24px;
		padding:16px 32px 16px 32px;
	}
	.nav-bar{
		margin-top:24px;
	}
	.containerlist{
		text-align:center;
		margin-bottom:8px;
	}
	.hero-text{
		margin-top:88px;
	}
	.bg-image{
		height:618px;
	}
	.p-style{
		width:100%;
	}
	.aboutparagraph{
		font-size:18px;
		line-height:28px;
	}
	.titleheading{
		font-size:32px;
		line-height:40px;
	}
	.h3-style{
		font-size:22px;
	}
	.paragraph2{
		font-size:18px;
		line-height:28px;
	}
	.servicestext{
		margin-bottom:24px;
	}
	.img-bloc-4-style{
		width:526px;
	}
	.contactparagraph{
		font-size:18px;
		line-height:28px;
	}
	.img-bloc-6-style{
		float:none;
		display:block;
		margin-right:24px;
		margin-left:0px;
		margin-bottom:0px;
	}
	.footerdetails{
		text-align:left;
		display:block;
	}
	.footercolumn{
		height:72px;
	}
	.p-bloc-6-style{
		line-height:22px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Rubik";
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:144px;
	}
	.toggle{
		margin-right:16px;
	}
	.h1-style{
		font-size:24px;
	}
	.h1-bloc-0-style{
		font-size:24px;
	}
	.p-style{
		font-size:17px;
		line-height:26px;
	}
	.herobutton{
		font-size:17px;
		margin-top:16px;
		padding:12px 24px 12px 24px;
	}
	.nav-bar{
		margin-top:16px;
		margin-bottom:0px;
	}
	.hero-text{
		margin-top:72px;
	}
	.section{
		font-size:18px;
		margin-bottom:40px;
	}
	.aboutparagraph{
		font-size:17px;
		text-align: justify;
	}
	.titleheading{
		font-size:26px;
		margin-top:6px;
	}
	.p-bloc-2-style{
		font-size:16px;
		line-height:18px;
	}
	.h2-style{
		line-height:30px;
	}
	.h2-10-partners-style{
		line-height:30px;
	}
	.h2-97-successful-style{
		line-height:30px;
	}
	.divider{
		padding-top:40px;
		padding-bottom:40px;
	}
	.bloc1{
		margin-top:40px;
	}
	.img-style{
		height:200px;
	}
	.h3-style{
		font-size:20px;
		line-height:24px;
	}
	.paragraph2{
		font-size:17px;
		line-height:26px;
	}
	.services-row{
		margin-bottom:40px;
	}
	.h3-consolidation-style{
		font-size:20px;
		line-height:24px;
	}
	.h3-consultation-style{
		font-size:20px;
		line-height:24px;
	}
	.divider3{
		;
	}
	.servicestext{
		margin-bottom:012px;
	}
	.img-bloc-4-style{
		height:200px;
	}
	.projectcolumn{
		margin-bottom:024px;
	}
	.projectparagraph{
		margin-bottom:8px;
		font-size:17px;
	}
	.contactparagraph{
		font-size:17px;
	}
	.footerdetails{
		font-size:14px;
	}
	.img-bloc-6-style{
		width:18px;
		height:18px;
		display:block;
		float:none;
		margin-right:20px;
	}
	.img-5-style{
		width:200px;
		height:200px;
	}
	.footercolumn{
		height:88px;
	}
	.p-bloc-6-style{
		font-size:14px;
		line-height:20px;
	}
	.footer{
		margin-top:40px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Rubik";
	}
	
}

