/*-----------------------------------------------------------------------------------
	Endrit Hajno Inc.
	About: Endrit Hajno Proffessional Profile
	Author: Endrit Hajno
	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;}


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


/* 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-br-edge{
	background-position: bottom right!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);
}


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

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



/* = 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,.btn,a{
	font-family:"helvetica";
	color:#414143!important;
}
.container{
	max-width:1140px;
}
.btn-style{
	font-weight:bold;
	color:#FEFFFF!important;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000000;
	border-color:rgba(0,0,0,0.00)!important;
	font-size:20px;
	border-radius:42px 42px 42px 42px;
}
.navbar-brand img{
	width:300px;
}
.box-style-1{
	box-shadow:0px 0px 10px #D5D5D5;
	background-position:left top;
	min-height:300px;
	max-width:225px;
	border-style:none;
	border-radius:40px 40px 40px 40px;
}
.h3-style-1{
	font-size:22px;
}
.navbar-nav li a{
	color:#FEFFFF!important;
	font-family:"Roboto";
}
.btn-get-started-style{
	font-weight:bold;
	color:#FEFFFF!important;
	width:41.21%;
	border-radius:26px 26px 26px 26px;
}
.h5-6-style{
	font-size:50px;
}
.h5-7-style{
	font-size:50px;
}
.h5-8-style{
	font-size:50px;
}
.product-1{
	min-height:650px;
	min-width:300px;
	background-position:center top;
	padding:50px 50px 50px 50px;
}
.btn-get-ppe-style{
	width:15.03%;
	font-weight:bold;
	color:#FEFFFF!important;
	border-radius:25px 25px 25px 25px;
}
.p-bloc-13-style{
	font-size:16px;
}
.p-18-style{
	font-size:12px;
}
.html-widget-style{
	height:896px;
	width:100%;
}
.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;
}
.btn-more-info-style{
	width:41.27%;
}
.image-container-1{
	background-color:#FAFAFA;
	padding:30px 30px 30px 30px;
}
.image-container-1:hover{
	background-color:#00CABF;
}
.headshot{
	width:200px;
	height:200px;
	border-style:solid;
	border-color:#00CABF!important;
	border-width:5px 5px 5px 5px;
}
.p-29-style{
	font-size:26px;
	color:#5E5E5E!important;
	font-style:italic;
	font-weight:bold;
	font-family:"Roboto";
}
.footer-link{
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
}
.footer-link:hover{
	font-weight:normal;
	color:#0432FF!important;
}
.box{
	float:none;
	box-shadow:0px 0px 10px #D5D5D5;
	min-height:270px;
	min-width:180px;
	margin-bottom:50px;
	border-radius:50px 50px 50px 50px;
}
.btn-7-style{
	width:45.4%;
}
.link-style{
	font-weight:bold;
}
.link-style:hover{
	color:#0432FF!important;
}
.column-1{
	;
}
.h3-style{
	font-size:60px;
	line-height:px;
	width:81.58%;
}
.slide-text-1{
	color:#FEFFFF!important;
	font-size:20px;
	font-weight:normal;
}
.slide-text-2{
	color:#FEFFFF!important;
	font-size:60px;
}
.btn-bloc-14-style{
	width:19.47%;
}
.footer-cell{
	max-width:200px;
}
.drop-link{
	color:#FEFFFF!important;
}
.drop-link:hover{
	font-weight:bold;
	color:#F1F1F1!important;
}
.drop-link:active{
	font-weight:bold;
	color:#F1F1F1!important;
}
.arrows{
	;
}
.carousel-image-1{
	background-color:#00CABF;
}
.list-style{
	width:69.79%;
}
.img-feature-1-style{
	background-color:#F1F1F1;
}
.label-style{
	width:100%;
}
.h1-bloc-3-style{
	font-size:40px;
	width:100%;
}
.btn-submit-product-style{
	width:19.52%;
}
.btn-get-pricelist-style{
	width:41.21%;
}
.btn-bloc-37-style{
	width:53.97%;
}
.btn-bloc-42-style{
	width:61.92%;
}
.img-bloc-41-style{
	width:408px;
}
a{
	font-family:"Roboto";
}
.h2-style{
	font-size:40px;
}
.h5-26-style{
	font-size:25px;
}
.h2-bloc-42-style{
	font-size:40px;
}
.h5-bloc-42-style{
	font-size:25px;
}
.h2-bloc-51-style{
	font-size:40px;
}
.h2-bloc-37-style{
	font-size:40px;
}
.h5-bloc-37-style{
	font-size:25px;
}
.h5-bloc-51-style{
	font-size:25px;
}
.p-bloc-3-style{
	font-size:20px;
}
.img-bloc-11-corner{
	width:250px;
	height:250px;
	border-radius:28px 28px 28px 28px;
}
.btn-10-style{
	width:28.16%;
}
.landing-tex{
	color:#FEFFFF!important;
	font-weight:normal;
	font-size:30px;
}
.field-style{
	margin-bottom:20px;
	width:100%;
	border-radius:20px 20px 20px 20px;
}
.btn-padding{
	width:29.71%;
	padding-top:6px;
	padding-bottom:6px;
}
.signup{
	border-radius:20px 20px 20px 20px;
}
.signup-field{
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.img-20-style{
	height:225px;
}
.container-div-style{
	width:30.8%;
}
.box:hover{
	background-color:#FAFAFA;
}
.btn-style:hover{
	background-color:#0432FF;
}
.h4-style{
	width:99.52%;
}
.textbox1{
	padding:20px 20px 20px 20px;
}
.img-bloc-6-style{
	width:1200px;
}
.img{
	padding:20px 20px 20px 20px;
}
.paragraph-1{
	font-size:20px;
}
.paragraph-2{
	font-size:16px;
}
.paragraph-3{
	font-size:16px;
}
.title-2{
	font-size:24px;
	font-weight:bold;
}
.title-3{
	font-size:20px;
	font-weight:bold;
}
.title-4{
	font-size:16px;
}
.img-endrit-hajno-style{
	border-radius:0px 0px 0px 0px;
}
.h3-bloc-25-style{
	font-size:22px;
}
.icon-style:hover{
	fill:#0432FF;
}
.modal{
	width:100%;
	height:100%;
	border-radius:30px 30px 30px 30px;
}
.zon-incon:hover{
	fill:#FF2F92;
}

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

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-snow{
	background-color:#FCFBFB;
}

/* Text colour styles */

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

/* Button colour styles */

.btn-black{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-davys-grey{
	color:#5E5E5E!important;
	border-color:#5E5E5E!important;
}

/* Bloc image backgrounds */

.bg-endrit-hajno{
	background-image:url("img/endrit_hajno.jpg");
}

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

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


/* = 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){
	.box-style-1{
		;
	}
	.navbar-nav li a{
		color:#FEFFFF!important;
		font-family:"Roboto";
	}
	.btn-get-started-style{
		width:43.1%;
	}
	.product-1{
		min-width:375px;
		padding:20px 20px 50px 20px;
	}
	.btn-style{
		position:relative;
		font-size:18px;
	}
	.p-18-style{
		font-size:12px;
	}
	.html-widget-style{
		height:892px;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.product-text-2{
		font-size:20px;
		font-weight:bold;
	}
	.btn-more-info-style{
		width:22.75%;
	}
	.box{
		text-shadow:0px 0px 0px #000000;
		box-shadow:0px 0px 10px #D5D5D5;
		background-position:center top;
		overflow:visible;
		display:block;
		float:none;
		min-width:250px;
		margin:20px 20px 20px 20px;
		padding:20px 20px 20px 20px;
		border-radius:50px 50px 50px 50px;
	}
	.footer-cell{
		max-width:150px;
	}
	.product-text-3{
	}
	.column-1{
	}
	.column-2{
		min-width:325px;
		margin:20px 20px 20px 20px;
		padding:30px 30px 30px 30px;
	}
	.img-feature-1-style{
		background-color:#E4E5E4;
	}
	.link-style{
		;
	}
	.btn-bloc-14-style{
		width:50.56%;
	}
	.h1-bloc-3-style{
		font-size:35px;
	}
	.btn-bloc-42-style{
		width:66.83%;
	}
	.btn-bloc-37-style{
		width:60.77%;
	}
	.btn-get-pricelist-style{
		width:48.18%;
	}
	.btn-7-style{
		width:35.71%;
	}
	.btn-submit-product-style{
		width:41.08%;
	}
	.btn-10-style{
		width:38.85%;
	}
	.h2-bloc-51-style{
		font-size:35px;
	}
	.img-bloc-11-corner{
		border-radius:33px 33px 33px 33px;
	}
	.btn-padding{
		width:21.12%;
	}
	.h3-style{
		font-size:50px;
		line-height:px;
	}
	.slide-text-2{
		font-size:50px;
	}
	.btn-get-ppe-style{
		width:17.56%;
	}
	.h4-style{
		width:100%;
		font-size:22px;
	}
	.card-style{
		width:100%;
	}
	.paragraph-1{
		font-size:18px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.navbar-nav li a{
		color:#FEFFFF!important;
		font-family:"Roboto";
	}
	.btn-style{
		font-size:16px;
	}
	.btn-get-ppe-style{
		width:25.43%;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.btn-get-started-style{
		width:35.94%;
	}
	.btn-7-style{
		width:58.62%;
	}
	.box{
		text-shadow:0px 0px 0px #000000;
		box-shadow:0px 0px 5px #D5D5D5;
		float:none;
		overflow:visible;
		margin-left:50px;
		margin-right:50px;
		padding:30px 30px 30px 30px;
		border-radius:50px 50px 50px 50px;
	}
	.product-text-3{
		width:60%;
	}
	.h4-style{
		width:100%;
		font-size:20px;
	}
	.slide-text-1{
		font-size:14px;
	}
	.slide-text-2{
		font-size:35px;
	}
	.p-style{
		font-size:14px;
	}
	.footer-cell{
		max-width:400px;
	}
	.img-feature-1-style{
		width:200px;
	}
	.img-feature-4-style{
		width:200px;
	}
	.img-feature-3-style{
		width:200px;
	}
	.img-feature-2-style{
		width:200px;
	}
	.p-bloc-1-style{
		width:100%;
	}
	.btn-bloc-14-style{
		width:72.03%;
	}
	.header-text-1{
		font-size:35px;
	}
	.h1-bloc-3-style{
	}
	.h2-style{
		font-size:25px;
	}
	.h2-bloc-42-style{
		font-size:25px;
	}
	.h2-bloc-37-style{
		font-size:25px;
	}
	.h2-bloc-51-style{
		font-size:25px;
	}
	.btn-bloc-42-style{
		width:55.12%;
	}
	.btn-get-pricelist-style{
		width:38.73%;
	}
	.btn-submit-product-style{
		width:56.44%;
	}
	.btn-padding{
		width:31.88%;
	}
	.h4-bloc-12-style{
		width:100%;
	}
	.h3-style{
		font-size:40px;
	}
	.paragraph-1{
		font-size:16px;
	}
	.title-1{
	}
	.title-2{
	}
	.paragraph-2{
	}
	.paragraph-3{
	}
	.textbox1{
	}
	.img{
	}
	.zon-link{
	}
	.zon-link:active{
	}
	.btn-style:hover{
	}
	.btn-style:active{
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.navbar-nav li a{
		color:#FEFFFF!important;
		font-family:"helvetica";
	}
	.navbar-brand img{
		width:200px;
	}
	.h1-bloc-3-style{
		font-size:26px;
	}
	.h4-style{
		font-size:18px;
		text-align:center;
		width:100%;
	}
	.product-1{
		min-width:300px;
		min-height:500px;
		padding:20px 20px 20px 20px;
	}
	.btn-get-started-style{
		width:67.97%;
	}
	.btn-get-ppe-style{
		width:49.45%;
		border-radius:39px 39px 39px 39px;
	}
	.btn-style{
		font-size:14px;
	}
	.html-widget-style{
		height:1067px;
	}
	.hero-header-text{
		font-size:50px;
	}
	.mt-1{
	}
	.product-copy{
	}
	.product-text-3{
		font-size:14px;
		width:100%;
	}
	.product-text-2{
		font-size:20px;
	}
	.product-text-1{
		font-size:24px;
	}
	.title-1{
		font-size:25px;
		color:#242D3D!important;
	}
	.box{
		;
	}
	.slide-text-1{
		font-size:12px;
	}
	.slide-text-2{
		font-size:20px;
	}
	.slides{
		width:300%;
		height:100px;
	}
	.p-style{
		font-size:12px;
	}
	.img-feature-1-style{
		width:200px;
	}
	.img-feature-4-style{
		width:200px;
	}
	.img-feature-3-style{
		width:200px;
	}
	.img-feature-2-style{
		width:200px;
	}
	.column-2{
		;
	}
	.btn-bloc-14-style{
		width:55.11%;
	}
	.h5-bloc-51-style{
		font-size:16px;
	}
	.h5-bloc-37-style{
		font-size:16px;
	}
	.h5-bloc-42-style{
		font-size:16px;
	}
	.h2-style{
		font-size:25px;
	}
	.h2-bloc-42-style{
		font-size:25px;
	}
	.h2-bloc-37-style{
		font-size:25px;
	}
	.h2-bloc-51-style{
		font-size:25px;
	}
	.btn-bloc-42-style{
		width:95.02%;
	}
	.btn-bloc-37-style{
		width:86.12%;
	}
	.btn-get-pricelist-style{
		width:73.31%;
	}
	.btn-more-info-style{
		width:47.77%;
	}
	.btn-10-style{
		width:91.11%;
	}
	.btn-submit-product-style{
		width:82.22%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"helvetica";
	}
	.h2-engard™-eh-p9-style{
		font-size:32px;
	}
	.h2-bloc-17-style{
		font-size:32px;
	}
	.p-bloc-1-style{
		font-size:22px;
	}
	.p-14-style{
		font-size:10px;
	}
	.h3-style{
		line-height:px;
		width:100%;
		font-size:30px;
	}
	.p-bloc-3-style{
	}
	.h4-bloc-12-style{
		font-size:20px;
	}
	.field-style{
	}
	.paragraph-1{
		font-size:14px;
	}
	.h1-style{
		font-size:25px;
	}
	.paragraph-3{
	}
	
}

