/*
Theme Name: KLGT
Description: A shiny new Blocs website.
Version: 1.0
Tags: 
Author: 852EBizCSL
This theme was created using Blocs (blocsapp.com).
*/
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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

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


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

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


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

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-rd{
	border-radius: 40px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* 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;
}
.h1-style{
	font-size:2.4rem;
	font-weight:600;
}
.p-2-style{
	font-size:18px;
}
.container-div-0-style{
	height:199px;
}
.yellow-bg{
	background-color:#FBBB2E;
	box-shadow:14.14px -14.14px 20px #FF2600;
	padding:29px 29px 29px 29px;
}
.yellow-block{
	background-color:#F9B600;
	box-shadow:14.74px 10.32px 0px #FFFFFF;
	align-items:stretch;
	padding:20px 20px 20px 20px;
}
.yellow-block-caption{
	margin:20px 20px 20px 20px;
}
.p-bloc-3-style{
	font-size:18px;
}
.py-5{
	font-size:16px;
	color:#FFFFFF!important;
}
.mb-5{
	font-size:32px;
	color:#FFFFFF!important;
}
.how-it-work-block{
	height:100px;
	min-height:100px;
	min-width:100px;
	background-color:transparent;
	color:#FFFFFF!important;
	font-size:20px;
	align-content:center;
	text-align:center;
	box-shadow:8.19px 5.74px 0px #FEFEFE;
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 20px;
}
.how-1{
	background-color:#64CDBA;
}
.how-2{
	background-color:#FD5F2F;
}
.how-3{
	background-color:#F9B600;
}
.how-4{
	background-color:#2E86FE;
}
.how-5{
	background-color:#E5C6EA;
}
.p-9-style{
	font-size:2.4rem;
	font-weight:600;
}
.h2-how-it-works-style{
	font-size:18px;
	margin-bottom:0px;
}
.h2-about-klgt-style{
	font-size:64px;
}
.h2-what-we-offer-style{
	font-size:4rem;
}
.p-16-style{
	font-size:44px;
}
.border-white{
	border-style:solid;
}
.shadow-20{
	box-shadow:16.38px 11.47px 0px #FFFFFF;
	border-color:#FFFFFF!important;
	border-style:solid;
	background-size:auto auto;
	border-radius:0px 0px 0px 0px;
	border-width:5px 5px 5px 5px;
}
.offer-block{
	box-shadow:14.74px 10.32px 0px #FFFFFF;
	border-style:solid;
	border-color:#FFFFFF!important;
	padding:50px 20px 150px 20px;
	border-radius:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.logistic-block{
	border-style:solid;
	border-color:#FB5E2F!important;
	box-shadow:14.74px 10.32px 2px #FB5E2F;
	padding:50px 20px 150px 20px;
	border-radius:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.h2-bloc-13-style{
	font-size:64px;
}
.testimonials-block{
	border-style:solid;
	border-color:#FFFFFF!important;
	height:100%;
	box-shadow:14.74px 10.32px 0px #FFFFFF;
	margin-right:5%;
	border-width:4px 4px 4px 4px;
}
.btn-light{
	color:var(--swatch-var-156)!important;
	background-color:var(--swatch-var-5352);
}
.yellow-block-row{
	align-items:stretch;
}
.about-klgt-bg-image{
	background-size:contain;
	background-position:right bottom;
}
.repeat-dot{
	background-repeat:repeat-x;
	background-size:auto 30px;
}
.why-bloc-text{
	font-size:1.8rem;
}
.why-bloc-h2{
	font-size:4rem;
}
.h2-bloc-1-style{
	font-size:2.4rem;
	font-weight:600;
	font-family:Helvetica;
	text-transform:none;
}
.h2-2-style{
	font-size:2.4rem;
	font-weight:600;
}
.svg-icon-background-color{
	background-color:var(--swatch-var-1575)!important;
	fill:rgba(0,0,0,1.00)!important;
	width:36px!important;
	height:36px!important;
}
.grid-min-height{
	grid-template-rows:auto auto auto auto auto auto auto auto auto auto auto;
	row-gap:0px;
	column-gap:0px;
	align-self:center;
}
.table-left{
	background-color:var(--swatch-var-4044);
	color:#FFFFFF!important;
	padding-top:5px;
	margin-bottom:1px;
	align-content:space-around;
}
.table-right{
	padding-top:5px;
	margin-bottom:1px;
	background-color:#DFA74E;
}
.h2-bloc-7-style{
	font-size:2.4rem;
	font-weight:800;
}
.maximise{
	color:var(--swatch-var-5352)!important;
	font-weight:600;
}
.arrow-flow{
	background-image:url("img/arrow-right.png");
	background-image: -webkit-image-set(url("img/arrow-right.webp") 1x,
url("img/arrow-right.webp") 2x);background-image: image-set(url("img/arrow-right.png") 1x,
url("img/arrow-right.png") 2x,url("img/arrow-right.webp") 1x,
url("img/arrow-right.webp") 2x);
	background-repeat:repeat-x;
	background-position:center center;
}
.navbar-brand img{
	width:54px;
	height:54px;
}
.key-industries{
	text-transform:none;
	font-family:"Anton";
	font-weight:900;
}
.key-industry-column-bg{
	background-position:right top;
}
.keyindrow{
	background-image:url("img/KeyINDBar.png");
	background-image: -webkit-image-set(url("img/KeyINDBar.webp") 1x,
url("img/KeyINDBar.webp") 2x);background-image: image-set(url("img/KeyINDBar.png") 1x,
url("img/KeyINDBar.png") 2x,url("img/KeyINDBar.webp") 1x,
url("img/KeyINDBar.webp") 2x);
	background-size:cover;
	padding-left:100px;
	padding-right:100px;
}
.keyindheadingrow{
	background-position:right center;
	background-repeat:no-repeat;
	background-size:100px 100px;
	height:100px;
}
.svg-icon-fill{
	fill:transparent!important;
	stroke:transparent!important;
	background-color:transparent!important;
	width:28px!important;
}
.allcap{
	text-transform:uppercase;
	color:var(--swatch-var-7116)!important;
	font-weight:800;
}
.p-bloc-2-style{
	font-size:11px;
	text-transform:capitalize;
}
.h3--hotels-style{
	font-size:16px;
	font-weight:800;
}
.p-bloc-13-style{
	font-size:1.5rem;
	font-weight:900;
}
.img-klgt-lo-style{
	width:106px;
}
.footer-bold{
	font-weight:800;
	color:#000000!important;
}
.h3-style{
	font-size:2.4rem;
	font-weight:900;
	color:#FFFFFF!important;
}
.h4-bloc-14-style{
	font-size:2.4rem;
	font-weight:600;
	color:var(--swatch-var-5653)!important;
}
.h3-bloc-14-style{
	font-size:17px;
	font-weight:800;
}
.h1-6-style{
	width:58.3%;
	font-weight:800;
	font-size:2.4rem;
}
.trusted{
	color:var(--swatch-var-5352)!important;
}
.h3-15-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:800;
}
.img-bloc-2-style{
	height:100px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.h2-style{
	font-family:Helvetica;
	font-size:2.4rem;
}
.img-icon-placeord-style{
	height:48px;
}
.img-icon-q-style{
	height:48px;
}
.img-icon-redu-style{
	height:48px;
}
.h5-style{
	font-size:0.8rem;
}
.h1-privacy-policy-style{
	font-size:1.5rem;
}
.h1-return-policy-style{
	font-size:1.5rem;
}
.p-style{
	font-size:0.8rem;
}
.h1-bloc-12-style{
	font-size:1.5rem;
}
.p-bloc-12-style{
	font-size:0.8rem;
}
.faq-card-bg{
	background-color:var(--swatch-var-5653);
}
.p-37-style{
	font-size:1rem;
}
.p-38-style{
	font-size:1rem;
}
.h4-style{
	font-size:2.4rem;
	font-weight:600;
}
.h4-style-color-title{
	color:var(--swatch-var-5653)!important;
}
.grid-left-border{
	border-style:solid;
	border-width:0px 0px 0px 1px;
}
.grid-right-border{
	border-width:0px 2px 0px 0px;
	border-style:solid;
}
.menu-btn-light{
	color:var(--swatch-var-156)!important;
	background-color:var(--swatch-var-5653);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-radius:20px 20px 20px 20px;
	padding:5px 10px 5px 10px;
}
.btn-style{
	opacity:0.5;
	padding:5px 10px 5px 10px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5352:rgba(224,170,85,1.00);
	
	--swatch-var-1575:rgba(0,0,0,0.00);
	
	--swatch-var-156:rgba(255,255,255,1.0);
	
	--swatch-var-4059:#FD5F2F;
	
	--swatch-var-3423:#64CDBA;
	
	--swatch-var-7116:rgba(0,0,0,1.00);
	
	--swatch-var-5653:rgba(223,166,79,1.00);
	
	--swatch-var-4044:rgba(74,74,74,1.00);
	
	--swatch-var-2114:rgba(174,189,206,1.00);
	
}


/* Background colour styles */

.bgc-7116{
	background-color:var(--swatch-var-7116);
}
.bgc-156{
	background-color:var(--swatch-var-156);
}
.bgc-5352{
	background-color:var(--swatch-var-5352);
}

/* Text colour styles */

.tc-156{
	color:var(--swatch-var-156)!important;
}
.tc-7116{
	color:var(--swatch-var-7116)!important;
}
.tc-5352{
	color:var(--swatch-var-5352)!important;
}
.bgc-5352{
	background-color:var(--swatch-var-5352);
}
.tc-5653{
	color:var(--swatch-var-5653)!important;
}

/* Link colour styles */

.ltc-7116{
	color:var(--swatch-var-7116)!important;
}
.ltc-7116:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.bg-klgt-bg{
	background-image:url("img/klgt_bg.jpg");
	background-image: -webkit-image-set(url("img/klgt_bg.webp") 1x,
url("img/klgt_bg.webp") 2x);background-image: image-set(url("img/klgt_bg.jpg") 1x,
url("img/klgt_bg.jpg") 2x,url("img/klgt_bg.webp") 1x,
url("img/klgt_bg.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
body {
	background-color: black;
}

.ratio-1_1 {
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
}

.ratio-3_4 {
	aspect-ratio: 3/4;
	width: 100%;
	height: auto;
}

#how-it-works {
	background-image: url("./dashline.png") repeat-x;
}

a.btn-light {
	color: #fff !important;
}


@media (max-width: 767px)
{
	.arrow-flow {
		background-image:url("img/arrow-down.png") !important;
		background-position: center !important;
		background-repeat: repeat-y !important;
		background-size: 20px !important;
	}    

	#footer p {
	    font-size: 0.6rem;
	    line-height: 0.3rem;
	}
	
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.px-md-3{
	}
	.h1-style{
		font-size:4rem;
	}
	.pt-md-3{
	}
	.pt-md-4{
	}
	.pt-md-5{
	}
	.why-bloc-text{
		font-size:1.4rem;
	}
	.py-lg-5{
	}
	.py-2{
	}
	.why-bloc-h2{
		font-size:4rem;
	}
	.h2-what-we-offer-style{
		font-size:4rem;
	}
	.p-md-0{
	}
	.px-0{
	}
	.py-0{
	}
	.px-3{
	}
	.p-lg-5{
	}
	.p-md-5{
	}
	.p-md-4{
	}
	.p-0{
	}
	.gx-3{
	}
	.gx-5{
	}
	.gx-md-5{
	}
	.p-lg-4{
	}
	.px-4{
	}
	.h3-bloc-11-style{
		font-size:24px;
	}
	.h3-1-style{
		font-size:24px;
	}
	.h3-bloc-12-style{
		font-size:24px;
	}
	.h3-5-style{
		font-size:24px;
	}
	.h3-6-style{
		font-size:24px;
	}
	.offer-block{
		padding-bottom:50px;
	}
	.logistic-block{
		padding-bottom:50px;
	}
	.table-right{
		align-content:space-around;
		text-align:center;
	}
	.table-left{
		text-align:center;
		align-content:space-around;
		padding-left:5px;
		padding-right:5px;
	}
	.p-12-style{
		font-size:1rem;
	}
	.px-md-5{
	}
	.repeat-dot{
	}
	.gx-1{
	}
	.gx-0{
	}
	.px-lg-0{
	}
	.px-md-0{
	}
	.gx-lg-5{
	}
	.fw-bold{
	}
	.p-bloc-12-style{
		font-size:0.8rem;
	}
	.p-style{
		font-size:0.8rem;
	}
	.h5-style{
		font-size:0.8rem;
		line-height:19px;
	}
	.gx-md-3{
	}
	.row-top-margin{
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.vh{
	}
	.yellow-block{
		width:100%;
	}
	.mt-sm-3{
	}
	.pt-sm-3{
	}
	.pt-sm-4{
	}
	.h1-style{
		font-size:4rem;
	}
	.py-2{
	}
	.gy-3{
	}
	.gy-4{
	}
	.mb-lg-5{
	}
	.p-lg-3{
	}
	.p-5{
	}
	.px-5{
	}
	.px-lg-5{
	}
	.py-lg-5{
	}
	.why-bloc-h2{
		font-size:4rem;
	}
	.why-bloc-text{
		font-size:1.8rem;
	}
	.h2-what-we-offer-style{
		font-size:4rem;
	}
	.p-sm-0{
	}
	.mb-3{
	}
	.gy-5{
	}
	.gt-0{
	}
	.px-3{
	}
	.pb-3{
	}
	.pb-5{
	}
	.pt-3{
	}
	.offer-block{
		margin-bottom:30px;
	}
	.logistic-block{
		margin-bottom:30px;
	}
	.h2-bloc-13-style{
		font-size:3rem;
	}
	.col-12{
	}
	.mb-xs-5{
	}
	.mb-5{
	}
	.table-left{
		text-align:center;
	}
	.table-right{
		text-align:center;
	}
	.p-bloc-2-style{
		color:var(--swatch-var-7116)!important;
	}
	.px-sm-5{
	}
	.vm-text{
		color:#FFFFFF!important;
	}
	.h4-bloc-14-style{
		font-size:24px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5352)!important;
		fill:var(--swatch-var-5352)!important;
	}
	.px-sm-3{
	}
	.px-sm-4{
	}
	
}

@media (max-width: 575px){
	.gy-3{
	}
	.gy-sm-5{
	}
	.why-bloc-text{
		font-size:1.4rem;
	}
	.mt-5{
	}
	.pt-sm-1{
	}
	.pt-0{
	}
	.pt-1{
	}
	.pt-xs-1{
	}
	.pt-2{
	}
	.h1-style{
		font-size:1.5rem;
	}
	.py-2{
	}
	.py-lg-5{
	}
	.py-3{
	}
	.why-bloc-h2{
		font-size:4rem;
	}
	.px-lg-5{
	}
	.px-2{
	}
	.px-4{
	}
	.px-3{
	}
	.p-lg-5{
	}
	.px-5{
	}
	.h2-what-we-offer-style{
		font-size:4rem;
	}
	.p-0{
	}
	.mp-2{
	}
	.mb-5{
	}
	.mb-3{
	}
	.h2-bloc-13-style{
		font-size:3rem;
	}
	.px-0{
	}
	.p-lg-4{
	}
	.px-1{
	}
	.p-log-5{
	}
	.py-0{
	}
	.pt-5{
	}
	.pt-3{
	}
	.mt-3{
	}
	.logistic-block{
		margin-bottom:30px;
	}
	.offer-block{
		margin-bottom:30px;
	}
	.col-xs-12{
	}
	.col-12{
	}
	.justify-content-between{
	}
	.grid-min-height{
		align-items:stretch;
	}
	.table-left{
		align-items:stretch;
		align-content:space-around;
	}
	.table-right{
		align-items:stretch;
		align-content:space-around;
	}
	.px-xs-0{
	}
	.p-key-ind-style{
		font-size:0.9em;
	}
	.p-4-style{
		font-size:0.8em;
	}
	.p-6-style{
		font-size:0.9em;
	}
	.p-8-style{
		font-size:0.8em;
	}
	.py-4{
	}
	.p-lg-3{
	}
	.gx-0{
	}
	.gx-2{
	}
	.gx-3{
	}
	.gx-sm-5{
	}
	.vm-block{
	}
	.h1-6-style{
		width:100%;
	}
	.col-md-6{
	}
	.col-3{
	}
	.col-6{
	}
	.col-4{
	}
	.content-over-trapezoid{
	}
	.gx-1{
	}
	.img-bloc-2-style{
	}
	.navbar-logo{
		font-size:18px;
	}
	.h4-bloc-14-style{
		font-size:16px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5352)!important;
		fill:var(--swatch-var-5352)!important;
	}
	.img-icon-redu-style{
		height:35px;
	}
	.img-icon-placeord-style{
		height:35px;
	}
	.img-icon-q-style{
		height:35px;
	}
	.img-klgt-lo-style{
		width:48px;
	}
	.col-md-3{
	}
	.pt-4{
	}
	.p-bloc-1-style{
		font-size:0.6rem;
	}
	.navbar-brand img{
		height:30px;
		width:30px;
	}
	.h2-style{
		font-size:1.5rem;
	}
	.h2-bloc-1-style{
		font-size:1.5rem;
	}
	.h2-2-style{
		font-size:1.5rem;
	}
	.p-bloc-2-style{
		font-size:0.6rem;
	}
	.keyind-body{
		font-size:0.8rem;
	}
	.h3-style{
		font-size:1.2rem;
	}
	.body-white{
		font-size:0.8rem;
	}
	.h2-bloc-7-style{
		font-size:1.5rem;
	}
	.body-black{
		font-size:0.8rem;
	}
	.table-body{
		font-size:0.8rem;
	}
	.svg-icon-background-color{
		width:12px;
		height:12px;
	}
	.p-4{
	}
	.h1-privacy-policy-style{
		font-size:1.2rem;
	}
	.h5-style{
		font-size:0.5rem;
		line-height:12px;
	}
	.p-bloc-12-style{
		font-size:0.5rem;
	}
	.h1-bloc-12-style{
		font-size:1.2rem;
	}
	.h1-bloc-13-style{
		font-size:1.5rem;
	}
	.faq-section{
		font-size:1.2rem;
	}
	.about-xs-title{
		font-size:2.4rem;
		font-weight:600;
	}
	.p-37-style{
		font-size:0.8rem;
	}
	.p-38-style{
		font-size:0.8rem;
	}
	.h4-style{
		font-size:1.5rem;
	}
	.p-bloc-14-style{
		font-size:0.8rem;
	}
	.p-40-style{
		font-size:0.8rem;
	}
	.p-41-style{
		font-size:0.8rem;
	}
	.p-42-style{
		font-size:0.8rem;
	}
	.h3-bloc-14-style{
		font-size:1rem;
	}
	.p-style{
		font-size:0.5rem;
	}
	.h1-return-policy-style{
		font-size:1.2rem;
	}
	
}

