/*-----------------------------------------------------------------------------------
	Antler Foundry
	Author: Ril Wan
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

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

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

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


/* Sizes */

.bloc-xl{
	padding:150px 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;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


/* = 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;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(255, 255, 255);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Thick Bars Menu Icon */
.navbar-light .menu-icon-thick-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='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-thick-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='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* 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);
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!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;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
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-rd{
	border-radius: 40px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.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;
}


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

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 4% 8.5% 23.7%;
	background-image:url("img/Apple-iMac.png");
}
.blocsapp-device-imac.imac-pro{
	background-image:url("img/Apple-iMac-Pro.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .embed-responsive::before{
	padding-top: 56.25%;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .embed-responsive::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .embed-responsive{
	padding-bottom: 8%;
}
/* = MacBook Space Grey
-------------------------------------------------------------- */

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
	font-weight:300;
	font-size:16px;
	line-height:20px;
}
.container{
	max-width:1170px;
}
.hero-bloc-text{
	font-size:55px;
}
.hero-bloc-text-sub{
	font-size:36px;
}
.it{
	font-style:italic;
}
.mount-italy-hero-text-s{
	font-size:60px;
}
.mount-italy-hero-text-sub-s{
	font-size:34px;
}
.hero-text-vc{
	margin-top:50%;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(255,255,255,0.2);
}
.gradient{
	background:linear-gradient(0deg, #AECB08, #0278FE);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.grad{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, #AECB08, #1F1937);
	color:transparent!important;
}
.pad{
	padding-top:150px;
}
.btn{
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#FFFFFF;
	background-color:rgba(31,26,56,0.5);
	font-family:"Poppins";
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
}
.btn:active{
	text-align:center;
	text-transform:uppercase;
}
.btn:hover{
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:#AECB08;
	border-width:2px 2px 2px 2px;
	border-color:#AECB08;
	box-shadow:0px 3px 2px #000000;
	background-position:center center;
	font-family:"Poppins";
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
.menu{
	font-family:"Poppins";
	font-weight:600;
	text-transform:none;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-size:15px;
	background-color:#AECB08text-decoration:none;
	background-position:center center;
}
.menu:hover{
	font-family:"Poppins";
	font-weight:700;
	text-transform:none;
	text-decoration:none;
}
.test-header{
	background-color:#8B00AD;
}
.text-header{
	font-family:"Poppins";
	font-weight:700;
	color:#AECB08!important;
	text-transform:uppercase;
}
.text-header:hover{
	font-family:"Poppins";
	font-weight:700;
	color:#AECB08!important;
	text-decoration:underline!important;
	text-align:center;
}
.nav-bkg{
	background-color:#FEBC00;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.width{
	width:800px;
	float:inherit;
	display:block;
}
.bloc-0-h1{
	font-weight: 600;
	font-size: 60px;
	line-height: 20px;
}
.bloc-0-h3{
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}
.-about-us-h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 20px;
	font-family:"Poppins";
}
.-about-us-p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.bloc-3-h1{
	font-weight: 600;
	font-size:45px;
	line-height: 75px;
	font-family:"Poppins";
}
.-ournetwork-h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 20px;
	font-family:"Poppins";
}
.bloc-5-h2{
	font-weight: 700;
	font-size: 20px;
}
.-ourservices-h1{
	font-family:Poppins;
	font-weight:700;
	font-size: 60px;
	line-height: 75px;
}
.-ourservices-p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.bloc-7-h1{
	font-family:Poppins;
	font-weight:700;
	font-size: 48px;
	line-height: 48px;
}
.bloc-7-p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.bloc-8-h1{
	font-family:Poppins;
	font-weight:700;
	font-size: 48px;
	line-height: 48px;
}
.bloc-8-p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.bloc-9-h1{
	font-family:Poppins;
	font-weight:700;
	font-size: 48px;
	line-height: 48px;
}
.bloc-9-p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.-our-clients-h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 20px;
}
.-contactus-h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 20px;
}
.bloc-13-h3{
	font-size: 18px;
}
.bloc-14-h6{
	font-size: 14px;
}
.bloc-1-h1{
	font-weight: 700;
	font-size:50px;
	line-height:60px;
	font-family:"Poppins";
}
.bloc-1-h3{
	font-size: 24px;
	line-height: 30px;
}
.antler-active{
	font-family:"Poppins";
	font-weight:600;
	color:#AFCB08!important;
}
.antler-active:active{
	font-family:"Poppins";
	font-weight:600;
	color:#F7F7FB!important;
	border-bottom-width:2px;
	border-color:#AFCB08!important;
}
.antler-active:hover{
	font-family:"Poppins";
	font-weight:600;
	color:#F7F7FB!important;
	text-decoration:none;
}
.butn{
	background-color:transparent;
	border-color:#F7F7FB!important;
	font-family:"Poppins";
	font-weight:600;
	border-width:2px 2px 2px 2px;
}
.butn:hover{
	background-color:#AFCA08;
	color:#000000!important;
	font-family:"Poppins";
	font-weight:600;
	border-color:#AFCA08!important;
	border-width:2px 2px 2px 2px;
}
.close-special-menu .close-icon{
	color:#AFCB08!important;
	background-color:#AFCB08;
}
.green{
	background-color:#AFCB08;
}
.green:hover{
	background-color:rgba(175,203,8,0.51);
}
.just{
	font-family:"Pacifico";
	text-transform:none;
	color:#AFCB08!important;
}
.img-he-lo-style{
	height:50px;
}
.img-style{
	width:311px;
	margin-top:0px;
	padding-top:55px;
}
.blocsapp-special-menu blocsnav{
	background-color:#000000;
}
.scrollToTop{
	background-color:#000000;
}
.scrollToTop:hover{
	background-color:#AFCA08;
}
.bg{
	background-color:#000000;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-black{
	background-color:#000000;
}
.bgc-anti-flash-white{
	background-color:#F1F1F1;
}

/* Text colour styles */

.tc-white{
	color:#ffffff!important;
}
.tc-black{
	color:#000000!important;
}
.tc-apple-green{
	color:#AFCB08!important;
}
.tc-dark-jungle-green{
	color:#1F1A38!important;
}
.tc-black-2{
	color:#000000!important;
}

/* Icon colour styles */

.icon-apple-green{
	color:#AFCB08!important;
	border-color:#AFCB08!important;
}

/* Bloc image backgrounds */

.bg-hero-1{
	background-image:url("img/hero-1.jpg");
}
.bg-bg-1{
	background-image:url("img/bg-1.jpg");
}
.bg-bg-2{
	background-image:url("img/bg-2.jpg");
}

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

#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}
.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}


/* = 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){
	.tablet .hero-text-vc, .mobile .hero-text-vc{
		margin-top:10%;
	}
	.tablet .pad, .mobile .pad{
		padding-top:128px;
	}
	.bloc-0-h1{
		font-size: 60px;
		line-height: 67px;
	}
	.bloc-0-h3{
		font-size: 24px;
		line-height: 40px;
	}
	.-about-us-h1{
		font-size: 60px;
		line-height: 62px;
	}
	.bloc-3-h1{
		font-size: 40px;
		line-height: 45px;
	}
	.-ournetwork-h1{
		font-size: 60px;
		line-height: 62px;
	}
	.-ourservices-h1{
		font-size: 60px;
		line-height: 75px;
	}
	.bloc-7-h1{
		font-size: 48px;
		line-height: 48px;
	}
	.bloc-8-h1{
		font-size: 48px;
		line-height: 48px;
	}
	.bloc-9-h1{
		font-size: 48px;
		line-height: 48px;
	}
	.-our-clients-h1{
		font-size: 60px;
		line-height: 62px;
	}
	.-contactus-h1{
		font-size: 60px;
		line-height: 62px;
	}
	.bloc-1-h1{
		font-size:53px;
		line-height: 62px;
	}
	.bloc-1-h3{
		font-size:21px;
		line-height: 30px;
		margin-left:57px;
		width:84.12%;
	}
	.ich{
		height:30%;
		width:75%;
	}
	.t-sips{
		height:30%;
	}
	.img-style{
		width:300px;
	}
	.img-bloc-11-style{
		height:50px;
	}
	
}

@media (max-width: 767px){
	.mobile .blocs-mob-center-text{
		text-align:center;
	}
	.mobile .hero-text-vc{
		margin-top:0px;
	}
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.mobile .log{
		width:85%;
		height:85%;
	}
	.mobile .wrap{
		margin-left:5%;
		margin-right:5%;
	}
	.mobile .pad{
		padding-top:39px;
	}
	.mobile .menu:hover{
		text-decoration:none;
	}
	.mobile .wr{
	}
	.mobile .mountain-hero-text{
	}
	.mobile .mountain-hero-text-sub{
	}
	.bloc-0-h1{
		font-size: 35px;
		line-height: 35px;
	}
	.bloc-0-h3{
		font-size: 20px;
		line-height: 25px;
	}
	.-about-us-h1{
		font-size: 30px;
		line-height: 32px;
	}
	.bloc-3-h1{
		font-size: 60px;
		line-height: 75px;
	}
	.-ournetwork-h1{
		font-size: 30px;
		line-height: 32px;
	}
	.-ourservices-h1{
		font-size: 30px;
		line-height: 30px;
	}
	.bloc-7-h1{
		font-size: 30px;
		line-height: 30px;
	}
	.bloc-8-h1{
		font-size: 30px;
		line-height: 30px;
	}
	.bloc-9-h1{
		font-size: 30px;
		line-height: 30px;
	}
	.-our-clients-h1{
		font-size: 30px;
		line-height: 32px;
	}
	.-contactus-h1{
		font-size: 30px;
		line-height: 32px;
	}
	.bloc-1-h1{
		font-size: 30px;
		line-height: 32px;
	}
	.bloc-1-h3{
		font-size: 20px;
		line-height: 22px;
	}
	.img-style{
		width:300px;
		height:156px;
	}
	.t-sips{
		height:50%;
	}
	.ich{
		height:50%;
	}
	.bloc-margin-bottom{
		margin-bottom:-78px;
	}
	.bloc-bloc-5-margin-bottom{
		margin-bottom:29px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:30px;
	}
	.bloc-0-bloc-5-margin-bottom{
		margin-bottom:26px;
	}
	
}

@media (max-width: 575px){
	.bloc-1-h3{
		margin-left:6px;
		width:97.78%;
	}
	.bloc-1-h1{
		font-size:24px;
	}
	.img-style{
		margin-right:34px;
		height:120px;
		width:171px;
	}
	.bloc-margin-bottom{
		margin-bottom:-89px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

