/*-----------------------------------------------------------------------------------
	Excelcius Website
	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-xxl{
	padding:200px 20px;
}
.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;
}


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


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


/* = 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;
}
/* 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-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%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


/* = 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;
}
.team-card{
	min-height:350px;
}
.navbar-brand img{
	width:150px;
	height:52px;
}
.h1-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	font-weight:800;
}
.p-style{
	width:100%;
	font-family:"Source Sans Pro";
	font-weight:400;
}
.p-bloc-1-style{
	width:39.82%;
}
.img-style{
	width:440px;
	float:none;
	overflow:visible;
	text-shadow:0px -46px 0px #000000;
}
.navbar{
	font-family:"MateSC-Regular";
	font-size:12px;
}
.h2-style{
	font-family:Lato;
	font-weight:400;
}
.h2-bloc-4-style{
	font-family:Lato;
	font-weight:400;
	font-size:25px;
}
.h2-bloc-5-style{
	font-family:Lato;
	font-size:25px;
	font-weight:400;
	width:100%;
}
.h2-bloc-6-style{
	font-family:Lato;
	font-weight:400;
	font-size:25px;
}
.p-bloc-4-style{
	font-family:"Source Sans Pro";
}
.p-bloc-5-style{
	font-family:"Source Sans Pro";
}
.p-bloc-6-style{
	font-family:"Source Sans Pro";
}
.h2-bloc-8-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-8-style{
	font-family:"Source Sans Pro";
}
.h3-style{
	font-family:Lato;
	font-weight:400;
}
.h3-john-doe-style{
	font-family:Lato;
	font-weight:400;
}
.h3-3-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-10-style{
	font-family:"Source Sans Pro";
}
.p-7-style{
	font-family:"Source Sans Pro";
}
.p-8-style{
	font-family:"Source Sans Pro";
}
.h1-bloc-11-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
}
.h2-bloc-12-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-12-style{
	font-family:"Source Sans Pro";
}
.h3-bloc-14-style{
	font-family:Lato;
	font-weight:400;
}
.h4-style{
	font-family:"MateSC-Regular";
}
.p-bloc-14-style{
	font-family:"Source Sans Pro";
}
.h2-bloc-16-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-17-style{
	font-family:"Source Sans Pro";
}
.p-12-style{
	font-family:"Source Sans Pro";
}
.p-13-style{
	font-family:"Source Sans Pro";
}
.h1-bloc-18-style{
	font-size:50px;
	line-height:60px;
	font-family:"Koshgarian-Bold";
}
.h2-bloc-19-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-19-style{
	font-family:"Source Sans Pro";
}
.h2-our-partners-style{
	font-family:Lato;
	font-weight:400;
}
.h6-style{
	font-family:"MateSC-Regular";
}
.h5-style{
	font-family:"MateSC-Regular";
}
.h5-bloc-10-style{
	font-family:"MateSC-Regular";
}
.h5-3-style{
	font-family:"MateSC-Regular";
}
.h2-bloc-23-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-23-style{
	font-family:"Source Sans Pro";
}
.h1-contact-us-style{
	font-size:50px;
	line-height:60px;
	font-family:"Koshgarian-Bold";
}
.h2-bloc-27-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-27-style{
	font-family:"Source Sans Pro";
}
.h3-bloc-32-style{
	width:100%;
	font-size:9px;
}
.p-bloc-32-style{
	font-size:12px;
	font-family:"MateSC-Regular";
}
.h4-company-style{
	font-family:Lato;
	font-weight:400;
}
.h4-get-the-app-style{
	font-family:Lato;
	font-weight:400;
}
.h4-follow-us-style{
	font-family:Lato;
	font-weight:400;
}
.row-style{
	width:100%;
}
.img-excelci-style{
	width:301px;
}
.p-19-style{
	font-size:15px;
	line-height:20px;
	font-family:"MateSC-Regular";
	width:100%;
}
.container-div-style{
	width:41.48%;
}
.html-widget-style{
	height:455px;
	width:100%;
}
.container-div-0-style{
	width:100%;
}
.img-rahul-khater-style{
	width:150px;
	height:24px;
}
.img-aman-khater-style{
	width:150px;
	height:24px;
}
.img-rajesh-khater-style{
	width:150px;
	height:24px;
}
.h2-7-style{
	font-family:Lato;
	font-weight:400;
}
.p-10-style{
	font-family:"Source Sans Pro";
}
.p-11-style{
	font-family:"Source Sans Pro";
	font-weight:400;
}
.p-43825-style{
	font-family:"Source Sans Pro";
}
.p-39559-style{
	font-family:"Source Sans Pro";
}
.p-bloc-16-style{
	font-family:"Source Sans Pro";
}
.img-bloc-17-style{
	height:239px;
	width:358px;
}
.h6-bloc-17-style{
	font-family:"Koshgarian-Regular";
}
.p-16-style{
	font-family:"Source Sans Pro";
}
.h6-3-style{
	font-family:"Koshgarian-Regular";
}
.h6-bloc-18-style{
	font-family:"Koshgarian-Regular";
}
.h6-fmcg-goods-style{
	font-family:"Koshgarian-Regular";
}
.h6-6-style{
	font-family:"Koshgarian-Regular";
}
.h6-engine-parts-style{
	font-family:"Koshgarian-Regular";
}
.h6-bloc-21-style{
	font-family:"Koshgarian-Regular";
}
.h6-9-style{
	font-family:"Koshgarian-Regular";
}
.h6-distribution-style{
	font-family:"Koshgarian-Regular";
}
.h6-bloc-15-style{
	font-family:"Koshgarian-Regular";
}
.h6-finance-style{
	font-family:"Koshgarian-Regular";
}
.h6-shipping-style{
	font-family:"Koshgarian-Regular";
}
.h1-5-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-29-style{
	font-family:"Source Sans Pro";
}
.p-30-style{
	font-family:"MateSC-Regular";
}
.p-31-style{
	font-family:"MateSC-Regular";
}
.p-32-style{
	font-family:"MateSC-Regular";
}
.p-33-style{
	font-family:"MateSC-Regular";
}
.p-34-style{
	font-family:"MateSC-Regular";
}
.p-35-style{
	font-family:"MateSC-Regular";
}
.p-36-style{
	font-family:"MateSC-Regular";
}
.img-27-style{
	height:226px;
}
.img-30-style{
	height:226px;
	width:222px;
}
.img-29-style{
	height:158px;
}
.img-28-style{
	height:158px;
}
.img-32-style{
	height:158px;
}
.img-31-style{
	height:226px;
	width:226px;
}
.img-14-style{
	width:358px;
	height:239px;
}
.h1-6-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-37-style{
	font-family:"Source Sans Pro";
}
.p-38-style{
	font-family:"MateSC-Regular";
}
.p-39-style{
	font-family:"MateSC-Regular";
}
.p-40-style{
	font-family:"MateSC-Regular";
}
.p-41-style{
	font-family:"MateSC-Regular";
}
.img-15-style{
	height:239px;
	width:358px;
}
.h1-7-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-42-style{
	font-family:"Source Sans Pro";
}
.h1-8-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.h2-13-style{
	font-family:Lato;
	font-weight:400;
}
.h2-17166-style{
	font-family:Lato;
	font-weight:400;
}
.h2-what-we-offer-style{
	font-family:Lato;
	font-weight:400;
}
.h2-13-what-we-offer-style{
	font-family:Lato;
	font-weight:400;
}
.p-43-style{
	font-family:"Source Sans Pro";
}
.p-44-style{
	font-family:"MateSC-Regular";
}
.p-45-style{
	font-family:"Source Sans Pro";
}
.p-46-style{
	font-family:"MateSC-Regular";
}
.p-47-style{
	font-family:"Source Sans Pro";
}
.p-48-style{
	font-family:"MateSC-Regular";
}
.p-50-style{
	font-family:"MateSC-Regular";
}
.p-49-style{
	font-family:"Source Sans Pro";
}
.p-51-style{
	font-family:"Source Sans Pro";
}
.p-52-style{
	font-family:"MateSC-Regular";
}
.p-54-style{
	font-family:"MateSC-Regular";
}
.p-53-style{
	font-family:"Source Sans Pro";
}
.p-55-style{
	font-family:"Source Sans Pro";
}
.p-56-style{
	font-family:"Source Sans Pro";
}
.p-57-style{
	font-family:"MateSC-Regular";
}
.p-58-style{
	font-family:"Source Sans Pro";
}
.img-picture-1-style{
	width:458px;
}
.p-59-style{
	font-family:"MateSC-Regular";
}
.p-60-style{
	font-family:"Source Sans Pro";
}
.p-61-style{
	font-family:"Source Sans Pro";
}
.p-62-style{
	font-family:"MateSC-Regular";
}
.p-63-style{
	font-family:"Source Sans Pro";
}
.p-64-style{
	font-family:"Source Sans Pro";
}
.p-65-style{
	font-family:"MateSC-Regular";
	font-size:12px;
}
.bloc-style{
	width:100%;
	height:52px;
}
.p-66-style{
	font-family:"MateSC-Regular";
	font-size:12px;
}
.bloc-margin-left{
	margin-left:70px;
}
.bloc-0-margin-left{
	margin-left:70px;
}
.bloc-29001-margin-left{
	margin-left:70px;
}
.p-67-style{
	font-family:"Source Sans Pro";
	font-size:12px;
}
.p-79-style{
	font-family:"MateSC-Regular";
	font-size:12px;
}
.h1-fmcg-goods-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-80-style{
	font-family:"Source Sans Pro";
}
.row-bloc-30-style{
	width:94.65%;
}
.row-bloc-14-style{
	width:100%;
}
.h2-services-style{
	font-family:Lato;
	font-weight:400;
}
.p-3793-style{
	font-family:"Source Sans Pro";
}
.img-bloc-15-style{
	height:205px;
}
.img-blog-handsha-style{
	height:205px;
}
.img-11-style{
	height:205px;
	width:358px;
}
.img-12-style{
	height:205px;
}
.img-bloc-18-style{
	width:358px;
	height:239px;
}
.img-bloc-21-style{
	height:239px;
}
.img-20-style{
	width:358px;
	height:239px;
}
.img-21-style{
	width:358px;
	height:239px;
}
.h1-10-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-7473-style{
	font-family:"Source Sans Pro";
}
.p-81-style{
	font-family:"MateSC-Regular";
}
.p-91-style{
	font-family:"Source Sans Pro";
}
.h1-engine-parts-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-26056-style{
	font-family:"Source Sans Pro";
}
.h1-11-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-16924-style{
	font-family:"Source Sans Pro";
}
.p-82-style{
	font-family:"MateSC-Regular";
}
.p-87-style{
	font-family:"Source Sans Pro";
}
.h1-48368-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-3821-style{
	font-family:"Source Sans Pro";
}
.p-24183-style{
	font-family:"MateSC-Regular";
}
.p-86-style{
	font-family:"Source Sans Pro";
}
.h1-distribution-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-95-style{
	font-family:"Source Sans Pro";
}
.h1-14-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-96-style{
	font-family:"Source Sans Pro";
}
.h1-16-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-109-style{
	font-family:"Source Sans Pro";
}
.h1-17-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-110-style{
	font-family:"Source Sans Pro";
}
.h1-coal-style{
	font-family:"Koshgarian-Bold";
	font-size:50px;
	line-height:60px;
}
.p-112-style{
	font-family:"Source Sans Pro";
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-Unnamed-Swatch:#FCFBFB;
	
	--swatch-var-Unnamed-Swatch-copy-1:#000000;
	
	--swatch-var-Unnamed-Swatch-copy-2:#FFFFFF;
	
	--swatch-var-Unnamed-Swatch-copy-3:#676767;
	
	--swatch-var-Unnamed-Swatch-copy-4:#D80B00;
	
	--swatch-var-Unnamed-Swatch-copy-278:#FDFDFD;
	
	--swatch-var-Unnamed-Swatch-copy-6:rgba(226,226,226,0.20);
	
}


/* Background colour styles */

.bgc-278{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-278);
}
.bgc-3531{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-6);
}
.bgc-5856{
	background-color:var(--swatch-var-Unnamed-Swatch);
}
.bgc-957{
	background-color:var(--swatch-var-Unnamed-Swatch-copy-1);
}

/* Text colour styles */

.tc-278{
	color:var(--swatch-var-Unnamed-Swatch-copy-278)!important;
}
.tc-1985{
	color:var(--swatch-var-Unnamed-Swatch-copy-3)!important;
}
.tc-957{
	color:var(--swatch-var-Unnamed-Swatch-copy-1)!important;
}
.tc-4375{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}

/* Button colour styles */

.btn-c-4375{
	background:var(--swatch-var-Unnamed-Swatch-copy-4);
	color:#FFFFFF!important;
}
.btn-c-4375:hover{
	background:#A50000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-1985{
	color:var(--swatch-var-Unnamed-Swatch-copy-3)!important;
}
.ltc-1985:hover{
	color:#343434!important;
}
.ltc-4375{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}
.ltc-4375:hover{
	color:#A50000!important;
}

/* Icon colour styles */

.icon-4375{
	color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
	border-color:var(--swatch-var-Unnamed-Swatch-copy-4)!important;
}

/* Bloc image backgrounds */

.bg-pexels-ansel-lee-3130060{
	background-image:url("img/pexels-ansel-lee-3130060.jpg");
	background-image: -webkit-image-set(url("img/pexels-ansel-lee-3130060.webp") 1x,
url("img/pexels-ansel-lee-3130060.webp") 2x);background-image: image-set(url("img/pexels-ansel-lee-3130060.jpg") 1x,
url("img/pexels-ansel-lee-3130060.jpg") 2x,url("img/pexels-ansel-lee-3130060.webp") 1x,
url("img/pexels-ansel-lee-3130060.webp") 2x);
}
.bg-pexels-jimmy-chan-3988297{
	background-image:url("img/pexels-jimmy-chan-3988297.jpg");
	background-image: -webkit-image-set(url("img/pexels-jimmy-chan-3988297.webp") 1x,
url("img/pexels-jimmy-chan-3988297.webp") 2x);background-image: image-set(url("img/pexels-jimmy-chan-3988297.jpg") 1x,
url("img/pexels-jimmy-chan-3988297.jpg") 2x,url("img/pexels-jimmy-chan-3988297.webp") 1x,
url("img/pexels-jimmy-chan-3988297.webp") 2x);
}
.bg-pexels-pixabay-262353-2{
	background-image:url("img/pexels-pixabay-262353-2.jpg");
	background-image: -webkit-image-set(url("img/pexels-pixabay-262353-2.webp") 1x,
url("img/pexels-pixabay-262353-2.webp") 2x);background-image: image-set(url("img/pexels-pixabay-262353-2.jpg") 1x,
url("img/pexels-pixabay-262353-2.jpg") 2x,url("img/pexels-pixabay-262353-2.webp") 1x,
url("img/pexels-pixabay-262353-2.webp") 2x);
}
.bg-business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc{
	background-image:url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.jpg");
	background-image: -webkit-image-set(url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.webp") 1x,
url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.webp") 2x);background-image: image-set(url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.jpg") 1x,
url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.jpg") 2x,url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.webp") 1x,
url("img/business-handshake-in-glass-reflection-in-office-675872871-31a95e1d4fd8433088e738228fd9d3dc.webp") 2x);
}
.bg-email-computer-type-typing-ss-1920{
	background-image:url("img/email-computer-type-typing-ss-1920.jpg");
	background-image: -webkit-image-set(url("img/email-computer-type-typing-ss-1920.webp") 1x,
url("img/email-computer-type-typing-ss-1920.webp") 2x);background-image: image-set(url("img/email-computer-type-typing-ss-1920.jpg") 1x,
url("img/email-computer-type-typing-ss-1920.jpg") 2x,url("img/email-computer-type-typing-ss-1920.webp") 1x,
url("img/email-computer-type-typing-ss-1920.webp") 2x);
}
.bg-pexels-pixabay-236748{
	background-image:url("img/pexels-pixabay-236748.jpg");
	background-image: -webkit-image-set(url("img/pexels-pixabay-236748.webp") 1x,
url("img/pexels-pixabay-236748.webp") 2x);background-image: image-set(url("img/pexels-pixabay-236748.jpg") 1x,
url("img/pexels-pixabay-236748.jpg") 2x,url("img/pexels-pixabay-236748.webp") 1x,
url("img/pexels-pixabay-236748.webp") 2x);
}
.bg-pexels-joÃ£o-vÃ­tor-heinrichs-1787035-min{
	background-image:url("img/pexels-joA%CC%83%C2%A3o-vA%CC%83%C2%ADtor-heinrichs-1787035-min.jpg");
}
.bg-pexels-pixabay-327049{
	background-image:url("img/pexels-pixabay-327049.jpg");
	background-image: -webkit-image-set(url("img/pexels-pixabay-327049.webp") 1x,
url("img/pexels-pixabay-327049.webp") 2x);background-image: image-set(url("img/pexels-pixabay-327049.jpg") 1x,
url("img/pexels-pixabay-327049.jpg") 2x,url("img/pexels-pixabay-327049.webp") 1x,
url("img/pexels-pixabay-327049.webp") 2x);
}
.bg-pexels-shockphoto-by-szoka-sebastian-1381937{
	background-image:url("img/pexels-shockphoto-by-szoka-sebastian-1381937.jpg");
	background-image: -webkit-image-set(url("img/pexels-shockphoto-by-szoka-sebastian-1381937.webp") 1x,
url("img/pexels-shockphoto-by-szoka-sebastian-1381937.webp") 2x);background-image: image-set(url("img/pexels-shockphoto-by-szoka-sebastian-1381937.jpg") 1x,
url("img/pexels-shockphoto-by-szoka-sebastian-1381937.jpg") 2x,url("img/pexels-shockphoto-by-szoka-sebastian-1381937.webp") 1x,
url("img/pexels-shockphoto-by-szoka-sebastian-1381937.webp") 2x);
}
.bg-pexels-cottonbro-7428104-min-2{
	background-image:url("img/pexels-cottonbro-7428104-min-2.jpg");
	background-image: -webkit-image-set(url("img/pexels-cottonbro-7428104-min-2.webp") 1x,
url("img/pexels-cottonbro-7428104-min-2.webp") 2x);background-image: image-set(url("img/pexels-cottonbro-7428104-min-2.jpg") 1x,
url("img/pexels-cottonbro-7428104-min-2.jpg") 2x,url("img/pexels-cottonbro-7428104-min-2.webp") 1x,
url("img/pexels-cottonbro-7428104-min-2.webp") 2x);
}
.bg-wallpaperflare-com-wallpaper-min{
	background-image:url("img/wallpaperflare.com_wallpaper-min.jpg");
	background-image: -webkit-image-set(url("img/wallpaperflare.com_wallpaper-min.webp") 1x,
url("img/wallpaperflare.com_wallpaper-min.webp") 2x);background-image: image-set(url("img/wallpaperflare.com_wallpaper-min.jpg") 1x,
url("img/wallpaperflare.com_wallpaper-min.jpg") 2x,url("img/wallpaperflare.com_wallpaper-min.webp") 1x,
url("img/wallpaperflare.com_wallpaper-min.webp") 2x);
}
.bg-pexels-mike-190574-min{
	background-image:url("img/pexels-mike-190574-min.jpg");
	background-image: -webkit-image-set(url("img/pexels-mike-190574-min.webp") 1x,
url("img/pexels-mike-190574-min.webp") 2x);background-image: image-set(url("img/pexels-mike-190574-min.jpg") 1x,
url("img/pexels-mike-190574-min.jpg") 2x,url("img/pexels-mike-190574-min.webp") 1x,
url("img/pexels-mike-190574-min.webp") 2x);
}
.bg-pexels-pixabay-459411{
	background-image:url("img/pexels-pixabay-459411.jpg");
	background-image: -webkit-image-set(url("img/pexels-pixabay-459411.webp") 1x,
url("img/pexels-pixabay-459411.webp") 2x);background-image: image-set(url("img/pexels-pixabay-459411.jpg") 1x,
url("img/pexels-pixabay-459411.jpg") 2x,url("img/pexels-pixabay-459411.webp") 1x,
url("img/pexels-pixabay-459411.webp") 2x);
}
.bg-pexels-pixabay-33278{
	background-image:url("img/pexels-pixabay-33278.jpg");
	background-image: -webkit-image-set(url("img/pexels-pixabay-33278.webp") 1x,
url("img/pexels-pixabay-33278.webp") 2x);background-image: image-set(url("img/pexels-pixabay-33278.jpg") 1x,
url("img/pexels-pixabay-33278.jpg") 2x,url("img/pexels-pixabay-33278.webp") 1x,
url("img/pexels-pixabay-33278.webp") 2x);
}
.bg-pexels-samuel-wÃ¶lfl-1427541{
	background-image:url("img/pexels-samuel-wA%CC%83%C2%B6lfl-1427541.jpg");
}
.bg-pexels-martin-damboldt-799091{
	background-image:url("img/pexels-martin-damboldt-799091.jpg");
	background-image: -webkit-image-set(url("img/pexels-martin-damboldt-799091.webp") 1x,
url("img/pexels-martin-damboldt-799091.webp") 2x);background-image: image-set(url("img/pexels-martin-damboldt-799091.jpg") 1x,
url("img/pexels-martin-damboldt-799091.jpg") 2x,url("img/pexels-martin-damboldt-799091.webp") 1x,
url("img/pexels-martin-damboldt-799091.webp") 2x);
}
.bg-pexels-kateryna-babaieva-2760344{
	background-image:url("img/pexels-kateryna-babaieva-2760344.jpg");
	background-image: -webkit-image-set(url("img/pexels-kateryna-babaieva-2760344.webp") 1x,
url("img/pexels-kateryna-babaieva-2760344.webp") 2x);background-image: image-set(url("img/pexels-kateryna-babaieva-2760344.jpg") 1x,
url("img/pexels-kateryna-babaieva-2760344.jpg") 2x,url("img/pexels-kateryna-babaieva-2760344.webp") 1x,
url("img/pexels-kateryna-babaieva-2760344.webp") 2x);
}
.bg-pexels-burst-374018{
	background-image:url("img/pexels-burst-374018.jpg");
	background-image: -webkit-image-set(url("img/pexels-burst-374018.webp") 1x,
url("img/pexels-burst-374018.webp") 2x);background-image: image-set(url("img/pexels-burst-374018.jpg") 1x,
url("img/pexels-burst-374018.jpg") 2x,url("img/pexels-burst-374018.webp") 1x,
url("img/pexels-burst-374018.webp") 2x);
}
.bg-pexels-pixabay-266455-min{
	background-image:url("img/pexels-pixabay-266455-min.jpg");
	background-image: -webkit-image-set(url("img/pexels-pixabay-266455-min.webp") 1x,
url("img/pexels-pixabay-266455-min.webp") 2x);background-image: image-set(url("img/pexels-pixabay-266455-min.jpg") 1x,
url("img/pexels-pixabay-266455-min.jpg") 2x,url("img/pexels-pixabay-266455-min.webp") 1x,
url("img/pexels-pixabay-266455-min.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: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	
}

