/*-----------------------------------------------------------------------------------
	Gorilla Access Scaffolding
	About: Construction is the new premium template for Blocs 5 for websites of construction companies.
	Author: Blocs Templates
	Version: 3.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-7112);
    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;
	position:relative;
}


/* Sizes */

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

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

/* = 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 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);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

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

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = 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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

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

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


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

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}


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

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto";
	text-decoration:none;
}
.container{
	max-width:1200px;
}
h1{
	font-size:5em;
	line-height:1.3em;
	font-family:"Roboto";
	font-weight:700;
}
h2{
	font-size:35px;
	font-family:"Roboto";
	font-weight:700;
}
h3{
	font-size:30px;
	line-height:30px;
	font-family:"Roboto";
	font-weight:700;
}
h4{
	font-size:23px;
	line-height:31px;
}
a{
	text-decoration:none;
}
.navbar-nav li a{
	text-transform:uppercase;
	margin-right:6px;
	margin-left:6px;
	font-size:13px;
	color:var(--swatch-var-2251)!important;
	line-height:3px;
	font-family:"Roboto";
	font-weight:700;
	padding:25px 20px 25px 20px;
}
.carousel-nav-icon{
	stroke-width:5;
	stroke-linecap:square;
	stroke:#FEFFFF;
}
.const-carousel-nav-buttons{
	width:80px;
	height:80px;
	margin-top:auto;
	margin-bottom:auto;
	background-color:#212121;
	opacity:1.0;
	border-style:_popUpItemAction:;
	border-color:#FFD60A!important;
	border-width:5px 5px 5px 5px;
}
.const-carousel-nav-buttons:hover{
	background-color:#FFD60A;
}
.const-carousel-nav-buttons:active{
	background-color:#000000;
}
.carousel-indicators li{
	height:7px;
	width:15px;
}
.carousel-indicators .active{
	width:30px;
	background-color:#FFD60A;
}
.carousel{
	max-height:700px;
	display:inline-flex;
}
.carousel-item{
	max-height:700px;
}
.const-shortcuts{
	margin-top:-100px;
	position:relative;
	z-index:123;
}
.const-shortcuts-column{
	padding-left:7px;
	padding-right:7px;
}
.const-shortcut-card{
	background-color:var(--swatch-var-1589);
	box-shadow:1px 2px 28px rgba(0,0,0,0.10);
	border-color:var(--swatch-var-3438)!important;
	padding:10px 14px 28px 14px;
	border-width:10px 0px 0px 0px;
}
.const-shortcut-card:hover{
	border-color:#000000!important;
}
.const-shortcut-card:active{
	border-color:#000000!important;
}
.const-shortcut-icon{
	font-size:50px;
	margin-bottom:28px;
	text-shadow:0.91px 1.78px 0px #FFD60A;
	color:var(--swatch-var-5877)!important;
}
.const-shortcut-icon:hover{
	text-shadow:0px 1px 0px #FFD60A;
}
.const-navigation-bar{
	height:80px;
}
.const-sidebar-icon{
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:var(--swatch-var-3438);
	margin-left:auto;
	position:relative;
}
.const-active{
	border-color:var(--swatch-var-3438)!important;
	border-style:solid;
	border-width:0px 0px 3px 0px;
}
.const-navigation{
	font-size:22px;
	color:#000000!important;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:5px;
}
.const-logo{
	height:80px;
	max-width:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	text-transform:uppercase;
	padding-top:12px;
	color:#000000!important;
	background-color:var(--swatch-var-3438);
	font-weight:700;
}
.const-logo:hover{
	color:#FEFFFF!important;
	background-color:#000000;
}
.const-menu-icon{
	color:#000000!important;
}
.const-menu-icon:hover{
	color:#FEFFFF!important;
}
.const-sidebar-icon:hover{
	background-color:#000000;
}
.navbar-nav li a:hover{
	background-color:var(--swatch-var-3438);
}
.const-read-more-link{
	font-size:23px;
	color:var(--swatch-var-2251)!important;
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	border-width:0px 0px 3px 0px;
	font-family:"Roboto";
	font-weight:500;
}
.const-read-more-link:hover{
	color:var(--swatch-var-2251)!important;
	border-color:var(--swatch-var-2251)!important;
}
.sticky-nav.sticky{
	box-shadow:0px 2px 0px transparent;
}
.const-button{
	text-transform:uppercase;
	background-color:var(--swatch-var-3438);
	color:var(--swatch-var-7112)!important;
	padding-top:12px;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 0px;
	font-family:"Roboto";
	font-weight:700;
}
.const-button:hover{
	color:#FEFFFF!important;
	background-color:#000000;
	border-width:0px 0px 0px 0px;
}
.carousel-caption{
	margin-right:auto;
	margin-left:auto;
}
.carousel-nav-icon:hover{
	stroke:#FEFFFF;
}
.const-column-bg{
	background-image:url("img/Gorilla-Background-Image-Quote-2.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Background-Image-Quote-2.webp") 1x,
url("img/Gorilla-Background-Image-Quote-2.webp") 2x);background-image: image-set(url("img/Gorilla-Background-Image-Quote-2.jpg") 1x,
url("img/Gorilla-Background-Image-Quote-2.jpg") 2x,url("img/Gorilla-Background-Image-Quote-2.webp") 1x,
url("img/Gorilla-Background-Image-Quote-2.webp") 2x);
	background-size:cover;
	background-position:center center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.const-quote-box{
	max-width:400px;
	background-color:rgba(255,255,255,0.90);
	margin-top:100px;
	margin-bottom:100px;
	padding:28px 28px 28px 28px;
}
.const-section-subtitle{
	font-size:60px;
	line-height:60px;
}
.const-quality-big{
	font-size:100px;
	line-height:80px;
	color:var(--swatch-var-3438)!important;
	font-weight:700;
}
.const-quality-box{
	border-style:solid;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 5px;
	border-color:var(--swatch-var-4978)!important;
}
.const-bg-text{
	text-transform:uppercase;
	font-size:150px;
	text-shadow:0px 1px 5px rgba(0,0,0,0.07);
	color:var(--swatch-var-4978)!important;
	margin-bottom:-100px;
	line-height:228px;
	margin-left:100px;
	font-weight:700;
}
.const-service-box{
	box-shadow:9.90px 9.90px 0px #FFD60A;
	background-color:var(--swatch-var-7112);
	margin-bottom:50px;
	border-width:0px 0px 0px 0px;
}
.const-service-box:hover{
	background-color:var(--swatch-var-4978);
	box-shadow:7px 7px 0px #424242;
}
.const-capital-subtitle{
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
}
.const-stat-number{
	font-size:60px;
	line-height:60px;
	margin-top:28px;
	font-weight:700;
}
.const-2nd-column{
	margin-top:100px;
}
.const-3rd-column{
	margin-top:200px;
}
.const-4th-column{
	margin-top:300px;
}
.const-project-bg-1{
	background-image:url("img/Gorilla-Featured-Project-Image-01b.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Featured-Project-Image-01b.webp") 1x,
url("img/Gorilla-Featured-Project-Image-01b.webp") 2x);background-image: image-set(url("img/Gorilla-Featured-Project-Image-01b.jpg") 1x,
url("img/Gorilla-Featured-Project-Image-01b.jpg") 2x,url("img/Gorilla-Featured-Project-Image-01b.webp") 1x,
url("img/Gorilla-Featured-Project-Image-01b.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-div{
	height:400px;
	display:flex;
	flex-direction:column;
	background-color:rgba(0,0,0,0.20);
	border-color:var(--swatch-var-7112)!important;
}
.const-project-card{
	height:100%;
	width:100%;
	background-color:transparent;
	opacity:1;
	border-width:0px 0px 0px 0px;
}
.const-project-card:hover{
	opacity:1;
	background-color:transparent;
	border-width:0px 0px 0px 0px;
}
.const-project-div:hover{
	background-color:rgba(0,0,0,0.50);
	align-items:center;
	justify-content:center;
	border-color:transparent!important;
}
.const-wire-button{
	letter-spacing:2px;
	text-transform:uppercase;
	background-color:transparent;
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	padding-right:28px;
	padding-left:28px;
	color:var(--swatch-var-3438)!important;
	font-size:16px;
	padding-top:10px;
	border-width:2px 2px 2px 2px;
	font-family:"Roboto";
	font-weight:700;
}
.const-wire-button:hover{
	color:#000000!important;
	background-color:var(--swatch-var-3438);
}
.const-project-button{
	opacity:0;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	display:block;
	border-width:0px 0px 0px 0px;
}
.const-project-button:hover{
	opacity:1;
}
.const-project-title{
	color:#FEFFFF!important;
}
.const-project-title-center{
	display:flex;
	align-items:flex-end;
	justify-content:center;
	padding:5px 5px 5px 5px;
	border-width:0px 0px 0px 0px;
}
.const-project-main-title{
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	background-color:rgba(0,0,0,0.30);
	color:#FEFFFF!important;
	padding:10px 28px 3px 28px;
	border-width:1px 1px 1px 1px;
}
.const-project-main-title:hover{
	border-style:solid;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.const-project-bg-2{
	background-image:url("img/Gorilla-Featured-Project-Image-02.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Featured-Project-Image-02.webp") 1x,
url("img/Gorilla-Featured-Project-Image-02.webp") 2x);background-image: image-set(url("img/Gorilla-Featured-Project-Image-02.jpg") 1x,
url("img/Gorilla-Featured-Project-Image-02.jpg") 2x,url("img/Gorilla-Featured-Project-Image-02.webp") 1x,
url("img/Gorilla-Featured-Project-Image-02.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-bg-3{
	background-image:url("img/Gorilla-Featured-Project-Image-03.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Featured-Project-Image-03.webp") 1x,
url("img/Gorilla-Featured-Project-Image-03.webp") 2x);background-image: image-set(url("img/Gorilla-Featured-Project-Image-03.jpg") 1x,
url("img/Gorilla-Featured-Project-Image-03.jpg") 2x,url("img/Gorilla-Featured-Project-Image-03.webp") 1x,
url("img/Gorilla-Featured-Project-Image-03.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-bg-4{
	background-image:url("img/construction-project-1.jpg");
	background-image: -webkit-image-set(url("img/construction-project-1.webp") 1x,
url("img/construction-project-1.webp") 2x);background-image: image-set(url("img/construction-project-1.jpg") 1x,
url("img/construction-project-1.jpg") 2x,url("img/construction-project-1.webp") 1x,
url("img/construction-project-1.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-icons-row{
	height:100vh;
}
.const-logo-1{
	width:280px;
	position:absolute;
	left:45%;
	top:20%;
}
.const-logo-2{
	width:200px;
	left:5%;
	position:absolute;
	bottom:5%;
}
.const-logo-3{
	width:200px;
	position:absolute;
	top:28%;
	right:5%;
}
.const-logo-4{
	width:400px;
	position:absolute;
	right:10%;
	top:60%;
}
.const-logo-5{
	width:300px;
	position:absolute;
	left:5%;
	top:20%;
}
.const-logo-6{
	width:350px;
	position:absolute;
	left:25%;
	top:0%;
}
.const-logo-7{
	position:absolute;
	width:200px;
	top:65%;
	left:40%;
}
.const-logo-8{
	width:350px;
	position:absolute;
	top:5%;
	right:10%;
}
.const-partners-title{
	font-size:100px;
	margin-top:400px;
	font-weight:700;
}
.const-logo-hover:hover{
	filter:saturate(150%);
}
.const-partners-bg{
	height:128vh;
}
.const-member-1{
	background-image:url("img/eldar.jpg");
	background-image: -webkit-image-set(url("img/eldar.webp") 1x,
url("img/eldar.webp") 2x);background-image: image-set(url("img/eldar.jpg") 1x,
url("img/eldar.jpg") 2x,url("img/eldar.webp") 1x,
url("img/eldar.webp") 2x);
	background-size:cover;
	height:280px;
	margin-bottom:14px;
	background-color:transparent;
	background-position:center center;
}
.const-member-icons{
	height:280px;
	background-color:var(--swatch-var-2697);
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
}
.const-members-icon{
	margin-right:5px;
	margin-left:5px;
	font-size:40px;
	background-color:transparent;
	color:#000000!important;
}
.const-member-icons:hover{
	opacity:1;
}
.const-members-icon:hover{
	color:#FEFFFF!important;
}
.const-contact-info{
	margin-bottom:28px;
}
.const-map-size{
	padding-right:40px;
}
.const-footer-logo{
	background-color:var(--swatch-var-3438);
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:14px;
	color:#000000!important;
	margin-bottom:28px;
	background-size:length;
	max-width:228px;
}
.const-footer-link{
	color:#FEFFFF!important;
}
.const-footer-link:hover{
	color:var(--swatch-var-3438)!important;
}
.const-footer-form{
	background-color:transparent;
	border-style:solid;
	border-color:rgba(255,255,255,0.28)!important;
	font-size:14px;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.const-footer-form:hover{
	border-color:#FFD60A!important;
	background-color:transparent;
}
.const-footer-form:active{
	background-color:transparent;
}
.const-footer-form:focus{
	background-color:transparent;
	box-shadow:0px 2px 2px transparent;
}
.alert{
	text-align:center;
	background-color:#000000;
	color:#FFD60A!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.const-about-column{
	border-color:transparent!important;
	border-style:solid;
	border-top-width:0px;
	border-right-width:28px;
	border-left-width:28px;
	padding:15px 15px 0px 15px;
}
.const-summary-text{
	font-size:21px;
	line-height:29px;
}
.const-about-row{
	position:relative;
	box-shadow:0px 0px 50px rgba(0,0,0,0.18);
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	border-width:10px 0px 0px 0px;
}
.const-about-carousel{
	margin-bottom:-6px;
}
.const-about-check{
	margin-right:5px;
}
.const-about-services{
	max-width:350px;
	margin-right:auto;
	margin-left:auto;
}
.const-page-title{
	text-shadow:0px 1px 2px rgba(0,0,0,0.75);
}
.const-accordion-header{
	background-color:var(--swatch-var-1589);
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	padding-bottom:6px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 10px;
}
.const-accordion-header:hover{
	background-color:var(--swatch-var-3438);
}
.const-accordion-header:active{
	background-color:#FFD60A;
}
.const-accordion-header:focus{
	background-color:#FFD60A;
}
.const-accordion-card{
	border-style:solid;
	border-radius:0px 0px 0px 0px;
}
.const-accordion{
	box-shadow:0px 2px 50px rgba(0,0,0,0.05);
}
.const-project-detail{
	font-size:20px;
}
.const-project-details{
	box-shadow:0px 2px 50px rgba(0,0,0,0.05);
	padding:28px 28px 28px 28px;
}
.form-control{
	border-radius:0px 0px 0px 0px;
}
.form-control:focus{
	box-shadow:0px 2px 0px transparent;
	border-color:#FFD60A!important;
}
.form-control:hover{
	border-color:#FFD60A!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.form-control:active{
	border-color:#FFD60A!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.const-form-button{
	margin-top:28px;
}
.const-brochure-card{
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	margin-top:7px;
	margin-bottom:7px;
	padding:14px 14px 14px 14px;
	border-width:2px 2px 2px 2px;
	position:relative;
}
.const-brochure-icon{
	color:var(--swatch-var-3438)!important;
}
.const-bold-link{
	color:var(--swatch-var-2251)!important;
}
.const-bold-link:hover{
	color:var(--swatch-var-3438)!important;
}
.const-accordion-link{
	color:var(--swatch-var-2251)!important;
	font-size:25px;
}
.scrollToTop{
	background-color:var(--swatch-var-3438);
	border-radius:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background-color:#FFD60A;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bloc-divider-t-style{
	height:500px;
	fill:var(--swatch-var-1589);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1589);
	height:400px;
}
.bloc-divider-b-style{
	height:200px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-b-partners-style{
	height:200px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-t-partners-style{
	height:200px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-t-0-style{
	height:400px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-b-about-hero-style{
	height:500px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-t-about-members-fill{
	fill:var(--swatch-var-7112);
	height:400px;
}
.bloc-divider-b-services-hero-style{
	height:300px;
	fill:var(--swatch-var-1589);
}
.bloc-divider-t-36324-style{
	height:500px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-t-21304-style{
	height:500px;
	fill:var(--swatch-var-1589);
}
.bloc-divider-b-projects-hero-style{
	height:300px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-t-1967-style{
	height:500px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-b-news-hero-style{
	height:300px;
	fill:var(--swatch-var-7112);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-7112);
	height:200px;
}
.offcanvas-end{
	display:block;
	position:fixed;
	left:auto;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:9999;
	overflow:scroll;
}
.scroll-to-top-btn-icon{
	stroke:#000000;
}
.form-control::placeholder{
	color:var(--swatch-var-2807)!important;
}
.const-large-p{
	font-size:1.3em;
}
.const-button:active{
	color:var(--swatch-var-2251)!important;
}
.const-accordion-link:hover{
	color:var(--swatch-var-7112)!important;
}
.page-preloader{
	filter:invert(100%);
}
.navbar-brand img{
	width:50px;
}
.img-style{
	width:400px;
}
.const-welcome{
	font-family:"Roboto";
	font-weight:700;
	letter-spacing:10px;
	color:#000000!important;
}
.const-welcome-pad{
	padding-top:8px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:6px;
}
.navbar-expand-md .nav-link{
	padding-left:20px;
	padding-right:20px;
}
.img-footer-style{
	width:250px;
}
.img-const-logo-style{
	width:300px;
	height:300px;
}
.const-logo-9{
	width:200px;
	position:absolute;
	left:5%;
	top:45%;
}
.const-logo-10{
	width:300px;
	position:absolute;
	right:20%;
	top:80%;
}
.bloc-divider-t-associations-style{
	height:300px;
}
.bloc-divider-b-associations-style{
	height:300px;
}
.bloc-divider-b-0-style{
	height:200px;
}
.bloc-divider-t-21054-style{
	height:200px;
}
.bloc-divider-t-quote-shortcut-style{
	height:200px;
	fill:var(--swatch-var-7112);
}
.img-21-style{
	width:150px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2251:rgba(255,255,255,1.00);
	
	--swatch-var-5877:rgba(248,248,248,1.00);
	
	--swatch-var-7112:rgba(21,21,21,1.00);
	
	--swatch-var-1589:rgba(32,32,32,1.00);
	
	--swatch-var-4978:rgba(40,40,40,1.00);
	
	--swatch-var-3438:rgba(254,207,0,1.00);
	
	--swatch-var-2807:rgba(169,169,169,1.00);
	
	--swatch-var-2697:rgba(255,207,0,0.70);
	
	--swatch-var-5519:#333333;
	
	--swatch-var-7343:#000000;
	
}


/* Background colour styles */

.bgc-3438{
	background-color:var(--swatch-var-3438);
}
.bgc-5519{
	background-color:var(--swatch-var-5519);
}
.bgc-1589{
	background-color:var(--swatch-var-1589);
}
.bgc-7112{
	background-color:var(--swatch-var-7112);
}
.bgc-2251{
	background-color:var(--swatch-var-2251);
}
.bgc-5877{
	background-color:var(--swatch-var-5877);
}

/* Text colour styles */

.tc-4978{
	color:var(--swatch-var-4978)!important;
}
.tc-2251{
	color:var(--swatch-var-2251)!important;
}
.tc-2807{
	color:var(--swatch-var-2807)!important;
}
.tc-3438{
	color:var(--swatch-var-3438)!important;
}
.tc-5877{
	color:var(--swatch-var-5877)!important;
}

/* Link colour styles */

.ltc-5877{
	color:var(--swatch-var-5877)!important;
}
.ltc-5877:hover{
	color:#C5C5C5!important;
}
.ltc-2251{
	color:var(--swatch-var-2251)!important;
}
.ltc-2251:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-7112{
	color:var(--swatch-var-7112)!important;
	border-color:var(--swatch-var-7112)!important;
}
.icon-3438{
	color:var(--swatch-var-3438)!important;
	border-color:var(--swatch-var-3438)!important;
}

/* Bloc image backgrounds */

.bg-Gorilla-Background-Image-01b{
	background-image:url("img/Gorilla-Background-Image-01b.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Background-Image-01b.webp") 1x,
url("img/Gorilla-Background-Image-01b.webp") 2x);background-image: image-set(url("img/Gorilla-Background-Image-01b.jpg") 1x,
url("img/Gorilla-Background-Image-01b.jpg") 2x,url("img/Gorilla-Background-Image-01b.webp") 1x,
url("img/Gorilla-Background-Image-01b.webp") 2x);
}
.bg-Gorilla-Background-Image-Footer-2{
	background-image:url("img/Gorilla-Background-Image-Footer-2.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Background-Image-Footer-2.webp") 1x,
url("img/Gorilla-Background-Image-Footer-2.webp") 2x);background-image: image-set(url("img/Gorilla-Background-Image-Footer-2.jpg") 1x,
url("img/Gorilla-Background-Image-Footer-2.jpg") 2x,url("img/Gorilla-Background-Image-Footer-2.webp") 1x,
url("img/Gorilla-Background-Image-Footer-2.webp") 2x);
}
.bg-Gorilla-Image-04{
	background-image:url("img/Gorilla-Image-04.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Image-04.webp") 1x,
url("img/Gorilla-Image-04.webp") 2x);background-image: image-set(url("img/Gorilla-Image-04.jpg") 1x,
url("img/Gorilla-Image-04.jpg") 2x,url("img/Gorilla-Image-04.webp") 1x,
url("img/Gorilla-Image-04.webp") 2x);
}
.bg-Gorilla-Image-03{
	background-image:url("img/Gorilla-Image-03.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Image-03.webp") 1x,
url("img/Gorilla-Image-03.webp") 2x);background-image: image-set(url("img/Gorilla-Image-03.jpg") 1x,
url("img/Gorilla-Image-03.jpg") 2x,url("img/Gorilla-Image-03.webp") 1x,
url("img/Gorilla-Image-03.webp") 2x);
}
.bg-Gorilla-Image-07{
	background-image:url("img/Gorilla-Image-07.jpg");
	background-image: -webkit-image-set(url("img/Gorilla-Image-07.webp") 1x,
url("img/Gorilla-Image-07.webp") 2x);background-image: image-set(url("img/Gorilla-Image-07.jpg") 1x,
url("img/Gorilla-Image-07.jpg") 2x,url("img/Gorilla-Image-07.webp") 1x,
url("img/Gorilla-Image-07.webp") 2x);
}

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


/* = Additional CSS
-------------------------------------------------------------- */
.const-project-div {transition: all 0.5s ease-in-out;}
.const-project-button {transition: all 0.5s ease-in-out;}
.btn {transition: all 0.5s ease-in-out;}
.const-service-box {transition: all 0.5s ease-in-out;}
.transition {transition: all 0.28s ease-in-out;}


/* = 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){
	.const-carousel-nav-buttons{
		width:60px;
		height:60px;
	}
	.const-shortcut-card{
		margin-bottom:28px;
	}
	.navbar-nav li a{
	}
	.const-shortcuts{
		margin-top:0px;
	}
	h1{
		font-size:4em;
	}
	h4{
		font-size:21px;
		line-height:29px;
	}
	.const-quality-box{
		margin-bottom:28px;
	}
	.const-bg-text{
		font-size:150px;
		line-height:150px;
		margin-bottom:-90px;
	}
	.const-stat-column{
		margin-top:50px;
		margin-bottom:50px;
	}
	.const-project-card{
		padding:14px 14px 14px 14px;
	}
	.const-project-button{
		padding:0px 0px 0px 0px;
	}
	.const-quote-box{
		margin-top:50px;
		margin-bottom:50px;
	}
	.const-member-icons{
		height:328px;
	}
	.const-member-1{
		height:328px;
	}
	.const-map-size{
		padding-right:15px;
		margin-bottom:50px;
	}
	.const-logo-5{
		width:250px;
	}
	.const-logo-3{
		width:200px;
	}
	.const-logo-4{
		width:250px;
		top:55%;
	}
	.const-logo-2{
		width:150px;
		bottom:20%;
	}
	.const-logo-7{
		width:200px;
		top:80%;
		left:50%;
	}
	.const-logo-1{
		width:228px;
		left:55%;
		top:18%;
	}
	.const-logo-6{
		width:200px;
		left:10%;
	}
	.const-logo-8{
		width:250px;
	}
	.const-summary-text{
		font-size:20px;
		line-height:28px;
	}
	.const-about-column{
		border-bottom-width:0px;
		padding:0px 0px 0px 0px;
	}
	.const-about-row{
		background-color:#FEFFFE;
		border-color:#FFD60A!important;
		border-style:solid;
		position:relative;
		border-width:10px 0px 0px 0px;
	}
	.const-brochure-card{
		padding-top:7px;
		padding-bottom:7px;
		margin-top:3px;
		margin-bottom:3px;
	}
	.const-about-services{
		padding-top:50px;
		padding-bottom:50px;
	}
	.bloc-divider-b-style{
		height:100px;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	.const-partners-title{
		margin-top:55%;
	}
	.bloc-divider-b-services-hero-style{
		height:200px;
	}
	.bloc-divider-b-projects-hero-style{
		height:200px;
	}
	.const-project-details{
		padding:14px 14px 14px 14px;
	}
	.bloc-divider-b-news-hero-style{
		height:200px;
	}
	.const-image-bottom-margin{
	}
	.bloc-divider-b-fill{
		height:100px;
	}
	.offcanvas-end{
	}
	.const-large-p{
		font-size:1.2em;
	}
	.const-navigation-bar{
		height:70px;
	}
	.const-logo{
		height:70px;
	}
	.const-sidebar-icon{
		width:70px;
		height:70px;
	}
	.const-logo-9{
		width:200px;
	}
	.const-logo-10{
		width:200px;
		top:65%;
	}
	.bloc-divider-b-0-style{
		height:100px;
	}
	.bloc-divider-t-21054-style{
		height:100px;
	}
	.bloc-divider-t-quote-shortcut-style{
		height:100px;
	}
	.bloc-divider-t-partners-style{
		height:100px;
	}
	.bloc-divider-b-partners-style{
		height:100px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.const-carousel-nav-buttons{
		height:50px;
		width:50px;
	}
	.const-shortcuts{
		margin-top:0px;
	}
	h1{
		font-size:3em;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	.const-project-card{
		padding:10px 10px 10px 10px;
	}
	.const-project-button{
		padding-right:28px;
		padding-left:28px;
	}
	.const-member-1{
		height:280px;
	}
	.const-member-icons{
		height:280px;
	}
	.const-logo-4{
		width:100px;
	}
	.const-logo-2{
		width:180px;
	}
	.const-logo-3{
		width:200px;
	}
	.const-logo-5{
		width:228px;
	}
	.const-logo-8{
		width:250px;
	}
	.const-logo-6{
		width:200px;
	}
	.const-logo-1{
		width:150px;
		left:60%;
	}
	.const-summary-text{
		font-size:19px;
		line-height:27px;
	}
	.const-column-bg{
		margin-top:28px;
	}
	.const-project-details{
		margin-bottom:28px;
	}
	.const-image-bottom-margin{
		margin-bottom:28px;
	}
	.bloc-divider-b-fill{
		height:100px;
	}
	.const-partners-title{
		margin-top:60%;
	}
	.offcanvas-end{
	}
	.const-large-p{
		font-size:1.1em;
	}
	.const-navigation-bar{
		height:60px;
	}
	.const-logo{
		height:60px;
	}
	.const-sidebar-icon{
		height:60px;
		width:60px;
	}
	.const-logo-9{
		width:150px;
		top:55%;
	}
	.const-logo-10{
		width:150px;
	}
	.bloc-divider-t-quote-shortcut-style{
		height:50px;
	}
	.bloc-divider-t-21054-style{
		height:50px;
	}
	.bloc-divider-b-0-style{
		height:50px;
	}
	.bloc-divider-t-partners-style{
		height:50px;
	}
	.bloc-divider-b-partners-style{
		height:50px;
	}
	.const-logo-7{
		width:150px;
		top:85%;
		left:50%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.const-carousel-nav-buttons{
		width:25px;
		height:40px;
	}
	h1{
		font-size:2em;
		line-height:1em;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	.carousel-caption{
	}
	.const-project-card{
		padding:5px 5px 5px 5px;
	}
	.const-project-button{
		padding:0px 0px 0px 0px;
	}
	.const-project-main-title{
		text-align:center;
	}
	.const-logo-3{
		width:150px;
		right:5%;
		top:23%;
	}
	.const-logo-5{
		width:150px;
		left:5%;
	}
	.const-logo-2{
		bottom:20%;
		left:4%;
		width:150px;
	}
	.const-logo-8{
		right:0%;
		top:5%;
	}
	.const-summary-text{
		font-size:18px;
		line-height:26px;
	}
	.const-brochure-card{
		border-style:_popUpItemAction:;
		padding:0px 0px 0px 0px;
	}
	.const-brochure-card-border{
		border-style:_popUpItemAction:;
	}
	.const-brochure-card-border:hover{
	}
	.carousel{
		max-height:700px;
	}
	.carousel-item{
		background-size:length;
	}
	.const-page-title{
	}
	.const-partners-title{
		margin-top:300px;
		font-size:60px;
	}
	.const-about-services{
		padding-right:14px;
		padding-left:14px;
	}
	.bloc-divider-b-news-hero-style{
		height:100px;
	}
	.const-image-bottom-margin{
	}
	.bloc-divider-b-fill{
		height:100px;
	}
	.const-form-button{
		margin-bottom:28px;
	}
	.const-logo-7{
		width:128px;
		left:50%;
	}
	.const-logo-1{
		top:15%;
		width:100px;
		left:60%;
	}
	.bloc-divider-b-partners-style{
		height:50px;
	}
	.bloc-divider-t-partners-style{
		height:50px;
	}
	.bloc-divider-b-services-hero-style{
		height:100px;
	}
	.offcanvas-end{
	}
	.const-button{
		padding-top:7px;
		padding-bottom:2px;
	}
	.const-large-p{
		font-size:1em;
	}
	.const-navigation-bar{
		height:50px;
	}
	.const-logo{
		height:50px;
	}
	.const-sidebar-icon{
		width:50px;
		height:50px;
	}
	.const-logo-9{
		width:150px;
		left:4%;
		top:50%;
	}
	.const-logo-10{
		top:62%;
		right:10%;
	}
	.const-welcome{
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-md-xs{
		margin-top:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

