/*-----------------------------------------------------------------------------------
	My3Ideas
	About: Creating Digital Content. Virtual Spaces, Galleries, Properties & Experiences, even spaceships! 3D Scanning, Photography, NFT, NFT'S
	Author: My3Ideas
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#E5E5E5;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

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

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


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background 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-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* 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{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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;
}
/* Rounded Bars Menu Icon */
.navbar-light .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!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;
}


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

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


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display: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;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:200px;
}
.vr-page-bg{
	background-size:cover;
	background-position:center top;
	background-repeat:repeat-y;
	background-blend-mode:screen;
	background-color:#FEFFFE;
	background-image:url("img/grey-background.jpg");
}
.bloc-divider-t-style{
	width:100%;
	height:20px;
	fill:rgba(0,0,0,0.20);
}
.bloc-divider-b-style{
	height:2px;
	fill:#A830BF;
}
.border-bk{
	border-style:solid;
	border-color:rgba(0,0,0,0.75)!important;
	border-radius:15px 15px 15px 15px;
	border-width:7px 7px 7px 7px;
}
.h6-style{
	width:86.46%;
	font-size:23px;
	font-family:"Dosis";
	padding-top:0px;
	margin-top:20px;
}
.bloc-padding-bottom{
	padding-bottom:49px;
}
.link-style{
	font-weight:bold;
}
.css-blur{
	filter:blur(10px);
}
.shadow-1{
	box-shadow:0px 0px 50px rgba(0,0,0,0.65);
	border-color:transparent!important;
}
.border-radius-sm{
	border-color:rgba(66,66,66,0.50)!important;
	border-style:solid;
	border-radius:5px 5px 5px 5px;
	border-width:0px 25px 0px 25px;
}
.bloc-divider-t-fill{
	fill:rgba(255,255,255,0.50);
}
.bloc-divider-b-fill{
	fill:#F7FBFF;
	height:100px;
	width:4000px;
}
.carousel-style{
	width:63.19%;
	margin-top:15px;
}
.h1-style{
	font-family:"Dosis";
	font-weight:700;
	font-size:42px;
	margin-top:0px;
}
.h1-bloc-5-style{
	font-family:"Dosis";
	font-weight:700;
	font-size:42px;
}
.h4-style{
	width:85%;
	margin-top:35px;
	margin-bottom:40px;
	font-family:"Dosis";
	font-weight:500;
	font-size:22px;
	text-align:center;
	max-width:800px;
}
.bloc-divider-b-bloc-5-style{
	height:2px;
	fill:#03B0F0;
}
.spacex-page-bg{
	background-size:cover;
	background-position:center top;
	background-repeat:repeat-y;
	background-blend-mode:normal;
	background-image:url("img/StratosphereNight.jpg");
}
.row-padding-right{
	padding-right:8%;
	padding-left:8%;
	margin-bottom:25px;
	margin-top:25px;
}
.img-style{
	border-radius:20px 20px 20px 20px;
}
.img-bloc-13-style{
	border-radius:20px 20px 20px 20px;
}
.row-padding-top{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
}
.img-13-style{
	border-radius:20px 20px 20px 20px;
}
.h4-blue{
	font-size:22px;
	color:#03B0F4!important;
	text-align:center;
	font-family:"Dosis";
	font-weight:500;
}
.h4-pink{
	font-size:22px;
	color:#B035B2!important;
	font-family:"Dosis";
	font-weight:500;
}
.h4-green{
	color:#95C030!important;
}
.h1-bloc-12-style{
	font-family:"Dosis";
	font-weight:600;
	font-size:50px;
	color:#B2519F!important;
}
.h5-style{
	font-family:"Ubuntu";
}
.h1-green{
	color:#95C030!important;
}
.hi-pink{
	color:#B035B2!important;
}
.h1-blue{
	color:#03B0F0!important;
}
.bloc-padding-top{
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-divider-b-bloc-11-style{
	height:150px;
	fill:#AA39BF;
}
.h1-13-style{
	font-family:"Dosis";
	margin-bottom:35px;
	margin-top:20px;
	font-weight:600;
	font-size:36px;
}
.h4-5-style{
	font-family:"Ubuntu";
	margin-bottom:8px;
	margin-top:8px;
}
.row-style{
	width:100%;
}
.h1-margin-top{
	margin-top:100px;
	margin-bottom:20px;
	font-family:"Dosis";
	font-size:40px;
	font-weight:600;
}
.h4-22897-style{
	font-size:20px;
	font-family:"Dosis";
	margin-bottom:35px;
	font-weight:500;
}
.h1-14-style{
	font-family:"Dosis";
	font-weight:600;
}
.h5-the-lens-style{
	font-family:"Dosis";
	font-weight:500;
}
.h3-style{
	font-family:"Dosis";
	font-weight:500;
}
.h4-6-style{
	font-family:"Dosis";
	font-weight:600;
}
.h1-15-style{
	font-family:"Dosis";
	font-size:40px;
	margin-top:60px;
	font-weight:600;
}
.h4-7-style{
	font-family:"Dosis";
	font-weight:500;
}
.img-padding-top{
	padding-top:0px;
	margin-top:-30px;
	padding-bottom:0px;
	margin-bottom:-20px;
	width:250px;
}
.h1-16-style{
	font-family:"Dosis";
	font-weight:600;
}
.form-padding-right{
	padding-right:0px;
	width:100%;
}
.btn-style{
	width:26.53%;
}
.checkbox-style{
	width:100%;
	height:25px;
}
.checkbox-bloc-17-style{
	width:23.47%;
	margin:10px 25px 10px 48px;
}
.label-style{
	font-family:"Ubuntu";
	font-size:18px;
}
.bloc-divider-b-bloc-17-fill{
	fill:transparent;
}
.row-bloc-16-padding-top{
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-padding-right{
	margin-bottom:20px;
	padding:0px 0px 0px 30px;
}
.img-team-member-style{
	padding-right:0px;
	margin-right:15px;
	margin-left:0px;
}
.team-row{
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	align-items:center;
	justify-content:center;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
	color:rgba(241,241,241,0.68)!important;
	text-align:center;
	font-family:"Ubuntu";
}
.hero-subheader{
	font-size:36px;
	font-weight:normal;
	color:#F7F7F7!important;
	font-family:"Ubuntu";
}
.pink-bg-gradient{
	background-blend-mode:overlay;
	background:linear-gradient(140deg, #8CC73D 9%, #B2519F 50%, #03B0F0 90%);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, transparent , #FFFFFF 100%);
	color:transparent!important;
}
.bloc-divider-b-bloc-12-fill{
	fill:#FBFBFB;
	height:150px;
}
.bloc-divider-b-bloc-14-fill{
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-14-fill{
	fill:transparent;
}
.bloc-divider-b-bloc-13-fill{
	fill:transparent;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(153deg, #8CC73D 5%, #B2519F 51%, #03B0F0 93%);
	color:transparent!important;
	background-blend-mode:normal;
}
.btn-contact--style{
	width:100%;
	margin-right:0px;
	margin-left:1px;
	padding:0px 0px 0px 0px;
	border-radius:10px 10px 10px 10px;
}
.btn-contact-us-style{
	border-radius:10px 10px 10px 10px;
}
.btn-1-style{
	border-radius:10px 10px 10px 10px;
}
.card-style{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
}
.img-housede-style{
	width:755px;
	margin-top:0px;
}
.vr-page-bg2{
	background:linear-gradient(105deg, #320C2E 20%, #283319 50%, #0C2833 80%);
	background-blend-mode:screen;
}
.bloc-margin-top{
	margin-top:-10px;
	padding-top:0px;
}
.bloc-bloc-9-margin-top{
	margin-top:-10px;
}
.h1-bloc-1-style{
	font-family:"Dosis";
	font-weight:600;
}
.h1-inspire-style{
	font-family:"Dosis";
	font-weight:500;
	color:#03B0F0!important;
	font-size:45px;
}
.h4-bloc-13-style{
	font-family:"Dosis";
}
.h1-invent-style{
	font-family:"Dosis";
	font-weight:500;
	color:#B2519F!important;
	font-size:45px;
}
.h1-imagine-style{
	color:#8CC73D!important;
	font-size:45px;
}
.h1-4-style{
	font-family:"Dosis";
	font-weight:500;
	color:#8CC73D!important;
	font-size:45px;
}
.bloc-bloc-12-padding-bottom{
	padding-bottom:25px;
	margin-top:-20px;
	padding-top:0px;
}
.img-margin-right{
	margin-right:0px;
	margin-left:0px;
	width:900px;
}
.img-no1-guy-style{
	width:285px;
	margin-top:-40px;
	margin-bottom:-20px;
}
.bloc-bloc-14-margin-top{
	margin-top:20px;
	margin-bottom:10px;
	padding-left:31px;
}
.bloc-divider-t-bloc-15-fill{
	fill:transparent;
}
.bloc-bloc-25-margin-top{
	margin-top:29px;
}
.row-margin-left{
	margin-left:0px;
}
.bloc-divider-t-bloc-25-fill{
	fill:rgba(0,0,0,0.08);
}
.h1-11-style{
	font-family:"Dosis";
	font-weight:700;
	margin-bottom:10px;
}
.h4-11-style{
	font-family:"Dosis";
	font-weight:600;
	margin-top:10px;
	margin-bottom:0px;
}
.vr-viewer{
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:inherit;
}
.row-bloc-0-style{
	width:100%;
}
.bloc-padding-left{
	padding-left:300px;
	padding-right:300px;
}
.html-widget-style{
	height:950px;
}
.row-padding-left{
	padding-left:60px;
	margin-left:0px;
}
.row-bloc-18-style{
	width:90%;
	padding-left:30px;
	margin-left:125px;
	margin-right:0px;
}
.row-bloc-18-padding-right{
	padding-right:0px;
	margin-right:0px;
	margin-left:9px;
	padding-left:5px;
}
.h4-margin-bottom{
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}
.bloc-bloc-1-padding-right{
	padding-right:0px;
	padding-left:0px;
}
.row-bloc-1-padding-right{
	padding-right:50px;
	padding-left:50px;
}

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

/* Background colour styles */

.bgc-black{
	background-color:rgba(0,0,0,0.80);
}
.bgc-cyan-process{
	background-color:#03B0F0;
}
.bgc-ghost-white{
	background-color:#FAFBFF;
}
.bgc-glitter{
	background-color:#E3EDF2;
}
.bgc-black-2{
	background-color:#000000;
}

/* Text colour styles */

.tc-yellow-green{
	color:#8CC73D!important;
}
.tc-silver{
	color:#C0C0C0!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-davys-grey{
	color:#5E5E5E!important;
}
.tc-mulberry{
	color:#B2519F!important;
}
.tc-cyan-process{
	color:#03B0F0!important;
}
.tc-yellow-green-2{
	color:#8CC73D!important;
}
.tc-gray-htmlcss-gray{
	color:#7E7E7F!important;
}
.tc-gray-htmlcss-gray-2{
	color:#7E7E7F!important;
}

/* Button colour styles */

.btn-cyan-process{
	background:#03B0F0;
	color:#FFFFFF!important;
}
.btn-cyan-process:hover{
	background:#028dc0!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-davys-grey{
	color:#5E5E5E!important;
}
.ltc-davys-grey:hover{
	color:#4b4b4b!important;
}
.ltc-silver{
	color:#C0C0C0!important;
}
.ltc-silver:hover{
	color:#9a9a9a!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-laptop-coffee-1{
	background-image:url("img/laptop-coffee-1.jpg");
}
.bg-white-be-creative-scaled-1-1000x1000{
	background-image:url("img/white-be-creative-scaled-1-1000x1000.jpg");
}

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

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}


/* = 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){
	.h6-style{
		width:100%;
	}
	.h4-style{
		width:96.09%;
	}
	.row-padding-right{
		padding-right:5%;
		padding-left:5%;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.bloc-padding-right{
		padding-left:1px;
	}
	.bloc-padding-left{
		padding-left:50px;
		padding-right:50px;
	}
	.html-widget-style{
		height:750px;
	}
	.row-margin-top{
		margin-top:-50px;
	}
	.checkbox-bloc-17-style{
		width:36.55%;
	}
	.row-bloc-18-style{
		padding-left:0px;
		margin-left:70px;
		width:79.97%;
	}
	.row-bloc-18-padding-right{
		padding-left:0px;
		width:95.36%;
		margin-left:15px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h6-style{
		width:100%;
	}
	.border-radius-sm{
		border-radius:5px 5px 5px 5px;
		border-width:0px 10px 0px 10px;
	}
	.h4-style{
		width:93.97%;
	}
	.h1-bloc-1-style{
		font-size:35px;
		width:100%;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.checkbox-bloc-17-style{
		width:37.25%;
	}
	.img-padding-top{
		margin-top:10px;
	}
	.img-no1-guy-style{
		margin-top:15px;
	}
	.bloc-padding-right{
		padding-left:0px;
	}
	.bloc-padding-left{
		padding-right:0px;
		padding-left:0px;
	}
	.html-widget-style{
		height:600px;
	}
	.row-margin-top{
		margin-top:-50px;
	}
	.row-bloc-18-style{
		margin-right:5px;
		padding-right:0px;
		margin-left:50px;
	}
	.bloc-bloc-18-padding-left{
		padding-left:10px;
		padding-right:10px;
		margin-top:0px;
	}
	.row-bloc-18-padding-right{
		margin-left:10px;
	}
	.h5-style{
		margin-left:17px;
	}
	.h1-bloc-12-style{
		margin-left:20px;
	}
	.bloc-bloc-12-padding-left{
		padding-left:15px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.border-radius-sm{
		border-top-width:0px;
		border-bottom-width:0px;
		border-radius:5px 5px 5px 5px;
	}
	.h1-bloc-1-style{
		font-size:30px;
	}
	.h6-style{
		font-size:20px;
	}
	.carousel-style{
		width:50.18%;
	}
	.checkbox-bloc-17-style{
		width:63.35%;
	}
	.h1-16-style{
		font-size:35px;
	}
	.h4-7-style{
		font-size:18px;
	}
	.img-team-member-style{
		width:94px;
	}
	.team-row{
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:stretch;
	}
	.h4-6-style{
		font-size:18px;
	}
	.h4-22897-style{
		font-size:18px;
	}
	.h4-blue{
		font-size:20px;
	}
	.h4-pink{
		font-size:20px;
	}
	.h5-style{
		font-size:18px;
	}
	.h1-bloc-12-style{
		font-size:36px;
	}
	.h1-style{
		font-size:39px;
	}
	.h1-bloc-5-style{
		font-size:38px;
	}
	.h4-style{
		font-size:18px;
	}
	.row-padding-right{
		padding-left:2%;
		padding-right:2%;
	}
	.hero-header-text{
		font-size:50px;
	}
	.btn-style{
		width:35.51%;
	}
	.img-no1-guy-style{
		margin-top:10px;
		width:250px;
	}
	.img-padding-top{
		margin-top:0px;
		width:235px;
	}
	.bloc-margin-bottom{
		margin-bottom:20px;
	}
	.bloc-padding-right{
		padding-right:0px;
		padding-left:0px;
	}
	.row-margin-left{
		margin-left:0px;
	}
	.bloc-padding-left{
		padding-right:0px;
		padding-left:1px;
		padding-top:0px;
	}
	.html-widget-style{
		height:470px;
	}
	.row-margin-top{
		margin-top:-80px;
	}
	.row-bloc-18-style{
		margin-left:30px;
	}
	.bloc-bloc-18-margin-top{
		margin-top:10px;
	}
	.bloc-bloc-18-padding-left{
		margin-top:10px;
	}
	
}

