/*-----------------------------------------------------------------------------------
	    Initiative_Current Website_Jerusalema Dance Challenge
        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-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue 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;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Abel-Regular';
	src: url('./fonts/Abel-Regular/Abel-Regular.ttf');
	src: url('./fonts/Abel-Regular/Abel-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BarlowCondensed-SemiBold';
	src: url('./fonts/BarlowCondensed-SemiBold/BarlowCondensed-SemiBold.ttf');
	src: url('./fonts/BarlowCondensed-SemiBold/BarlowCondensed-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BarlowCondensed-Light';
	src: url('./fonts/BarlowCondensed-Light/BarlowCondensed-Light.ttf');
	src: url('./fonts/BarlowCondensed-Light/BarlowCondensed-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BarlowCondensed-Medium';
	src: url('./fonts/BarlowCondensed-Medium/BarlowCondensed-Medium.ttf');
	src: url('./fonts/BarlowCondensed-Medium/BarlowCondensed-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GochiHand-Regular';
	src: url('./fonts/GochiHand-Regular/GochiHand-Regular.ttf');
	src: url('./fonts/GochiHand-Regular/GochiHand-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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


/* Sizes */

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

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


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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 */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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




.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;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.btn-style-black{
	width:42.88%;
	border-color:#D6E529!important;
	background-color:transparent;
	font-size:18px;
	color:#000000!important;
	font-family:"Spartan";
	font-weight:bold;
	padding-top:14px;
	padding-bottom:14px;
	border-radius:26.5px 26.5px 26.5px 26.5px;
	border-width:2px 2px 2px 2px;
}
.h3-style{
	width:100%;
	font-family:"Abel-Regular";
	color:#000000!important;
	font-size:30px;
}
.link-style{
	width:100%;
	font-family:"Abel-Regular";
	font-size:20px;
	color:#FEFFFE!important;
}
.menu-style-1{
	font-family:"Abel-Regular";
	color:#FEFFFE!important;
	font-size:20px;
	margin-right:19px;
	padding:0px 0px 0px 0px;
}
.menu-style-1:hover{
	color:#D6E529!important;
	font-family:"Abel-Regular";
	font-size:20px;
	padding:0px 0px 0px 0px;
}
.menu-style-1:active{
	color:#FEFFFE!important;
	font-family:"Abel-Regular";
	font-size:20px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
}
.h2-title{
	font-family:"Abel-Regular";
	font-size:150px;
	line-height:120px;
}
.h3-style-black{
	font-family:"Spartan";
	color:#000000!important;
	font-size:22px;
}
.h2-header-black{
	color:#000000!important;
	font-family:"BarlowCondensed-SemiBold";
	font-size:50px;
}
.p-black{
	color:#000000!important;
	font-size:16px;
	font-family:"Spartan";
}
.p-style-white{
	font-size:16px;
	font-family:"Spartan";
	color:#FEFFFA!important;
	font-weight:normal;
}
.h2-header-white{
	font-size:50px;
	color:#FEFFFE!important;
	font-family:"BarlowCondensed-Medium";
}
.btn-style-white-{
	border-color:#ADB721!important;
	width:40.9%;
	font-family:"Spartan";
	font-size:20px;
	background-color:transparent;
	margin:50px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-radius:26px 26px 26px 26px;
	border-width:1px 1px 1px 1px;
}
.icon{
	background-color:#D6E528;
	background-size:0px 0px;
	width:0%;
	height:0px;
}
.container-div-style{
	width:100%;
}
.h3-style-header-black{
	font-family:"BarlowCondensed-SemiBold";
	font-size:50px;
	color:#000000!important;
}
.quote-light{
	font-family:"BarlowCondensed-Medium";
	color:#FEFFFE!important;
	font-size:25px;
}
.h3-header-style-white{
	color:#FEFFFE!important;
	font-family:"BarlowCondensed-Medium";
	font-size:50px;
}
.btn-bloc-5-style{
	width:34.04%;
}
.p-bloc-10-style{
	font-family:"Abel-Regular";
}
h3{
}
.btn-13-style{
	width:22.63%;
	border-radius:30.5px 30.5px 30.5px 30.5px;
}
.h3-style-black-2{
	font-family:"BarlowCondensed-Medium";
	color:#000000!important;
}
.quote-dark{
	font-family:"BarlowCondensed-Medium";
	font-size:25px;
	color:#000000!important;
}
.link-who-we-are-style{
	width:100%;
}
.menu-style-2{
	background-color:#323644;
	font-family:"Abel-Regular";
	font-size:20px;
	color:#FEFFFE!important;
	width:150%;
}
.menu-style-2:hover{
	font-size:20px;
	color:#DDE537!important;
	font-family:"Abel-Regular";
}
.btn-style{
	width:24.04%;
}
.btn-style-black-2{
	font-size:20px;
	font-family:"Spartan";
	color:#000000!important;
	background-color:transparent;
	border-color:#000000!important;
	border-width:2px 2px 2px 2px;
}
.btn-find-out-more-style{
	width:20.96%;
}
.btn-get-in-touch-style{
	width:20.61%;
}
.btn-10-style{
	width:22.46%;
}
.navbar-brand img{
	width:135px;
	height:35px;
}
.h1-style{
	width:100%;
}
.menu-style-3{
	font-family:"Abel-Regular";
	font-size:20px;
	color:#DDE537!important;
	text-align:center;
}
.colour{
	font-family:"Abel-Regular";
	font-size:20px;
	color:#DDE537!important;
}
.p-style{
	font-size:22px;
}
.p-bloc-3-style{
	width:65.61%;
}
.h3-sub-header{
	font-family:"Abel-Regular";
	color:#FFFFFF!important;
}
.p-32-style{
	width:60.96%;
}
.img-style{
	width:220px;
	height:220px;
}
.h3-header-green{
	font-family:"BarlowCondensed-SemiBold";
	font-size:40px;
	color:#B4D337!important;
}
.btn-style-2{
	text-align:left;
	font-family:"Spartan";
	color:#000000!important;
	font-size:18px;
}
.form-style{
	width:58.95%;
}
.btn-style-full-green{
	color:#000000!important;
	background-color:#DDE537;
	font-family:"Spartan";
	font-size:18px;
}
.btn-18-style{
	width:43.78%;
	padding-top:12px;
	padding-bottom:12px;
	border-radius:23.5px 23.5px 23.5px 23.5px;
}
.btn-17-style{
	width:29.65%;
}
.menu-style-2:active{
	font-size:20px;
	font-family:"Abel-Regular";
	color:#DDE538!important;
}
.btn-style-on-white-3{
	font-size:18px;
	color:#000000!important;
	font-family:"Spartan";
	background-color:transparent;
	border-color:#DDE537!important;
	width:43%;
	border-width:2px 2px 2px 2px;
}
.btn-button-style{
	width:45.23%;
	padding-top:14px;
	padding-bottom:14px;
	border-radius:25px 25px 25px 25px;
}
.colour-2{
	color:#000000!important;
	background-color:transparent;
	width:100%;
}
.btn-8-style{
	width:36%;
}
.testamonial{
	font-family:"Spartan";
	font-size:18px;
	color:#FEFFFE!important;
	line-height:30px;
}
.testamonial-dark{
	font-family:"Spartan";
	font-size:18px;
	color:#000000!important;
	line-height:18px;
}
.h3-bloc-28-style{
	font-size:18px;
	line-height:30px;
}
.p-9-style{
	width:100%;
}
.h4-style{
	font-family:"Abel-Regular";
	font-size:16px;
	line-height:24px;
}
.p-21-style{
	width:96.14%;
}
.form-padding{
	margin-bottom:10px;
}
.label-style{
	width:27.03%;
}
.container-div-bloc-34-style{
	width:100%;
}
.form-padding-2{
	margin-bottom:10px;
}
.h2-style{
	width:100%;
}
.script-test{
	font-family:"GochiHand-Regular";
	color:#FEFFFF!important;
	font-size:80px;
}
.p-bloc-1-style{
	width:92.89%;
}
.h3-bloc-1-style{
	font-family:"BarlowCondensed-Light";
}

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

/* Background colour styles */

.bgc-charcoal{
	background-color:#323744;
}
.bgc-pear{
	background-color:#DEE637;
}
.bgc-cadet{
	background-color:rgba(82,91,105,0.8);
}
.bgc-yellow-ncs{
	background-color:#FBD107;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-charcoal{
	color:#323744!important;
}

/* Icon colour styles */

.icon-charcoal{
	color:#323744!important;
	border-color:#323744!important;
}
.icon-pear{
	color:#DEE637!important;
	border-color:#DEE637!important;
}

/* Bloc image backgrounds */

.bg-Initiative-All-For-One{
	background-image:url("img/Initiative_All-For-One.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.h1-style{
		width:100%;
	}
	.h3-bloc-21-style{
		width:52.65%;
	}
	.btn-style-black{
		width:72.67%;
	}
	.p-bloc-22-style{
		width:81.1%;
	}
	.p-contact-style{
		width:100%;
	}
	.btn-17-style{
		width:46.52%;
	}
	.p-bloc-5-style{
		width:57.8%;
	}
	.btn-get-in-touch-style{
		width:35.99%;
	}
	.p-bloc-7-style{
		width:71.7%;
	}
	.quote-dark{
		font-size:22px;
	}
	.p-bloc-9-style{
		width:67.13%;
	}
	.btn-style-white-{
		width:32.31%;
	}
	.quote-light{
		font-size:22px;
	}
	.p-bloc-12-style{
		width:79.4%;
	}
	.btn-10-style{
		width:38.05%;
	}
	.h3-bloc-15-style{
		width:69.36%;
	}
	.p-bloc-15-style{
		width:70.06%;
	}
	.p-bloc-16-style{
		width:82.59%;
	}
	.p-bloc-17-style{
		width:70.75%;
	}
	.p-bloc-18-style{
		width:69.78%;
	}
	.p-bloc-19-style{
		width:58.08%;
	}
	.btn-13-style{
		width:34.2%;
	}
	.p-bloc-27-style{
		width:69.08%;
	}
	.p-31-style{
		width:69.78%;
	}
	.line-thickness{
		border-color:#DDE537!important;
		background-color:transparent;
		border-width:2px 2px 2px 2px;
	}
	.p-9-style{
		width:75.35%;
	}
	.p-21-style{
		width:85.58%;
	}
	.h3-bloc-28-style{
		width:76.74%;
	}
	.btn-submit-style{
		width:61.05%;
	}
	.btn-find-out-more-style{
		width:33.43%;
	}
	.h3-bloc-1-style{
		width:63.79%;
	}
	.p-bloc-1-style{
		width:82.58%;
	}
	
}

@media (max-width: 767px){
	.h3-bloc-21-style{
		width:59.32%;
	}
	.btn-style-black{
		width:49.81%;
	}
	.h3-packaging-style{
		width:100%;
	}
	.btn-find-out-more-style{
		width:51.52%;
	}
	.p-bloc-25-style{
		width:54.37%;
	}
	.btn-style{
		width:40.68%;
	}
	.btn-submit-style{
		width:50.39%;
	}
	.p-32-style{
		width:71.86%;
	}
	.h3-bloc-29-style{
		width:62.17%;
	}
	.btn-17-style{
		width:63.88%;
	}
	.p-bloc-4-style{
		width:78.52%;
	}
	.btn-bloc-5-style{
		width:63.31%;
	}
	.p-bloc-7-style{
		width:87.69%;
	}
	.btn-get-in-touch-style{
		width:45.25%;
	}
	.btn-10-style{
		width:45.15%;
	}
	.p-bloc-12-style{
		width:84.89%;
	}
	.p-bloc-14-style{
		width:81.56%;
	}
	.bloc-size{
		height:205px;
	}
	.quote-dark{
		padding:44px 44px 44px 44px;
	}
	.p-21-style{
		width:76.62%;
	}
	.h1-bloc-24-style{
		width:65.59%;
	}
	.h1-bloc-25-style{
		width:78.71%;
	}
	.p-bloc-33-style{
		width:67.11%;
	}
	.h2-title-2{
		font-family:"Abel-Regular";
		font-size:60px;
		line-height:50px;
		text-align:center;
	}
	.hamburger{
		text-transform:none;
		font-size:21px;
		background-color:#DDE537;
	}
	.navbar-toggle .icon-bar{
		background-color:#FEFFFE;
	}
	.navbar-toggle-icon-bar{
		background-color:#0000FF;
	}
	.h3-style-header-black{
	}
	.btn-8-style{
		width:48.67%;
	}
	.btn-18-style{
		width:44.96%;
	}
	.form-padding{
		padding-bottom:0px;
		margin-bottom:10px;
	}
	.h2-style{
		width:59.89%;
	}
	.h2-bloc-1-style{
		line-height:60px;
	}
	.colour-2{
	}
	.btn-style-white-{
		width:44.11%;
	}
	.h1-style{
		width:75.23%;
	}
	.h3-bloc-1-style{
		width:89.76%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.p-bloc-25-style{
		width:72.59%;
	}
	.h3-bloc-24-style{
		width:88.89%;
	}
	.btn-find-out-more-style{
		width:85.19%;
	}
	.h3-bloc-21-style{
		width:79.26%;
	}
	.btn-style-white-{
		width:80.37%;
	}
	.h3-bloc-29-style{
		width:100%;
	}
	.p-32-style{
		width:73.7%;
	}
	.btn-17-style{
		width:98.15%;
	}
	.p-bloc-3-style{
		width:81.48%;
	}
	.btn-read-more-style{
		width:69.63%;
	}
	.p-bloc-5-style{
		width:83.33%;
	}
	.btn-bloc-5-style{
		width:82.96%;
	}
	.btn-get-in-touch-style{
		width:79.29%;
	}
	.p-bloc-7-style{
		width:81.79%;
	}
	.p-bloc-6-style{
		width:81.61%;
	}
	.p-bloc-9-style{
		width:90.37%;
	}
	.p-bloc-8-style{
		width:73.87%;
	}
	.btn-8-style{
		width:83.7%;
	}
	.p-bloc-12-style{
		width:89.26%;
	}
	.btn-10-style{
		width:79.29%;
	}
	.h3-bloc-12-style{
		width:82.86%;
	}
	.p-bloc-13-style{
		width:83.87%;
		padding:20px 20px 20px 20px;
	}
	.p-bloc-17-style{
		width:82.22%;
	}
	.p-bloc-19-style{
		width:80.37%;
	}
	.p-bloc-18-style{
		width:79.26%;
	}
	.p-21-style{
		width:91.11%;
	}
	.btn-13-style{
		width:81.48%;
	}
	.h1-bloc-25-style{
		width:98.89%;
	}
	.h1-bloc-24-style{
		width:90%;
	}
	.p-bloc-23-style{
		width:74.84%;
	}
	.p-bloc-27-style{
		width:92.59%;
	}
	.p-31-style{
		width:90.74%;
	}
	.p-bloc-26-style{
		width:100%;
	}
	.btn-style-black{
		width:78.52%;
	}
	.h2-style{
		width:75.19%;
	}
	.h2-title-2{
		line-height:60px;
	}
	.hamburger{
		;
	}
	.quote-light{
		padding:44px 44px 44px 44px;
	}
	.h3-bloc-9-style{
		width:85.19%;
	}
	.h3-bloc-25-style{
		font-family:"BarlowCondensed-SemiBold";
		font-size:40px;
		line-height:50px;
	}
	.p-bloc-33-style{
		width:97.41%;
	}
	.container-div-style{
		width:100%;
	}
	.btn-18-style{
		width:76.92%;
	}
	.h3-bloc-35-style{
		width:83.33%;
	}
	.h3-bloc-1-style{
		width:75.09%;
	}
	
}

