/*-----------------------------------------------------------------------------------
	MWS Solutions
	About: Website for MWS Solutions.
	Author: Galaxy Design
	Version: 6.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;}

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


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

/* = 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;
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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




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

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

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

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



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

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

.h1-h2-h3-h4-h5-h6-p-label-a{
	font-family:"Helvetica";
	font-size:20px;
	color:#7D7F7D!important;
}
.container{
	max-width:1140px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
}
.navbar-brand img{
	height:80px;
	width:280px;
}
.h1-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:88px;
	padding-left:142px;
	position:relative;
	z-index:1;
	width:100%;
}
.hero-bloc{
	height:0px;
	padding:400px 0px 570px 0px;
}
.img-style{
	width:100%;
	position:absolute;
	height:12px;
	top:155px;
	float:none;
}
.h2-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:34px;
	color:#114083!important;
	text-transform:uppercase;
	padding-top:50px;
}
.img-bloc-2-style{
	width:1264px;
}
.section-divider{
	z-index:1;
	position:absolute;
}
.hero-button1{
	background-color:#7E7F7E;
	float:none;
	display:flex;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	width:30%;
	text-decoration:none;
	text-align:center;
	flex-direction:column;
	justify-content:center;
	align-content:center;
	align-items:center;
	position:relative;
}
.hero-button2{
	position:relative;
	top:30px;
	left:0px;
}
.row-style{
	position:relative;
	top:-50px;
}
.scroll-down-indicator{
	width:10.21%;
	top:170px;
	position:absolute;
	left:0px;
}
.logo-white-faded{
	position:absolute;
	left:150px;
	float:inherit;
	width:40%;
	top:-160px;
}
.p-style{
	font-family:Poppins;
	font-weight:300;
	font-size:18px;
	margin-bottom:40px;
	line-height:30px;
}
.h3-style{
	font-family:Poppins;
	font-weight:600;
	font-size:24px;
	color:rgba(0,0,0,0.61)!important;
	margin-bottom:40px;
}
.img-4-style{
	width:545px;
	height:500px;
	position:relative;
	top:40px;
}
.heading{
	color:#FFFFFF!important;
	font-weight:700;
	font-family:"Poppins";
	font-size:64px;
	text-transform:uppercase;
	text-align:left;
	left:150px;
	position:relative;
	float:left;
	display:flex;
}
.bloc-divider-b-0-fill{
	fill:#FFFFFF;
}
.sidebar_image{
	margin-bottom:60px;
}
.footer-space-add{
	padding-bottom:40px;
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
	background-origin:padding-box;
}
.hero-button1:hover{
	box-shadow:5px 4px 4px rgba(0,0,0,0.24);
	background-color:#3466AA;
	flex-direction:row-reverse;
	position:relative;
	text-align:center;
	display:flex;
	float:none;
	font-family:"Lato";
	font-weight:400;
	color:#FEFFFE!important;
	text-overflow:initial;
}
.photo-bkg-colour{
	background-color:rgba(17,64,131,0.61);
}
.footer-link{
	color:#9A9A9A!important;
}
.footer-heading{
	color:#FEFFFE!important;
	text-transform:none;
	font-weight:bold;
}
.link-style{
	width:81.39%;
}
.footer-icon{
	margin-right:12px;
	color:#999A99!important;
}
.link-bloc-8-style{
	width:84.44%;
}
.container-div-style{
	height:20px;
}
.bloc-divider-b-bloc-7-fill{
	fill:#0C1C3D;
}
.submit-button{
	margin-top:30px;
}
.bloc-divider-b-49451-fill{
	fill:#0B1937;
}
.submit-form-button{
	margin-bottom:100px;
	margin-top:28px;
	font-family:"Lato";
	font-weight:400;
	text-align:center;
}
.bloc-divider-b-0-bloc-7-fill{
	fill:#0C1C3D;
}
.bloc-divider-b-bloc-5-fill{
	fill:#0C1C3D;
}
.bloc-divider-b-bloc-3-fill{
	fill:#0C1C3D;
}
.projects-lower-margin{
	margin-bottom:110px;
}
.submit-form-button:hover{
	color:#FEFFFE!important;
	background-color:#3466AA;
	box-shadow:0px 4px 6px rgba(0,0,0,0.26);
}
.img-21-style{
	height:200px;
}
.img-22-style{
	height:200px;
}
.img-mws-piping--style{
	height:200px;
}
.img-mws-work-style{
	height:200px;
}
.p-5-style{
	line-height:40px;
	font-size:20px;
}
.explore-services{
	margin-top:115px;
}
.bloc-divider-b-bloc-16-fill{
	fill:#0D1B3C;
}
.btn{
	color:#FEFFFE!important;
	font-size:18px;
	text-transform:uppercase;
}
.more-info-button{
	color:#FEFFFE!important;
	margin-top:0px;
	position:absolute;
	float:initial;
	display:inline-block;
	top:510px;
	width:84%;
	align-items:center;
	align-content:center;
	flex-direction:column;
	cursor:pointer;
}
.more-info-button:hover{
	color:#FEFFFE!important;
	background-color:#1C67AF;
	box-shadow:0px 4px 4px rgba(0,0,0,0.20);
}
.bloc-divider-b-37827-fill{
	fill:#0D1C3D;
}
.other-services-carousel{
	width:700px;
}
.btn-contact-us-style{
	width:31.87%;
	border-radius:5px 5px 5px 5px;
}
.final-card-button-align{
	margin:0px 0px 0px 0px;
}
.grey-scale-hover{
	filter:grayscale(100%);
}
.grey-scale-hover:hover{
	filter:grayscale(0%);
	z-index:0;
	top:-5px;
}
.fixed-card-size{
	height:400px;
}
.h2-bloc-15-style{
	line-height:100px;
}
.bloc-divider-b-bloc-14-fill{
	fill:#FFFFFF;
}
.card-image-hover{
	text-overflow:clip;
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
}
.mini-card-icon{
	position:relative;
	top:-140px;
	background-color:transparent;
	opacity:0.0;
}
.mini-card-icon:hover{
	opacity:1.0;
}
.footer-link:hover{
	color:#FFFFFF!important;
}
.h3-bloc-7-style{
	font-size:22px;
}
.h3-1-style{
	font-size:22px;
}
.h3-3-style{
	font-size:22px;
}
.bloc-divider-b-bloc-15-fill{
	fill:#0C1C3D;
}
.safety-page{
	margin-bottom:100px;
}
.html-widget-style{
	width:100%;
}
.divider-padding{
	padding-bottom:50px;
}
.job-postings{
	margin-bottom:90px;
}
.job-posting{
	margin-top:25px;
	margin-bottom:25px;
}
.h3-card-header-style{
	width:100%;
}
.job-title-card-header-style{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16pt;
}
.link-bloc-23-style{
	text-decoration:underline!important;
}
.link-bloc-23-style:hover{
	color:#0072FF!important;
	text-decoration:underline!important;
}
.list-bullet{
	color:#000000!important;
}
.close{
	margin-right:0px;
	position:relative;
}
.modal-close-button{
	position:relative;
	top:0px;
	right:0px;
	left:0px;
	background-color:transparent;
	color:rgba(0,0,0,0.25)!important;
}
.btn-style{
	width:96.75%;
	border-radius:12px 12px 12px 12px;
}
.modal-close-button:hover{
	color:rgba(0,0,0,0.55)!important;
	font-size:102%;
}
.bloc-divider-b-bloc-24-fill{
	fill:#0A1937;
}
.h2-we’re-hiring- -style{
	font-family:"Source Sans Pro";
	font-weight:600;
	text-transform:none;
	font-size:14pt;
	align-content:center;
	color:#FFFFFF!important;
}
.hiring-notice{
	position:static;
	z-index:7;
	padding:4px 4px 4px 4px;
}
.sticky{
	position:sticky;
	margin-top:0px;
	float:inherit;
	display:inline-block;
	overflow:hidden;
	z-index:5;
}
.header{
	z-index:5;
	padding-top:52px;
}
.hiring_banner{
	font-family:"Lato";
	font-weight:700;
	color:#FEFFFF!important;
}
.link-careers-style{
	text-decoration:underline;
}
.popup_banner{
	padding-top:15px;
	padding-bottom:15px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-dark-cerulean{
	background-color:#0F4083;
}
.bgc-oxford-blue{
	background-color:#0D1D3D;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-maya-blue{
	color:#5AAFFF!important;
}
.ltc-maya-blue:hover{
	color:#488ccc!important;
}

/* Bloc image backgrounds */

.bg-MWS-hero-bkg{
	background-image:url("img/MWS_hero_bkg.gif");
}
.bg-MWS-hero-bkg{
	background-image:url("img/MWS_hero_bkg-1.jpg");
}
.bg-engineer-working-checking-maintenance-equipment-wiring-plc-cabinet{
	background-image:url("img/engineer-working-checking-maintenance-equipment-wiring-plc-cabinet.jpg");
}
.bg-MWS-worker{
	background-image:url("img/MWS_worker.jpg");
}
.bg-MWS-piping-03{
	background-image:url("img/MWS_piping_03.jpg");
}
.bg-MWS-construction-overhead{
	background-image:url("img/MWS_construction_overhead.jpg");
}
.bg-MWS-hero-bkg{
	background-image:url("img/MWS_hero_bkg-1.jpg");
}
.bg-MWS-crane-module-installation{
	background-image:url("img/MWS_crane_module_installation.jpg");
}
.bg-shutterstock-1634527099{
	background-image:url("img/shutterstock_1634527099-1.jpg");
}
.bg-shutterstock-1634527099{
	background-image:url("img/shutterstock_1634527099-1.jpg");
}
.bg-image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus{
	background-image:url("img/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus.jpg");
}
.bg-pexels-life-of-pix-8159-281-29{
	background-image:url("img/pexels-life-of-pix-8159%281%29.jpg");
}



/* = 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){
	.h1-style{
		width:100%;
		font-size:55px;
		padding-left:115px;
		margin-top:64px;
	}
	.row-style{
		width:100%;
	}
	.hero-bloc{
		background-size:2400px auto;
	}
	.row-bloc-1-style{
		width:100%;
	}
	.p-style{
		line-height:32px;
	}
	.bloc-divider-b-bloc-14-fill{
		fill:#FEFFFE;
	}
	.btn-contact-us-style{
		width:51.81%;
	}
	.h3-card-header-style{
		width:100%;
	}
	.default-button{
		text-align:center;
		position:relative;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.read-more-btn{
		text-align:center;
	}
	.img-mws-piping--style{
		width:400px;
		height:200px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
}

@media (max-width: 767px){
	.hero-button1{
		margin-bottom:70px;
	}
	.heading{
		left:3%;
	}
	.p-style{
		text-transform:none;
		line-height:40px;
	}
	.link-bloc-8-style{
		width:72.9%;
	}
	.footer-link{
		font-size:80%;
	}
	.h1-style{
		width:100%;
		font-size:40px;
		margin-top:0px;
		padding-left:0px;
		left:78px;
	}
	.row-style{
	}
	.hero-bloc{
		padding-top:200px;
		padding-bottom:400px;
	}
	.btn-contact-us-style{
		width:75.66%;
	}
	.default-button{
		align-items:center;
		justify-content:center;
		text-align:center;
	}
	.more-info-button{
		align-items:center;
		flex-direction:column;
		align-content:center;
		top:130px;
		position:relative;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:180px;
	}
	.footer-link{
		text-align:center;
	}
	.heading{
		font-size:38px;
	}
	.hero-button1{
		font-size:90%;
	}
	.footer-heading{
		margin-top:26px;
	}
	.h1-style{
		padding-left:0px;
		left:4%;
		font-size:40px;
		top:160px;
	}
	.hero-bloc{
		padding-top:50px;
		padding-bottom:350px;
	}
	.btn-contact-us-style{
		width:73%;
	}
	.h3-card-header-style{
		font-size:18px;
	}
	
}

