/*-----------------------------------------------------------------------------------
	FANIB2024
	About: Forsyth & Nash Insurance Brokers (Pty) Ltd.
	Author: Brent Pedersen
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#141F2B;
    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-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}


/* 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);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


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


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

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

/* = 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-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;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}


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



/* 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:"Questrial";
	font-weight:400;
}
.container{
	width:100%;
	max-width:1440px;
}
.navbar-brand img{
	width:260px;
}
.btn-style{
	width:100%;
	height:72px;
	font-family:"Roboto";
	text-align:center;
	text-decoration:none;
	min-width:250px;
	min-height:72px;
	max-width:250px;
	max-height:72px;
	font-size:16px;
	margin-right:8px;
	margin-bottom:-18px;
	margin-left:8px;
	padding:5px 8px 5px 5px;
	border-radius:48px 48px 48px 48px;
}
.header-banner{
	background-position:center center;
	overflow:hidden;
	float:none;
	text-align:left;
	width:100vw;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.icon-btn{
	float:left;
}
.nav{
	font-size:16px;
	font-family:"PT Sans";
	text-transform:none;
	text-decoration:none;
	text-align:left;
	background-position:left top;
	float:none;
	padding-right:0px;
}
.home-cards{
	height:300px;
	display:inline-block;
	float:none;
	text-align:center;
	width:209px;
	margin-top:0px;
	margin-bottom:52px;
	margin-right:10px;
}
.card-style{
	width:100%;
}
.p-bloc-1-style{
	width:100%;
	font-size:11px;
}
.caption-area{
	overflow:hidden;
	text-align:left;
	float:none;
	display:inline;
	margin:0px 0px 40px 0px;
}
.prev-btn{
	width:0px;
	display:none;
	float:none;
}
.h2-motor-style{
	font-size:22px;
}
.h2-3-style{
	font-size:22px;
	margin-bottom:0px;
}
.h2-4-style{
	font-size:22px;
}
.btn-button-style{
	font-size:14px;
	margin-bottom:0px;
	margin-top:5px;
	color:#FFFEFC!important;
	background-color:#002645;
	width:80%;
	font-weight:bold;
	padding:16px 16px 16px 16px;
	border-radius:35px 35px 35px 35px;
}
.card-body-style{
	width:17.17%;
}
.card-body-bloc-1-style{
	width:18.49%;
}
.service-card{
	height:300px;
	max-width:18%;
	min-width:18%;
	padding-top:30px;
	margin-top:0px;
	margin-right:12px;
	margin-bottom:16px;
	border-radius:16px 16px 16px 16px;
}
.h3-style{
	font-size:18px;
	color:#FFFEFC!important;
	width:100%;
}
.h6-style{
	font-size:11px;
	background-color:transparent;
	color:#DADADA!important;
	min-width:100%;
	max-width:90%;
	text-align:center;
	padding-left:22px;
	padding-right:22px;
	font-weight:lighter;
}
.h3-bloc-1-style{
	font-size:16px;
	font-family:"Questrial";
	width:100%;
	color:#DADADA!important;
	min-width:100%;
	max-width:100%;
	padding:0px 0px 0px 0px;
}
.logo-spacing{
	width:200px;
}
.bg-home{
	background-size:100% 100%;
	background-position:center center;
}
.fullscreen-bg-bric{
	background-position:center center;
	display:block;
}
.services-content-container{
	text-align:left;
	margin:0px 0px 42px 0px;
	padding:32px 32px 32px 32px;
}
.content-cards-row{
	overflow:visible;
	float:none;
	text-align:center;
	padding-top:0px;
	padding-right:0px;
	margin-right:0px;
	width:100%;
	margin-bottom:27px;
}
.card-container{
	width:100%;
	display:inline-block;
	text-align:left;
	min-width:100%;
}
.less-padding{
	padding-top:37px;
}
.assist-btn-container{
	padding-bottom:0px;
	margin-bottom:0px;
}
.osm-map-container{
	width:100%;
	display:inline-block;
	background-color:#2E3E49;
	height:100vh;
}
.h1-style{
	width:94.67%;
	color:#FFFEFC!important;
	font-family:Questrial;
}
.heading-title{
	font-size:42px;
	color:#FFFEFC!important;
	font-family:"Questrial";
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.btn-button-style:hover{
	width:80%;
	background-color:#FFD300;
	border-color:#FFD300!important;
	padding:16px 16px 16px 16px;
}
.img-style-mobile{
	display:none;
}
h6{
	line-height:14px;
	color:#DADADA!important;
	font-size:14px;
}
.text-link{
	color:#FFD300!important;
}
.form-btn{
	background-color:#141F2B;
	background-size:auto auto;
	width:180px;
	font-family:"Montserrat";
	font-size:14px;
	color:#FFFEFC!important;
	height:42px;
	margin-top:5px;
	padding-top:8px;
	border-radius:200px 200px 200px 200px;
}
.form-btn:hover{
	background-color:#FFD300;
}
.form-field{
	font-size:14px;
	height:50px;
	font-family:"Questrial";
	padding:20px 20px 20px 20px;
	border-radius:16px 16px 16px 16px;
}
.home-content-container-copy-1{
	text-align:left;
	min-width:100%;
	max-width:100%;
	margin:0px 0px 42px 0px;
	padding:0px 0px 0px 52px;
}
.contact-bg{
	background-image:url("img/mountains-italy.jpg");
	background-position:center center;
	padding-right:0px;
	margin-right:0px;
}
.optin-label{
	color:#FFFEFC!important;
	display:none;
}
.footer-content{
	padding-left:32px;
}
.carousel-container{
	;
}
.img-bloc-4-style{
	width:520px;
}
.carousel-bg{
	height:500px;
}
.p-style{
	width:100%;
}
.services-bg-bric{
	background-position:center center;
	background-color:rgba(255,255,253,0.1);
	height:90vh;
}
.service-card-detail{
	height:300px;
	max-width:18%;
	padding-top:48px;
	text-align:left;
	min-width:40%;
	padding-left:0px;
	margin:0px 43px 16px 61px;
	border-radius:16px 16px 16px 16px;
}
.h6-bloc-1-style{
	font-size:16px;
}
.content-cards-services{
	overflow:visible;
	float:none;
	min-width:75%;
	text-align:center;
	max-width:25%;
	background-color:rgba(21,32,43,0.5);
	margin-top:31px;
	padding:0px 0px 14px 0px;
	border-radius:22px 22px 22px 22px;
}
.img-ic-commerci-style{
	width:119px;
}
.h3-13-style{
	font-size:16px;
}
.services-container{
	margin-left:16px;
	height:400px;
	margin-bottom:60px;
	margin-top:60px;
}
.services-detail-container{
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:19px;
	padding-left:0px;
	height:400px;
	min-height:400px;
	width:100%;
	min-width:100%;
	max-width:100%;
	max-height:400px;
}
.img-header-banner--style{
	height:400px;
	width:400px;
}
.service-padding{
	padding-top:0px;
	color:#002545!important;
	padding-bottom:0px;
	padding-left:0px;
	font-family:"Questrial";
	margin:0px 0px 0px 0px;
}
.h3-bloc-5-style{
	width:100%;
	font-size:16px;
}
.btn-button-style-copy-1{
	font-size:14px;
	margin-bottom:12px;
	margin-top:5px;
	color:#FFFEFC!important;
	background-color:rgba(0,0,0,0.3);
	width:216px;
	font-family:"Questrial";
	margin-right:15px;
	padding:11px 11px 11px 0px;
	border-radius:35px 35px 35px 35px;
}
.btn-button-style-copy-1:hover{
	background-color:#18546E;
}
.service-padding-copy-1{
	padding-top:0px;
	color:#002545!important;
	padding-bottom:0px;
	padding-left:0px;
	font-family:"Questrial";
	margin:79px 122px 62px 59px;
}
.h2-motor-cover-style{
	font-size:32px;
	font-family:"Questrial";
}
.img-mountai-style{
	height:400px;
	width:90%;
	min-width:90%;
	max-width:90%;
	min-height:400px;
	max-height:400px;
}
.services-title-padding{
	padding-top:0px;
	padding-bottom:0px;
	display:inline-block;
	margin:0px 0px 0px 0px;
}
.h3-238-style{
	width:100%;
}
.img-placeholder-us-style{
	width:51px;
	height:70px;
}
.team-card{
	min-height:150px;
	height:289px;
	margin-top:0px;
	padding-top:0px;
	background-position:center center;
	background-repeat:no-repeat;
	border-style:none;
	border-color:rgba(0,0,0,0.0)!important;
	margin-bottom:0px;
}
.team-container{
	padding-top:20px;
	margin-left:0px;
}
.team-name{
	color:#21282C!important;
	font-size:26px;
}
.team-row{
	margin-top:34px;
}
.container-div-0-bloc-1-style{
	width:3.45%;
}
.img-ic-waterma-style{
	width:268px;
}
.h4-style{
	font-size:22px;
}
.h3-bloc-3-style{
	font-size:22px;
	width:56.77%;
}
.h4-1-style{
	font-size:28px;
}
.h2-style{
	font-size:42px;
}
.heading-container{
	padding:36px 0px 0px 13px;
}
.h5-style{
	width:43.16%;
	margin-top:29px;
	font-size:14px;
}
.services-header-container{
	padding-top:51px;
	padding-bottom:24px;
}
.mt-5{
	padding-bottom:15px;
	width:46px;
	padding-top:0px;
	margin-top:0px;
}
.btn-assist{
	width:200px;
	min-width:200px;
	max-width:200px;
}
.p-bloc-12-style{
	width:63.43%;
}
.team-card-column{
	background-color:transparent;
	margin-top:17px;
	margin-bottom:32px;
}
.services-content-container:hover{
	min-width:100%;
	max-width:100%;
	padding:32px 32px 32px 32px;
}
.img-style-mobile:hover{
	display:none;
}
.nav-bar-content{
	font-size:11px;
	width:100%;
	margin-right:0px;
	margin-left:0px;
	padding-right:30px;
	padding-left:30px;
}
.meni-list{
	font-size:14px;
	margin-right:41px;
}
.assist-service-container{
	margin-left:26px;
}
.btn-padding{
	padding-top:22px;
	padding-bottom:22px;
	width:25.25%;
	margin:8px 24px 8px 24px;
}
.h2-11-style{
	font-size:18px;
}
.p-bloc-25-style{
	font-size:16px;
	width:100%;
}
.btn-get-in-touch-style{
	width:18.96%;
}
.card-row{
	margin-bottom:43px;
}
.btn-34-style{
	width:24.8%;
	display:inline-block;
	text-align:center;
	margin-top:12px;
	float:none;
	overflow:visible;
}
.assist-dropdown{
	font-family:"Questrial";
	font-size:16px;
	min-width:180px;
	min-height:42px;
	width:180px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto auto;
	padding-top:7px;
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;
	padding-left:9px;
}
.h3-products-style{
	font-size:52px;
}
.h6-bloc-3-style{
	line-height:18px;
}
.row-49-style{
	width:94.92%;
}
.h3-36-style{
	font-size:16px;
	width:70.7%;
}
.h3-8-style{
	font-size:16px;
	margin-top:27px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
	width:60%;
}
.h3-2-style{
	font-size:16px;
	width:80.7%;
}
.h3-welcome-to-style{
	font-size:32px;
}
.h5-bloc-1-style{
	width:64.43%;
}
.p-bloc-3-style{
	font-size:14px;
}
.footer-link{
	font-size:14px;
}
.h6-12-style{
	font-size:12px;
}
.close{
	color:#ECC111!important;
	opacity:1.0;
}
.close:hover{
	color:#ECC111!important;
}
.close:active{
	color:#ECC111!important;
}
.p-15-style{
	width:100%;
}
.modal-padding{
	padding:33px 33px 33px 33px;
}
.logo-container{
	flex-direction:row;
	align-items:baseline;
	height:auto;
	flex-wrap:nowrap;
	margin-right:0px;
	width:33%;
}
.container-div-style{
	width:25%;
	padding-right:16px;
}
.h3-meet-our-team-style{
	line-height:40px;
}
.services-row{
	max-width:100%;
}
.hero-container{
	width:100%;
	max-width:1200px;
}
.content-container{
	margin-left:0px;
	padding:0px 0px 0px 0px;
}
.page-container{
	width:100%;
}
.img-logo-whi-style{
	width:307px;
}

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

/* Background colour styles */

.bgc-oxford-blue{
	background-color:#02203F;
}
.bgc-oxford-blue-2{
	background-color:#01172C;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-oxford-blue-3{
	background-color:rgba(1,23,45,0.8);
}
.bgc-black{
	background-color:#000000;
}
.bgc-oxford-blue-4{
	background-color:#00264C;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-gainsboro{
	color:#DADADA!important;
}

/* Button colour styles */

.btn-oxford-blue{
	background:#02203F;
	color:#FFFFFF!important;
}
.btn-oxford-blue:hover{
	background:#021a32!important;
	color:#FFFFFF!important;
}
.btn-oxford-blue-2{
	background:#00264C;
	color:#FFFFFF!important;
}
.btn-oxford-blue-2:hover{
	background:#001e3d!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}
.ltc-oxford-blue{
	color:#00264C!important;
}
.ltc-oxford-blue:hover{
	color:#001e3d!important;
}
.ltc-yellow-ncs{
	color:#FFD300!important;
}
.ltc-yellow-ncs:hover{
	color:#cca900!important;
}
.ltc-gainsboro{
	color:#DADADA!important;
}
.ltc-gainsboro:hover{
	color:#aeaeae!important;
}

/* Icon colour styles */

.icon-yellow-ncs{
	color:#FFD300!important;
	border-color:#FFD300!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-header-banner-01{
	background-image:url("img/header-banner-01.jpg");
}
.bg-mountains{
	background-image:url("img/mountains.jpg");
}
.bg-mountains-italy{
	background-image:url("img/mountains-italy.jpg");
}
.bg-mountainsdusk{
	background-image:url("img/mountainsdusk.jpg");
}
.bg-newyork{
	background-image:url("img/newyork.jpg");
}
.bg-tracks{
	background-image:url("img/tracks.jpg");
}



/* = 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){
	.content-cards-row{
		min-width:100%;
		width:100%;
		text-align:center;
		color:#FFFEFC!important;
		max-width:100%;
		margin-left:0px;
		padding-left:0px;
	}
	.service-card{
		min-width:30%;
		max-width:30%;
		padding-right:2%;
		margin-right:2%;
	}
	.heading-title{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.fullscreen-bg-bric{
	}
	.footer-content{
		min-width:80%;
		max-width:80%;
		text-align:left;
		padding-top:10px;
		padding-left:6px;
	}
	.footer-container{
		text-align:center;
		min-width:90%;
		max-width:90%;
	}
	.h3-style{
		color:#FFFEFC!important;
	}
	.h3-bloc-1-style{
		color:#FFFEFC!important;
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.services-content-container{
		margin-bottom:50px;
		padding:32px 32px 32px 32px;
	}
	.h6-style{
		font-family:"Questrial";
		font-weight:lighter;
	}
	.assist-btn-container{
		min-width:33%;
		max-width:33%;
		overflow:visible;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.img-style-mobile{
		display:none;
	}
	.heading-container{
		padding:14px 0px 0px 16px;
	}
	.home-content-container-copy-1{
		margin-bottom:50px;
	}
	.contact-bg{
		background-image:url("img/mountains-italy.jpg");
	}
	.row-style{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.services-bg-bric{
		height:100vh;
	}
	.service-card-detail{
		min-width:30%;
		max-width:30%;
		padding-right:2%;
		margin-right:2%;
	}
	.content-cards-services{
		min-width:100%;
		width:100%;
		text-align:center;
		color:#FFFEFC!important;
		max-width:100%;
		margin-left:0px;
		padding-left:0px;
	}
	.img-mountai-style{
		width:90px;
		margin-top:0px;
		padding-top:0px;
	}
	.services-detail-container{
		display:block;
		overflow:visible;
		float:right;
		width:100%;
	}
	.h4-style{
		text-align:center;
	}
	.h5-style{
		width:68.44%;
	}
	.btn-button-style{
	}
	.services-header-container{
		padding-top:12px;
		margin-top:0px;
		padding-bottom:17px;
	}
	.team-card{
		min-height:300px;
		height:350px;
		margin:0px 0px 0px 0px;
	}
	.team-card-column{
		display:inline-flex;
		width:100%;
	}
	.team-row{
		width:100%;
	}
	.team-container{
		width:0%;
	}
	.btn-get-in-touch-style{
		width:34.85%;
	}
	.h3-products-style{
		font-size:42px;
		margin-top:16px;
	}
	.assist-dropdown{
		float:left;
		margin-right:0px;
		padding-right:4px;
		padding-left:0px;
		margin-left:0px;
	}
	.navtoggle{
		float:none;
		margin-right:44px;
		padding-right:0px;
	}
	.nav-logo{
		width:260px;
		min-width:260px;
		max-width:260px;
	}
	.nav-bar-content{
		padding-left:49px;
		padding-right:22px;
		width:100%;
	}
	.h3-8-style{
		background-position:left top;
		margin-bottom:39px;
		width:1000px;
	}
	.services-title-padding{
		;
	}
	.h2-style{
		font-size:32px;
	}
	.h3-welcome-to-style{
		font-size:22px;
	}
	.container-div-style{
		width:14.35%;
	}
	.img-logo-whi-style{
		width:213px;
	}
	.card-container-team{
		min-width:240px;
		max-width:480px;
		min-height:220px;
		max-height:320px;
	}
	.card-body-bloc-1-style{
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		;
	}
	.card-container{
		width:100%;
		overflow:hidden;
		height:100%;
		margin-left:0px;
		margin-right:0px;
		float:none;
	}
	.fullscreen-bg-bric{
		text-align:center;
	}
	.services-content-container{
		text-align:center;
		overflow:visible;
		margin:0px 0px 0px 0px;
	}
	.content-cards-row{
		min-width:100%;
		max-width:100%;
		text-align:center;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.h3-bloc-1-style{
		width:100%;
		text-align:center;
		max-width:100%;
		min-width:100%;
	}
	.heading-container{
		text-align:left;
		margin-bottom:0px;
		margin-top:22px;
		padding:0px 0px 0px 0px;
	}
	.service-card{
		display:inline-block;
		text-align:center;
		min-width:33%;
		max-width:50%;
		background-position:center center;
		padding:30px 30px 30px 30px;
	}
	.heading-title{
		text-align:center;
		padding-top:0px;
	}
	.watermark{
		text-align:left;
		margin-bottom:27px;
		width:40%;
	}
	.watermark-container{
		display:inline-block;
	}
	.assist-btn-container{
		text-align:center;
		float:none;
		padding-top:0px;
		margin-top:0px;
		width:100%;
		margin-left:33%;
	}
	.img-style-mobile{
		margin-top:33px;
		margin-bottom:26px;
		width:100%;
		margin-left:0px;
		float:left;
		padding:0px 0px 0px 0px;
	}
	.fullscreen-bg-bric:hover{
		;
	}
	.content-cards-row:hover{
		width:100%;
		min-width:100%;
		max-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.assist-btn-container:hover{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.card-container:hover{
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
	}
	.h6-style{
		font-weight:lighter;
	}
	.service-container{
		padding-left:13px;
		padding-right:20px;
	}
	.home-content-container-copy-1{
		text-align:center;
		padding-right:0%;
		margin-right:0%;
		min-width:50%;
		max-width:90%;
	}
	.contact-bg{
		text-align:center;
		background-image:url("img/mountains-italy.jpg");
	}
	.contact-bg:hover{
		;
	}
	.row-style{
		width:80.13%;
	}
	.footer-content{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.services-bg-bric{
		text-align:center;
	}
	.services-bg-bric:hover{
		;
	}
	.service-card-detail{
		display:inline-block;
		text-align:center;
		min-width:33%;
		max-width:50%;
		background-position:center center;
		padding:30px 30px 30px 30px;
	}
	.content-cards-services{
		min-width:100%;
		max-width:100%;
		text-align:center;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.content-cards-services:hover{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.img-mountai-style{
		width:189px;
		min-width:40%;
	}
	.h5-style{
		width:100%;
	}
	.team-card{
		height:45px;
		min-height:280px;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.team-card-column{
		width:400px;
		margin:32px 32px 32px 32px;
		padding:0px 0px 0px 0px;
	}
	.btn-assist{
		display:none;
		overflow:hidden;
		float:none;
		max-width:0px;
		min-width:0px;
		width:0px;
		height:0px;
		min-height:0px;
		max-height:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.nav-bar-content{
		height:93px;
		margin-bottom:0px;
		float:none;
		width:597px;
		padding:0px 30px 0px 17px;
	}
	.navtoggle{
		margin-left:0px;
		padding-left:0px;
		width:20px;
		height:65px;
		float:none;
		overflow:hidden;
		padding-bottom:0px;
		margin-bottom:0px;
		display:inline-block;
		padding-right:0px;
		margin-right:0px;
	}
	.downloads-container{
		width:100%;
		padding-right:61px;
		margin-right:0px;
		padding-left:0px;
		margin-left:67px;
	}
	.nav-logo{
		width:58%;
		margin-right:36px;
	}
	.nav-button{
		float:none;
		margin-right:40px;
	}
	.services-row{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.h2-style:hover{
	}
	.h2-style:active{
	}
	.services-content-container:hover{
	}
	.heading-container:hover{
		padding:0px 0px 0px 0px;
	}
	.h3-bloc-1-style:hover{
		min-width:100%;
		max-width:100%;
	}
	.h3-products-style{
		font-size:52px;
		width:100%;
		margin-top:23px;
	}
	.assist-dropdown{
		float:none;
		margin-right:0px;
		display:inline-block;
		margin-top:10px;
		padding:8px 10px 10px 10px;
	}
	.h3-2-style{
		width:100%;
	}
	.services-title-padding{
		text-align:left;
	}
	.h3-8-style{
		width:794px;
	}
	.hero-container{
		flex-direction:column;
		padding:32px 32px 32px 32px;
	}
	.assist-service-container{
		margin-left:0px;
	}
	.h3-36-style{
		text-align:center;
		padding-left:0px;
		width:100%;
	}
	.btn-get-in-touch-style{
		text-align:center;
		width:46.03%;
	}
	.h3-bloc-3-style{
		width:83.46%;
	}
	.p-bloc-12-style{
		width:82.7%;
	}
	.hero-container:hover{
	}
	.logo-container{
		flex-wrap:wrap;
		flex-direction:row;
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.container-div-0-bloc-1-style{
	}
	.container-div-style{
		margin-right:0px;
		display:inline-flex;
		width:49.81%;
		padding-right:0px;
	}
	.img-placeholder-us-style{
		width:53px;
	}
	.row-bloc-1-style{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.card-container-team{
		width:100%;
	}
	.h3-36-style:hover{
		width:100%;
	}
	.row-49-style:hover{
		width:100%;
	}
	.row-49-style{
		width:100%;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.btn-find-out-more-style{
		width:92.59%;
	}
	.logo-spacing{
		width:276px;
	}
	.navbar-brand img{
		width:180px;
	}
	.services-content-container{
		text-align:center;
		margin:0px 0px 0px 16px;
		padding:48px 0px 48px 0px;
	}
	.img-style-mobile{
		margin-top:22px;
		width:217px;
	}
	.content-cards-row{
		text-align:center;
		overflow:visible;
		min-width:100%;
		max-width:100%;
	}
	.heading-container{
		text-align:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.service-card{
		float:none;
		padding-top:30px;
		padding-bottom:0px;
		padding-left:0px;
		text-align:center;
		display:inline-block;
		min-width:100%;
	}
	.h3-bloc-1-style{
		text-align:center;
		width:100%;
		color:#FFFEFC!important;
	}
	.h1-style{
		width:100%;
		display:inline-block;
		color:#FFFEFC!important;
		text-align:left;
	}
	.h1-style:hover{
		text-align:left;
		color:#FFFEFC!important;
	}
	.h1-style:active{
		text-align:center;
		color:#FFFEFC!important;
	}
	.h3-style{
		color:#FFFEFC!important;
	}
	.fullscreen-bg-bric{
		background-position:center center;
		background-repeat:no-repeat;
		float:none;
		overflow:visible;
		height:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.assist-btn-container{
		min-width:100%;
		max-width:100%;
		text-align:center;
		float:none;
	}
	.nav-bar-content{
		text-align:left;
		overflow:visible;
		float:none;
		display:inline-block;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		width:100%;
		height:138px;
		padding:0px 0px 0px 0px;
	}
	.heading-title{
		text-align:center;
		width:100%;
		flex-direction:row;
		align-items:stretch;
		justify-content:space-around;
		flex-wrap:wrap-reverse;
	}
	.card-container{
		max-width:100%;
		overflow:visible;
	}
	.card-container:hover{
		;
	}
	.fullscreen-bg-bric:hover{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.img-style-mobile:hover{
		;
	}
	.services-content-container:hover{
		width:100%;
		margin:0px 0px 0px 16px;
		padding:48px 0px 48px 0px;
	}
	.content-cards-row:hover{
		;
	}
	.service-card:hover{
		;
	}
	.assist-btn-container:hover{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	.heading-container:hover{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.row{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.h3-bloc-1-style:hover{
	}
	.btn-button-style:hover{
		;
	}
	.hero-container{
		background-position:left top;
		width:100%;
	}
	.hero-container:hover{
		padding:0px 0px 0px 0px;
	}
	.heading-container:active{
	}
	.btn-button-style{
		max-width:60%;
		min-width:60%;
	}
	.heading-service{
	}
	.service-container{
		padding-left:0px;
		width:316px;
		padding-right:40px;
		margin-left:14px;
	}
	.footer-container{
		text-align:center;
		min-width:100%;
		max-width:100%;
	}
	.footer-content{
	}
	.watermark{
		width:50%;
		padding-bottom:18px;
	}
	.h6-style{
		font-weight:lighter;
	}
	. {
	}
	.home-content-container-copy-1{
		text-align:center;
		min-width:300px;
		max-width:1280px;
		margin-right:0px;
		margin-bottom:62px;
		margin-top:42px;
		padding:0px 20px 0px 20px;
	}
	.home-content-container-copy-1:hover{
		;
	}
	.form-btn{
		margin-top:20px;
	}
	.contact-bg{
		background-image:url("img/mountains-italy.jpg");
		background-position:center center;
		background-repeat:no-repeat;
		float:none;
		overflow:scroll;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.contact-bg:hover{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.row-style{
		margin-left:14px;
	}
	.carousel-container{
		height:33%;
	}
	.services-bg-bric{
		background-position:center center;
		background-repeat:no-repeat;
		float:none;
		overflow:scroll;
		height:100vh;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.services-bg-bric:hover{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.service-card-detail{
		float:none;
		padding-top:30px;
		padding-bottom:0px;
		padding-left:0px;
		text-align:center;
		display:inline-block;
		min-width:100%;
	}
	.service-card-detail:hover{
		;
	}
	.content-cards-services{
		text-align:center;
		overflow:visible;
		min-width:200px;
	}
	.content-cards-services:hover{
		;
	}
	.btn-button-style-copy-1{
		max-width:60%;
		min-width:60%;
		width:359px;
	}
	.btn-button-style-copy-1:hover{
		;
	}
	.h4-style{
		text-align:center;
	}
	.h5-style{
		width:100%;
	}
	.team-card{
		overflow:visible;
		display:block;
		width:100%;
		margin-bottom:0px;
	}
	.downloads-container{
		width:96%;
		padding-right:0px;
		margin-right:0px;
		margin-left:18px;
	}
	.navtoggle{
		overflow:hidden;
		float:none;
		background-position:left top;
		margin-right:0px;
		height:61px;
		display:inline-block;
	}
	.nav-logo{
		background-size:200px 43px;
		margin-right:0px;
		text-align:left;
		background-position:left top;
	}
	.nav-button{
		margin-right:52px;
		padding-right:0px;
	}
	.services-row{
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.team-card-column{
		width:100%;
		min-width:100%;
		max-width:100%;
		margin:4px 28px 0px 0px;
		padding:14px 14px 14px 14px;
	}
	.team-row{
		width:66%;
		margin:8px 0px 8px 0px;
		padding:0px 0px 0px 0px;
	}
	.services-title-padding{
		margin-left:0px;
		padding-right:0px;
		text-align:left;
	}
	.container{
		max-width:360px;
	}
	.h3-products-style{
		font-size:32px;
		margin-top:15px;
	}
	.h3-8-style{
		font-size:16px;
		margin-left:0px;
		width:260px;
		min-width:260px;
		text-align:left;
		max-width:260px;
	}
	.assist-dropdown{
		width:0px;
		display:block;
		background-color:rgba(0,0,0,0.3);
		background-size:auto auto;
		font-size:16px;
		color:#FFFEFC!important;
		padding-left:0px;
		margin-right:0px;
		min-width:190px;
	}
	.services-container{
		margin-left:0px;
		width:360px;
		min-width:90%;
		max-width:100%;
		margin-right:0px;
	}
	.h3-meet-our-team-style{
		font-size:36px;
		padding-left:0px;
		text-align:center;
		line-height:40px;
	}
	.assist-service-container{
		margin-left:0px;
	}
	.h3-36-style{
		text-align:left;
		width:273px;
	}
	.h2-style{
		text-align:left;
		font-size:28px;
	}
	.btn-get-in-touch-style{
		width:73.91%;
	}
	.h3-welcome-to-style{
		font-size:22px;
	}
	.p-bloc-12-style{
		width:100%;
	}
	.h3-bloc-3-style{
		width:100%;
	}
	.services-row:hover{
		margin-bottom:41px;
	}
	.services-content-container:active{
	}
	.services-content-container:focus{
	}
	.services-content-container:visited{
	}
	.container-div-style{
		width:50%;
		display:inline-flex;
		margin-right:0px;
		padding-right:0px;
	}
	.img-style{
		width:121px;
	}
	.img-logo-m-style{
		width:134px;
	}
	.img-logo-sant-style{
		width:135px;
	}
	.img-logo-vanta-style{
		width:121px;
	}
	.img-logo--style{
		width:135px;
	}
	.img-logo-echel-style{
		width:122px;
	}
	.logo-container{
		display:inline-flex;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

