/*-----------------------------------------------------------------------------------
	Blumenotics Pvt. Limited Website 2.1
	About: A shiny new Blocs website.
	Author: Rahul Khater
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


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


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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-repeat{
	background-repeat:repeat!important;
}
.bg-l-edge{
	background-position: left!important;
	background-repeat: no-repeat;
}


/* Background Textures */

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


/* Background Effects */

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


/* Dark theme */

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


/* Light theme */

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


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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-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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}

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


/* = Text Widths
-------------------------------------------------------------- */
.text-w-70{
	max-width:70%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


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

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin: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";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	border-color:#FFFFFF!important;
	width:156px;
	height:100px;
}
.link-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.link-company-style{
	font-family:"Koshgarian-Bold";
	line-height:20px;
	font-size:20px;
}
.link-bloc-5-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.link-0-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.link-36517-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.link-22903-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.link-35635-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.link-46348-style{
	font-family:"AppleGothic";
	line-height:20px;
}
.p-style{
	font-family:"AppleGothic";
	font-size:9px;
	width:72.02%;
}
.p-5-style{
	font-family:"AppleGothic";
	font-size:9px;
	width:100%;
}
.h1-style{
	width:100%;
	font-family:"NEOTERIC";
}
.p-bloc-0-style{
	font-family:"helvetica";
	font-size:18px;
}
.nav{
	background-color:transparent;
	color:#FFFFFF!important;
}
.h3-style{
	font-family:"GeosansLight";
}
.h3-products-style{
	font-family:"NEOTERIC-Bold";
}
.h3-news-style{
	font-family:"NEOTERIC-Bold";
}
.img-bloc-2-style{
	width:500px;
	height:312px;
}
.img-bloc-3-style{
	width:500px;
	height:500px;
}
.p-bloc-1-style{
	font-family:"Athelas-Regular";
}
.p-bloc-2-style{
	font-family:"Athelas-Regular";
}
.p-bloc-3-style{
	font-family:"Athelas-Regular";
}
.h3-bloc-4-style{
	font-family:"helvetica";
	font-size:18px;
	line-height:24px;
	width:100%;
}
.h1-bloc-4-style{
	font-family:"NEOTERIC";
}
.h3-5-style{
	font-family:"NEOTERIC-Bold";
}
.p-39735-style{
	font-family:"helvetica";
	width:100%;
	font-size:18px;
}
.img-placeholder-us-style{
	height:200px;
	width:200px;
}
.img-8-style{
	width:200px;
}
.img-6-style{
	width:580px;
}
.img-11-style{
	width:200px;
}
.img-12-style{
	width:200px;
}
.h1-3-style{
	font-family:"NEOTERIC-Bold";
	width:100%;
	text-indent:px;
}
.img-14-style{
	width:200px;
}
.h3-6-style{
	font-family:"NEOTERIC-Bold";
}
.p-6-style{
	font-family:"Athelas-Regular";
	font-size:18px;
}
.p-7-style{
	font-family:"helvetica";
	font-size:18px;
}
.h3-7-style{
	font-family:"NEOTERIC-Bold";
}
.h3-8-style{
	font-family:"NEOTERIC-Bold";
}
.p-8-style{
	font-family:"helvetica";
	font-size:18px;
}
.h3-9-style{
	font-family:"NEOTERIC-Bold";
}
.p-9-style{
	font-family:"helvetica";
	font-size:18px;
}
.h3-10-style{
	font-family:"NEOTERIC-Bold";
}
.p-10-style{
	font-family:"helvetica";
	font-size:18px;
}
.h3-b-l-khater-style{
	font-family:"NEOTERIC-Bold";
}
.h6-2-style{
	font-family:"NEOTERIC-Bold";
}
.h6-description-style{
	font-family:"NEOTERIC-Bold";
}
.h6-4-style{
	font-family:"NEOTERIC-Bold";
}
.p-14-style{
	font-family:"Athelas-Regular";
}
.h1-product-list-style{
	font-family:"NEOTERIC";
	width:59.94%;
}
.h6-model-name-style{
	font-family:"NEOTERIC-Bold";
}
.h6-7-style{
	font-family:"NEOTERIC-Bold";
}
.h6-8-style{
	font-family:"NEOTERIC-Bold";
}
.p-bloc-14-style{
	font-family:"Athelas-BoldItalic";
	font-size:19px;
}
.h6-9-style{
	font-family:"NEOTERIC-Bold";
}
.h6-10-style{
	font-family:"NEOTERIC-Bold";
}
.h6-11-style{
	font-family:"NEOTERIC-Bold";
}
.h6-12-style{
	font-family:"NEOTERIC-Bold";
}
.p-22-style{
	font-family:"helvetica";
}
.h6-16-style{
	font-family:"NEOTERIC-Bold";
}
.h6-15-style{
	font-family:"NEOTERIC-Bold";
}
.h6-14-style{
	font-family:"NEOTERIC-Bold";
}
.h6-13-style{
	font-family:"NEOTERIC-Bold";
}
.p-26-style{
	font-family:"helvetica";
	font-size:18px;
}
.h6-17-style{
	font-family:"NEOTERIC-Bold";
}
.h6-18-style{
	font-family:"NEOTERIC-Bold";
}
.h6-19-style{
	font-family:"NEOTERIC-Bold";
}
.h6-20-style{
	font-family:"NEOTERIC-Bold";
}
.p-30-style{
	font-family:"helvetica";
	font-size:18px;
}
.h6-21-style{
	font-family:"NEOTERIC-Bold";
}
.h6-22-style{
	font-family:"NEOTERIC-Bold";
	width:100%;
}
.h6-23-style{
	font-family:"NEOTERIC-Bold";
}
.h6-24-style{
	font-family:"NEOTERIC-Bold";
}
.p-34-style{
	font-family:"helvetica";
	font-size:18px;
}
.h6-25-style{
	font-family:"NEOTERIC-Bold";
}
.h6-26-style{
	font-family:"NEOTERIC-Bold";
}
.h6-27-style{
	font-family:"NEOTERIC-Bold";
}
.h6-28-style{
	font-family:"NEOTERIC-Bold";
}
.p-38-style{
	font-family:"helvetica";
}
.h3-bloc-6-style{
	width:100%;
	font-family:"helvetica";
	font-size:18px;
	line-height:24px;
}
.h1-bloc-6-style{
	font-family:"NEOTERIC";
}
.h1-7-style{
	font-family:"NEOTERIC";
}
.h3-bloc-17-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	color:#000000!important;
	line-height:24px;
	text-indent:10px;
}
.h3-14-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	line-height:24px;
	text-indent:10px;
}
.h3-15-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	line-height:24px;
	text-indent:10px;
}
.h3-16-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	line-height:24px;
	text-indent:10px;
}
.h3-17-style{
	font-size:28px;
	font-family:"NEOTERIC-Bold";
	line-height:34px;
	text-indent:10px;
}
.h3-18-style{
	font-size:28px;
	font-family:"NEOTERIC-Bold";
	line-height:34px;
	text-indent:10px;
}
.h3-19-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	line-height:24px;
	text-indent:10px;
}
.h3-20-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	line-height:24px;
	text-indent:10px;
	width:100%;
}
.h3-21-style{
	font-size:20px;
	font-family:"NEOTERIC-Bold";
	line-height:24px;
	text-indent:10px;
}
.p-bloc-17-style{
	font-family:"helvetica";
	font-size:20px;
}
.h3-13-style{
	font-family:"NEOTERIC-Bold";
	font-size:20px;
	text-indent:10px;
}
.h3-14-bloc-17-style{
	font-family:"NEOTERIC-Bold";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-15-bloc-17-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-16-bloc-17-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-17-bloc-17-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-18-bloc-17-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-19-bloc-17-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-20-bloc-17-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-21-bloc-17-style{
	font-family:"NEOTERIC-Bold";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-22-style{
	font-family:"NEOTERIC";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h1-bloc-7-style{
	font-family:"NEOTERIC";
}
.h3-bloc-7-style{
	font-family:"helvetica";
	font-size:18px;
	line-height:24px;
}
.h1-get-in-touch-style{
	font-family:"NEOTERIC";
}
.h3-bloc-8-style{
	width:100%;
	font-family:"helvetica";
	font-size:18px;
	line-height:24px;
}
.select1{
	padding-top:10px;
	padding-bottom:10px;
}
.option-select-style{
	width:100%;
	text-shadow:0px 0px 0px #000000;
	overflow:visible;
}
.divider-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}
.divider-0-style{
	width:0.1%;
	padding-top:0px;
	padding-bottom:0px;
}
.label-style{
	font-family:"Athelas-Regular";
}
.label-email-style{
	font-family:"Athelas-Regular";
}
.label-mobile-number-style{
	font-family:"Athelas-Regular";
}
.label-company-name-style{
	font-family:"Athelas-Regular";
}
.label-message-style{
	font-family:"Athelas-Regular";
}
.label-6-style{
	font-family:"Athelas-Regular";
}
.h1-news-section-style{
	font-family:"NEOTERIC-Bold";
}
.h1-11-style{
	font-family:"NEOTERIC-Bold";
}
.container-div-style{
	height:41px;
	width:100%;
}
.h1-12-style{
	font-family:"NEOTERIC";
}
.h3-bloc-9-style{
	font-family:"helvetica";
	font-size:18px;
	line-height:24px;
}
.h1-13-style{
	font-family:"NEOTERIC-Bold";
}
.p-46-style{
	font-size:22px;
	font-family:"helvetica";
}
.p-47-style{
	font-size:20px;
	font-family:"helvetica";
}
.html-widget-style{
	width:100%;
	height:490px;
}
.h1-bloc-10-style{
	width:100%;
	font-family:"NEOTERIC";
}
.h3-bloc-10-style{
	font-family:"helvetica";
	width:100%;
	font-size:18px;
}
.h1-15-style{
	font-family:"NEOTERIC-Bold";
}
.p-48-style{
	font-family:"helvetica";
	font-size:18px;
}
.p-11-style{
	width:100%;
	font-family:"Athelas-BoldItalic";
	font-size:19px;
}
.p-13-style{
	font-size:19px;
	font-family:"Athelas-BoldItalic";
}
.p-13-bloc-14-style{
	font-size:19px;
	font-family:"Athelas-BoldItalic";
}
.p-15-style{
	font-family:"Athelas-BoldItalic";
	font-size:19px;
}
.p-16-style{
	font-family:"helvetica";
	width:100%;
}
.p-17-style{
	font-size:16px;
	font-family:"helvetica";
}
.p-18-style{
	font-family:"Athelas-BoldItalic";
	font-size:19px;
}
.p-20-style{
	font-family:"helvetica";
}
.p-21-style{
	font-family:"helvetica";
}
.h3-24-style{
	text-indent:10px;
	font-size:20px;
	line-height:24px;
	font-family:"NEOTERIC-Bold";
}
.h3-23-style{
	font-family:"NEOTERIC-Bold";
	font-size:20px;
	line-height:24px;
	text-indent:10px;
}
.h3-24-bloc-17-style{
	text-indent:10px;
	font-size:20px;
	line-height:24px;
	font-family:"NEOTERIC-Bold";
}
.h1-bloc-5-style{
	font-family:"Athelas-Bold";
	width:100%;
}
.h3-bloc-5-style{
	font-family:"Athelas-Regular";
	font-size:28px;
}
.p-bloc-20-style{
	font-family:"helvetica";
	font-size:18px;
}
.p-27-style{
	font-family:"helvetica";
	font-size:18px;
}
.p-28-style{
	font-family:"helvetica";
	font-size:18px;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.h1-4-style{
	font-family:"Athelas-Bold";
}
.h3-11-style{
	font-family:"NEOTERIC-Bold";
}
.img-dsc-06-style{
	width:1152px;
	height:760px;
}
.p-12428-style{
	font-family:"Athelas-Regular";
}
.p-12-style{
	font-family:"helvetica";
	width:100%;
}
.p-49483-style{
	font-family:"Athelas-Regular";
}
.h1-bloc-12-style{
	font-family:"NEOTERIC";
}
.h3-bloc-12-style{
	font-family:"helvetica";
	font-size:18px;
	line-height:24px;
}
.container-div-bloc-14-style{
	height:89px;
}
.img-2-style{
	height:291px;
	width:437px;
}
.h3-bloc-1-style{
	font-family:"NEOTERIC";
}
.p-2-style{
	font-family:"helvetica";
	font-size:18px;
}
.h3-bloc-2-style{
	font-family:"NEOTERIC";
}
.p-3-style{
	font-family:"helvetica";
	font-size:18px;
}
.h3-bloc-3-style{
	font-family:"NEOTERIC";
}
.p-4-style{
	font-family:"helvetica";
	font-size:18px;
}
.p-23954-style{
	font-family:"helvetica";
	width:100%;
	font-size:18px;
}
.img-bloc-8-style{
	width:270px;
	height:25px;
}
.img-nts---cto-p-style{
	height:25px;
	width:370px;
}
.img-aman-khater-style{
	width:290px;
	height:25px;
}
.img-rahul-khater-style{
	width:320px;
	height:25px;
	border-radius:0px 0px 0px 0px;
}
.h6-style{
	font-family:"NEOTERIC-Bold";
}
.h6-bloc-14-style{
	font-family:"NEOTERIC-Bold";
}
.p-25245-style{
	font-size:16px;
}
.p-24-style{
	font-size:18px;
}
.p-25-style{
	font-size:18px;
}
.p-27-bloc-20-style{
	font-size:18px;
}
.p-28-bloc-20-style{
	font-size:18px;
}
.p-29-style{
	font-size:18px;
}
.h1-16-style{
	font-family:"NEOTERIC";
}
.h3-20931-style{
	text-indent:10px;
	font-family:"NEOTERIC-Bold";
	font-size:20px;
	line-height:24px;
	color:rgba(0,0,0,0.63)!important;
}
.h3-33549-style{
	text-indent:10px;
	font-family:"NEOTERIC-Bold";
	color:rgba(0,0,0,0.96)!important;
	font-size:20px;
}
.h3-22585-style{
	font-family:"NEOTERIC-Bold";
	font-size:20px;
	text-indent:10px;
	color:rgba(0,0,0,0.60)!important;
}
.img-blume®-hfh13-style{
	width:304px;
	height:203px;
}
.img-blume®-hfp20-style{
	width:304px;
	height:203px;
}
.img-blume®-hfm2-style{
	width:304px;
	height:203px;
}
.img-blume®-hfm7-style{
	width:304px;
	height:203px;
}
.h1-bloc-0-style{
	font-family:"NEOTERIC";
}
.img-bloc-20-style{
	width:500px;
	height:132px;
}
.h6-1-style{
	font-family:"NEOTERIC-Bold";
}
.h6-3-style{
	font-family:"NEOTERIC-Bold";
}
.divider-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-bloc-14-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-0-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.h6-5-style{
	font-family:"NEOTERIC-Bold";
}
.h6-6-style{
	font-family:"NEOTERIC-Bold";
}
.divider-0-bloc-14-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-32129-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-35481-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-10749-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-45932-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.h6-10-bloc-14-style{
	font-family:"NEOTERIC-Bold";
}
.divider-8003-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-21458-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.h6-12-bloc-14-style{
	font-family:"NEOTERIC-Bold";
}
.divider-23244-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-29572-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-23899-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-21267-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.divider-49005-padding{
	padding-top:16px;
	padding-bottom:16px;
}
.h3-bloc-14-style{
	font-family:"NEOTERIC-Bold";
}
.h1-6-style{
	font-family:"NEOTERIC-Bold";
	font-size:16px;
}
.h6-42437-style{
	font-family:"NEOTERIC-Bold";
}
.h6-42318-style{
	font-family:"NEOTERIC-Bold";
}
.h6-34421-style{
	font-family:"NEOTERIC-Bold";
}
.h6-10056-style{
	font-family:"NEOTERIC-Bold";
}
.h6-9058-style{
	font-family:"NEOTERIC-Bold";
}
.h6-4701-style{
	font-family:"NEOTERIC-Bold";
}
.h6-4233-style{
	font-family:"NEOTERIC-Bold";
}
.h6-27763-style{
	font-family:"NEOTERIC-Bold";
}
.h6-12432-style{
	font-family:"NEOTERIC-Bold";
}
.h3-12-style{
	font-family:"NEOTERIC-Bold";
}
.h6-2847-style{
	font-family:"NEOTERIC-Bold";
}
.h6-17049-style{
	font-family:"NEOTERIC-Bold";
}
.h6-16104-style{
	font-family:"NEOTERIC-Bold";
}
.h6-22171-style{
	font-family:"NEOTERIC-Bold";
}
.h3-5566-style{
	font-family:"NEOTERIC-Bold";
}
.h3-bloc-33-style{
	font-family:"NEOTERIC-Bold";
}
.h3-41539-style{
	font-family:"NEOTERIC-Bold";
}
.h6-bloc-35-style{
	font-family:"NEOTERIC-Bold";
}
.h3-bloc-35-style{
	font-family:"NEOTERIC-Bold";
}
.h3-33922-style{
	font-family:"NEOTERIC-Bold";
}
.h3-40947-style{
	font-family:"NEOTERIC-Bold";
}
.h3-43421-style{
	font-family:"NEOTERIC-Bold";
}
.h6-29-style{
	font-family:"NEOTERIC-Bold";
}
.h6-30-style{
	font-family:"NEOTERIC-Bold";
}
.h6-31-style{
	font-family:"NEOTERIC-Bold";
}
.h6-32-style{
	font-family:"NEOTERIC-Bold";
}
.h3-2960-style{
	font-family:"NEOTERIC-Bold";
}
.h6-33-style{
	font-family:"NEOTERIC-Bold";
}
.h6-34-style{
	font-family:"NEOTERIC-Bold";
}
.h6-35-style{
	font-family:"NEOTERIC-Bold";
}
.h6-36-style{
	font-family:"NEOTERIC-Bold";
}
.img-img-25-style{
	height:261px;
	width:348px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-Unnamed-Swatch:#FFFFFF;
	
	--swatch-var-Unnamed-Swatch-copy-1:#000000;
	
	--swatch-var-Unnamed-Swatch-copy-2:rgba(195,196,196,0.11);
	
	--swatch-var-Unnamed-Swatch-copy-3:#7F7F7F;
	
	--swatch-var-Unnamed-Swatch-copy-4:rgba(255,255,255,0.06);
	
	--swatch-var-Unnamed-Swatch-copy-5:#8A8889;
	
	--swatch-var-Unnamed-Swatch-copy-6:rgba(255,255,255,0.15);
	
	--swatch-var-Unnamed-Swatch-copy-7:rgba(255,255,255,0.06);
	
	--swatch-var-Unnamed-Swatch-copy-8:#FFFFFF;
	
	--swatch-var-Unnamed-Swatch-copy-9:#A82623;
	
}


/* Background colour styles */

.bgc-3041{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-4);
}
.bgc-6472{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-7);
}
.bgc-3947{
	background-color:var(--swatch-var-Unnamed-Swatch);
}
.bgc-3614{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-3);
}
.bgc-137{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-1);
}

/* Text colour styles */

.tc-3947{
	color:var(--swatch-var-Unnamed-Swatch)!important;
}
.tc-137{
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
}

/* Button colour styles */

.btn-c-137{
	background:var(--swatch-var-Unnamed-Swatch-copy-1);
	color:#FFFFFF!important;
}
.btn-c-137:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.wire-btn-c-3947{
	color:var(--swatch-var-Unnamed-Swatch)!important;
	border-color:var(--swatch-var-Unnamed-Swatch)!important;
}
.wire-btn-c-137{
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
}

/* Link colour styles */

.ltc-3947{
	color:var(--swatch-var-Unnamed-Swatch)!important;
}
.ltc-3947:hover{
	color:#CCCCCC!important;
}
.ltc-137{
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
}
.ltc-137:hover{
	color:#000000!important;
}
.ltc-3259{
	color:var(--swatch-var-Unnamed-Swatch-copy-9)!important;
}
.ltc-3259:hover{
	color:#750000!important;
}

/* Icon colour styles */

.icon-3947{
	color:var(--swatch-var-Unnamed-Swatch)!important;
	border-color:var(--swatch-var-Unnamed-Swatch)!important;
}
.icon-137{
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
}
.icon-3259{
	color:var(--swatch-var-Unnamed-Swatch-copy-9)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-9)!important;
}

/* Bloc image backgrounds */

.bg-1536644{
	background-image:url("img/1536644.jpg");
	background-image: -webkit-image-set(url("img/1536644.webp") 1x,
url("img/1536644.webp") 2x);background-image: image-set(url("img/1536644.jpg") 1x,
url("img/1536644.jpg") 2x,url("img/1536644.webp") 1x,
url("img/1536644.webp") 2x);
}
.bg-crosses-s-bg{
	background-image:url("img/crosses-s-bg.png");
	background-image: -webkit-image-set(url("img/crosses-s-bg.webp") 1x,
url("img/crosses-s-bg.webp") 2x);background-image: image-set(url("img/crosses-s-bg.png") 1x,
url("img/crosses-s-bg.png") 2x,url("img/crosses-s-bg.webp") 1x,
url("img/crosses-s-bg.webp") 2x);
}
.bg-396538{
	background-image:url("img/396538.jpg");
	background-image: -webkit-image-set(url("img/396538.webp") 1x,
url("img/396538.webp") 2x);background-image: image-set(url("img/396538.jpg") 1x,
url("img/396538.jpg") 2x,url("img/396538.webp") 1x,
url("img/396538.webp") 2x);
}
.bg-WORKFORCE-2020-28{
	background-image:url("img/WORKFORCE_2020_28.jpg");
	background-image: -webkit-image-set(url("img/WORKFORCE_2020_28.webp") 1x,
url("img/WORKFORCE_2020_28.webp") 2x);background-image: image-set(url("img/WORKFORCE_2020_28.jpg") 1x,
url("img/WORKFORCE_2020_28.jpg") 2x,url("img/WORKFORCE_2020_28.webp") 1x,
url("img/WORKFORCE_2020_28.webp") 2x);
}
.bg-pexels-photo-326576{
	background-image:url("img/pexels-photo-326576.jpeg");
	background-image: -webkit-image-set(url("img/pexels-photo-326576.webp") 1x,
url("img/pexels-photo-326576.webp") 2x);background-image: image-set(url("img/pexels-photo-326576.jpeg") 1x,
url("img/pexels-photo-326576.jpeg") 2x,url("img/pexels-photo-326576.webp") 1x,
url("img/pexels-photo-326576.webp") 2x);
}
.bg-Screenshot-202020-10-01-20at-201-55-56-20PM{
	background-image:url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.png");
	background-image: -webkit-image-set(url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.webp") 1x,
url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.webp") 2x);background-image: image-set(url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.png") 1x,
url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.png") 2x,url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.webp") 1x,
url("img/Screenshot%202020-10-01%20at%201.55.56%20PM.webp") 2x);
}
.bg-Corporate-social-responsibility-banner-3{
	background-image:url("img/Corporate-social-responsibility-banner-3.jpg");
	background-image: -webkit-image-set(url("img/Corporate-social-responsibility-banner-3.webp") 1x,
url("img/Corporate-social-responsibility-banner-3.webp") 2x);background-image: image-set(url("img/Corporate-social-responsibility-banner-3.jpg") 1x,
url("img/Corporate-social-responsibility-banner-3.jpg") 2x,url("img/Corporate-social-responsibility-banner-3.webp") 1x,
url("img/Corporate-social-responsibility-banner-3.webp") 2x);
}
.bg-pexels-movidagrafica-barcelona-1474993{
	background-image:url("img/pexels-movidagrafica-barcelona-1474993.jpg");
	background-image: -webkit-image-set(url("img/pexels-movidagrafica-barcelona-1474993.webp") 1x,
url("img/pexels-movidagrafica-barcelona-1474993.webp") 2x);background-image: image-set(url("img/pexels-movidagrafica-barcelona-1474993.jpg") 1x,
url("img/pexels-movidagrafica-barcelona-1474993.jpg") 2x,url("img/pexels-movidagrafica-barcelona-1474993.webp") 1x,
url("img/pexels-movidagrafica-barcelona-1474993.webp") 2x);
}
.bg-pexels-brotin-biswas-518543{
	background-image:url("img/pexels-brotin-biswas-518543.jpg");
	background-image: -webkit-image-set(url("img/pexels-brotin-biswas-518543.webp") 1x,
url("img/pexels-brotin-biswas-518543.webp") 2x);background-image: image-set(url("img/pexels-brotin-biswas-518543.jpg") 1x,
url("img/pexels-brotin-biswas-518543.jpg") 2x,url("img/pexels-brotin-biswas-518543.webp") 1x,
url("img/pexels-brotin-biswas-518543.webp") 2x);
}
.bg-IMG-2541{
	background-image:url("img/IMG_2541.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2541.webp") 1x,
url("img/IMG_2541.webp") 2x);background-image: image-set(url("img/IMG_2541.jpeg") 1x,
url("img/IMG_2541.jpeg") 2x,url("img/IMG_2541.webp") 1x,
url("img/IMG_2541.webp") 2x);
}



/* = 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: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

