/*-----------------------------------------------------------------------------------
	ladel-online.net
	Author: Silke Ladel
	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;}}

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

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

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

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

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

/* = 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;
}
.bloc-sm{
	padding:20px;
}


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


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

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


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

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

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* 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;
}

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

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

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


/* = 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:"Poppins-Regular";
	line-height:1.4em;
}
.container{
	max-width:1140px;
}
.provider-logo{
	max-width:65px;
	border-style:_popUpItemAction:;
	background-color:transparent;
	fill:transparent;
	stroke:transparent;
}
.provider-logo:hover{
	filter:invert(10%);
}
.provider-nav-list{
	display:flex;
	justify-content:space-between;
	width:70%;
	text-transform:capitalize;
	font-family:"Lato-Regular";
	font-size:18px;
	font-weight:normal;
}
p{
	font-weight:lighter;
	font-size:16px;
	line-height:1.5em;
}
a{
	font-weight:600;
	color:#005392!important;
}
h1{
	font-weight:700;
	font-family:"Poppins-Regular";
	font-size:3.3em;
	line-height:1.3em;
}
h2{
	font-size:2.2em;
	font-weight:600;
}
h3{
	font-size:1.5em;
	font-weight:600;
}
h4{
	font-size:1.2em;
	line-height:1.6em;
}
h5{
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	font-family:"Poppins-Regular";
	font-size:0.9em;
}
a:hover{
	color:#000000!important;
}
.navbar-nav li a{
	font-size:1.1em;
	font-weight:600;
	color:#000000!important;
	text-align:center;
}
.navbar-nav li a:hover{
	color:#005392!important;
}
.provider-blue-button{
	font-weight:600;
	color:#FFFFFF!important;
	background-color:#5A71C1;
	border-style:solid;
	border-color:#000000!important;
	font-family:"Lato-Regular";
	background-size:length;
	font-size:20px;
	padding:10px 18px 10px 18px;
	border-width:0px 0px 0px 0px;
}
.provider-blue-button:hover{
	background-color:rgba(91,113,194,0.25);
	color:#2C2C2C!important;
}
.provider-light-button{
	font-size:18px;
	font-weight:600;
	color:#FFFFFF!important;
	background-color:#5971C0;
	padding-right:28px;
	padding-left:28px;
	line-height:2.2em;
	font-family:"Lato-Regular";
	border-width:0px 0px 0px 0px;
}
.provider-light-button:hover{
	background-color:rgba(89,113,192,0.25);
	color:#000000!important;
	font-family:"Lato";
	font-size:18px;
}
.provider-header{
	padding-top:20px;
	padding-bottom:20px;
	font-family:"Lato-Regular";
}
.sticky-nav.sticky{
	box-shadow:0px 14px 28px rgba(0,0,0,0.07);
}
.provider-partner-logo{
	max-width:250px;
	stroke-width:2px;
	border-style:_popUpItemAction:;
}
.provider-partner-logo:hover{
	filter:contrast(12%);
	fill:transparent;
}
.provider-partners{
	display:flex;
	justify-content:space-around;
	flex-direction:row;
	align-items:center;
	max-width:90%;
	margin:50px auto 50px auto;
}
.provider-gradient-bg{
	background:linear-gradient(0deg, #D0DEFA 0%, #FEFFFF       100%);
	font-family:"Lato-Regular";
	font-size:18px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
}
.provider-blue-card{
	text-align:center;
	box-shadow:0px 5px 28px rgba(0,0,0,0.10);
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#FFFFFF;
	margin-top:14px;
	margin-bottom:14px;
	padding:50px 28px 50px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:4px 4px 4px 4px;
}
.provider-blue-icon{
	font-size:28px;
	background-color:rgba(4,51,255,0.10);
	color:#0432FF!important;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.provider-blue-card:hover{
	border-color:#0432FF!important;
}
.provider-red-card{
	text-align:center;
	box-shadow:0px 5px 28px rgba(0,0,0,0.10);
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#FFFFFF;
	margin-top:14px;
	margin-bottom:14px;
	padding:50px 28px 50px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:4px 4px 4px 4px;
}
.provider-red-card:hover{
	border-color:#FF2600!important;
	background-color:#FEFFFF;
}
.provider-red-icon{
	font-size:28px;
	background-color:rgba(255,38,0,0.10);
	color:#FF2600!important;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.provider-green-card{
	text-align:center;
	box-shadow:0px 5px 28px rgba(0,0,0,0.10);
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#FFFFFF;
	margin-top:14px;
	margin-bottom:14px;
	caret-color:transparent;
	padding:50px 28px 50px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:4px 4px 4px 4px;
}
.provider-green-card:hover{
	border-color:#008E00!important;
	background-color:#FEFFFF;
	color:#000000!important;
}
.provider-green-icon{
	font-size:28px;
	background-color:rgba(0,143,0,0.10);
	color:#008E00!important;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.provider-orange-card{
	text-align:center;
	box-shadow:0px 5px 28px rgba(0,0,0,0.10);
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#FFFFFF;
	margin-top:14px;
	margin-bottom:14px;
	padding:50px 28px 50px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:4px 4px 4px 4px;
}
.provider-orange-card:hover{
	border-color:#FF9300!important;
}
.provider-orange-icon{
	font-size:28px;
	background-color:rgba(255,147,0,0.10);
	color:#FF9300!important;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.provider-purple-card{
	text-align:center;
	box-shadow:0px 5px 28px rgba(0,0,0,0.10);
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#FFFFFF;
	margin-top:14px;
	margin-bottom:14px;
	padding:50px 28px 50px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:4px 4px 4px 4px;
}
.provider-purple-card:hover{
	border-color:#942092!important;
}
.provider-purple-icon{
	font-size:28px;
	background-color:rgba(148,33,147,0.10);
	color:#942092!important;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.provider-sky-card{
	text-align:center;
	box-shadow:0px 5px 28px rgba(0,0,0,0.10);
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#FFFFFF;
	margin-top:14px;
	margin-bottom:14px;
	padding:50px 28px 50px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:4px 4px 4px 4px;
}
.provider-sky-card:hover{
	border-color:#75D5FF!important;
}
.provider-sky-icon{
	font-size:28px;
	background-color:rgba(118,214,255,0.10);
	color:#75D5FF!important;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.provider-services-row{
	background-color:#D0DEFA;
	border-color:transparent!important;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
}
.provider-brand-color{
	color:#005392!important;
}
.bloc-divider-t-style{
	height:100px;
	fill:#FFFFFF;
}
.provider-bottom-margin{
	margin-bottom:14px;
}
.provider-section-title{
	font-weight:700;
	font-family:"Lato-Regular";
}
.bloc-divider-b-bloc-4-fill{
	fill:#FEFFFF;
	height:100px;
}
.provider-feature-margin{
	margin-bottom:128px;
}
.provider-negative-icon{
	margin-top:-20px;
}
.provider-review-column{
	background-color:#FFFFFF;
	max-width:350px;
	box-shadow:0px 0px 28px rgba(0,0,0,0.05);
	margin-top:7px;
	margin-bottom:7px;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
}
.provider-small-text{
	font-size:0.8em;
}
.provider-bold-text{
	font-weight:600;
}
.provider-reviews{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.provider-faq-header{
	background-color:#005392;
	background:linear-gradient(228deg, #006BBE 0%, #005392 100%);
	text-align:left;
	padding:50px 150px 50px 150px;
	border-radius:28px 28px 28px 28px;
}
.provider-faq-answers{
	background-color:#F8F8F8;
	margin-top:-50px;
	padding-right:28px;
	padding-left:28px;
	border-radius:28px 28px 28px 28px;
}
.provider-faq{
	margin-top:28px;
	margin-bottom:28px;
	background-color:#FEFFFF;
	padding:20px 28px 20px 28px;
	border-radius:28px 28px 28px 28px;
}
.provider-faq-question{
	font-weight:600;
}
.provider-faq-footer{
	margin-top:28px;
	margin-bottom:28px;
	background-color:rgba(0,84,147,0.10);
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
}
.scrollToTop{
	background-color:#005392;
	bottom:30px;
	border-radius:28px 28px 28px 28px;
}
.scrollToTop:hover{
	background-color:#000000;
}
.provider-footer-link{
	font-weight:normal;
	color:#EAEAEA!important;
}
.provider-footer-link:hover{
	color:#FEFFFF!important;
}
.provider-stat{
	color:#005392!important;
	font-size:3em;
	font-weight:bold;
}
.provider-team-photo{
	max-width:200px;
}
.provider-team-card{
	background-color:#FEFFFF;
	box-shadow:0px 0px 28px rgba(0,0,0,0.05);
	margin-top:14px;
	margin-bottom:14px;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
}
.bloc-divider-b-0-fill{
	fill:#E9F7FA;
}
.bloc-divider-t-fill{
	fill:#E9F7FA;
}
.provider-contact-link{
	font-weight:400;
	color:#000000!important;
}
.provider-contact-link:hover{
	color:#005392!important;
}
.provider-contact-form{
	background-color:#FEFFFF;
	margin-top:-300px;
	box-shadow:5px -4px 28px rgba(0,0,0,0.05);
	padding:50px 50px 50px 50px;
	border-radius:28px 28px 28px 28px;
}
.provider-form-field{
	font-family:"Poppins-Regular";
}
.alert{
	text-align:center;
	font-family:"Poppins-Regular";
}
.provider-service-thumb:hover{
	opacity:0.9;
}
.bloc-divider-b-bloc-11-fill{
	fill:#FFFFFF;
}
.provider-white-button{
	font-size:16px;
	font-weight:600;
	color:#005392!important;
	background-color:#FEFFFF;
	padding-right:28px;
	padding-left:28px;
	line-height:2.2em;
	border-width:0px 0px 0px 0px;
}
.provider-white-button:hover{
	background-color:#000000;
	color:#FFFFFF!important;
}
.provider-support-card{
	height:200px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background-color:rgba(1,105,186,0.10);
	color:#000000!important;
	border-radius:28px 28px 28px 28px;
}
.provider-support-icon{
	font-size:60px;
	margin-bottom:14px;
}
.provider-support-card:hover{
	background-color:rgba(3,84,148,0.20);
	color:#2477AB!important;
}
.bloc-divider-b-bloc-15-fill{
	fill:#FDFDFD;
}
.bloc-divider-t-bloc-17-fill{
	fill:#FBFBFB;
}
.provider-support-column{
	margin-bottom:14px;
}
.provider-social-icons{
	color:transparent!important;
	opacity:100;
}
.close-special-menu .close-icon{
	background-color:#000000;
}
.provider-hero-buttons{
	width:338px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.provider-price{
	font-size:50px;
	font-weight:bold;
	color:#000000!important;
}
.provider-pricing-row{
	margin-bottom:7px;
}
.provider-pricing-div{
	background-color:#FFFFFF;
	box-shadow:0px 0px 14px rgba(0,0,0,0.05);
	border-style:solid;
	border-color:transparent!important;
	margin:7px 7px 7px 7px;
	padding:28px 14px 28px 14px;
	border-width:2px 2px 2px 2px;
}
.provider-pricing-month{
	color:#005392!important;
	font-weight:normal;
	display:block;
	font-size:14px;
	line-height:14px;
	margin-bottom:20px;
}
.provider-pricing-div:hover{
	box-shadow:0px 0px 0px transparent;
}
.provider-pricing-features{
	margin-top:20px;
}
.provider-pricing-popular{
	border-style:_popUpItemAction:;
	border-color:#005392!important;
	background-color:rgba(0,84,147,0.05);
}
.nav-tabs{
	justify-content:center;
	align-items:center;
	margin-bottom:50px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-link{
	text-transform:uppercase;
	width:150px;
	height:50px;
	align-items:center;
	display:flex;
	justify-content:center;
	background-color:#FEFFFF;
	color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-color:#005392!important;
	color:#FEFFFF!important;
	background-color:#005392;
	border-radius:0px 0px 0px 0px;
}
.nav-tabs .nav-link:hover{
	color:#FEFFFF!important;
	border-color:#005392!important;
	background-color:#005392;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover{
	color:#FEFFFF!important;
}
.h5-style{
	font-family:"PTSans-Narrow";
}
.h1-style{
	font-family:"PTSans-Regular";
	font-weight:600;
}
.h2-style{
	font-family:"PTSans-Regular";
	line-height:1.2em;
	font-size:2.0em;
}
.h4-style{
	font-family:"PTSans-Regular";
}
.provider-gradient-bg:hover{
	font-family:"Lato";
	font-size:18px;
}
.prodiver-toggle-icon{
	font-family:"Lato-Regular";
	font-size:18px;
}
.h3-style{
	font-family:"Lato-Regular";
	font-size:30px;
	border-style:solid;
	background-color:rgba(192,106,166,0.15);
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	border-radius:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
}
.text-span-style{
	font-weight:bold;
}
.text-span-bloc-12-style{
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
}
.text-span-0-bloc-12-style{
	font-weight:bold;
}
.text-span-bloc-6-style{
	font-weight:bold;
}
.text-span-0-bloc-6-style{
	font-weight:bold;
}
.text-span-13744-style{
	font-weight:bold;
}
.text-span-24732-style{
	font-weight:bold;
}
.text-span-35295-style{
	font-weight:bold;
}
.text-span-bloc-10-style{
	font-weight:bold;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-ferrari-red{
	background-color:rgba(255,38,0,0.15);
}
.bgc-islamic-green{
	background-color:rgba(0,156,0,0.15);
}
.bgc-snow{
	background-color:#FBFBFB;
}
.bgc-dark-magenta{
	background-color:rgba(148,32,146,0.15);
}
.bgc-blue-ryb{
	background-color:rgba(4,50,255,0.15);
}
.bgc-princeton-orange{
	background-color:rgba(255,147,0,0.15);
}

/* Text colour styles */

.tc-rifle-green{
	color:#3E3E3E!important;
}
.tc-han-blue{
	color:#495AB5!important;
}
.tc-gray-htmlcss-gray{
	color:#7D7F7F!important;
}
.tc-dark-jungle-green{
	color:#212121!important;
}
.tc-black{
	color:#000000!important;
}
.tc-rifle-green-2{
	color:#3E3E3E!important;
}
.tc-islamic-green{
	color:#009C00!important;
}
.tc-medium-electric-blue{
	color:#005392!important;
}

/* Button colour styles */

.btn-ferrari-red{
	background:rgba(255,38,0,0.15);
	color:rgba(0,0,0,.5)!important;
}
.btn-ferrari-red:hover{
	background:#cc1e00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-islamic-green{
	background:rgba(0,156,0,0.15);
	color:rgba(0,0,0,.5)!important;
}
.btn-islamic-green:hover{
	background:#007c00!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */


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


/* = Additional CSS
-------------------------------------------------------------- */
a.dropdown-toggle {
	color:#FF9300 !important;
}

a.bibbase {
	color:#FF9300 !important;
}

a.bibbase_page {
	color:#FF9300 !important;
}

td {
	padding-bottom: 10px;
	text-align: left !important;
}

td:first-child {
	width:20%;
}

td:second-child {
	padding-left:50px;
}


/* = 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){
	.provider-logo{
		max-width:60px;
	}
	.provider-nav-list{
		justify-content:space-between;
		width:90%;
	}
	.navbar-nav li a{
		font-size:1.1em;
	}
	h1{
		font-size:2.8em;
	}
	h2{
		font-size:1.8em;
	}
	h4{
		font-size:1.1em;
	}
	h5{
		font-size:0.9em;
	}
	.prodiver-toggle-icon{
		margin-left:auto;
	}
	.provider-header{
		padding-top:15px;
		padding-bottom:15px;
	}
	.provider-partner-logo{
		max-width:105px;
	}
	.provider-partners{
		flex-wrap:wrap;
		max-width:100%;
	}
	.provider-blue-icon{
		font-size:24px;
	}
	.provider-red-icon{
		font-size:24px;
	}
	.provider-green-icon{
		font-size:24px;
	}
	.provider-orange-icon{
		font-size:24px;
	}
	.provider-purple-icon{
		font-size:24px;
	}
	.provider-sky-icon{
		font-size:24px;
	}
	.provider-stat{
		font-size:2.8em;
	}
	.provider-team-photo{
		max-width:180px;
	}
	.provider-contact-form{
		margin-top:-250px;
		padding:28px 28px 28px 28px;
	}
	.provider-review-column{
		max-width:300px;
		margin:7px 7px 7px 7px;
	}
	.provider-faq-header{
		padding-right:50px;
		padding-left:50px;
	}
	.provider-footer-column{
		margin-top:28px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#FFFEFE;
	}
	.scrollToTop{
		bottom:50px;
	}
	.provider-support-card{
		margin-top:14px;
		margin-bottom:14px;
	}
	h3{
		font-size:1.4em;
	}
	.provider-hero-buttons{
		width:338px;
	}
	.img-style{
	}
	.img-logo-kl-style{
		width:200px;
	}
	.img-mac-logo-web-r-style{
	}
	
}

@media (max-width: 767px){
	.prodiver-toggle-icon{
		margin-left:auto;
	}
	.provider-logo{
		max-width:55px;
	}
	h1{
		font-size:2.3em;
	}
	h2{
		font-size:1.7em;
	}
	h4{
		font-size:1.1em;
	}
	h5{
		font-size:0.8em;
	}
	.provider-light-button{
		line-height:1.6em;
		padding:14px 24px 14px 24px;
	}
	.provider-header{
		padding-top:10px;
		padding-bottom:10px;
	}
	.provider-partner-logo{
		max-width:135px;
		margin-top:14px;
		margin-bottom:14px;
		bottom:0px;
		left:0px;
		top:0px;
		right:0px;
	}
	.provider-blue-icon{
		font-size:24px;
	}
	.provider-red-icon{
		font-size:24px;
	}
	.provider-green-icon{
		font-size:24px;
	}
	.provider-orange-icon{
		font-size:24px;
	}
	.provider-purple-icon{
		font-size:24px;
	}
	.provider-sky-icon{
		font-size:24px;
	}
	.provider-stat{
		font-size:2.5em;
	}
	.provider-team-photo{
		max-width:150px;
	}
	.provider-contact-form{
		margin-top:0px;
		padding:28px 28px 28px 28px;
	}
	.provider-white-button{
		padding:14px 24px 14px 24px;
	}
	.provider-support-column{
		margin-bottom:14px;
	}
	.provider-hero-graphic{
		margin-top:50px;
	}
	.provider-review-column{
		max-width:100%;
	}
	.provider-services-row{
		padding:28px 14px 28px 14px;
	}
	.provider-social-icons{
		margin-left:auto;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	.bloc-divider-b-0-fill{
		height:50px;
	}
	h3{
		font-size:1.3em;
	}
	p{
		font-size:15px;
	}
	.bloc-divider-t-style{
		height:50px;
	}
	.provider-red-card{
		padding:28px 28px 28px 28px;
	}
	.provider-blue-card{
		padding:28px 28px 28px 28px;
	}
	.provider-green-card{
		padding:28px 28px 28px 28px;
	}
	.provider-orange-card{
		padding:28px 28px 28px 28px;
	}
	.provider-purple-card{
		padding:28px 28px 28px 28px;
	}
	.provider-sky-card{
		padding:28px 28px 28px 28px;
	}
	.provider-hero-buttons{
		width:328px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.provider-logo{
		max-width:50px;
	}
	h1{
		font-size:1.7em;
	}
	h2{
		font-size:1.5em;
	}
	h4{
		font-size:1em;
	}
	.provider-light-button{
		line-height:1.4em;
		padding:14px 20px 14px 20px;
	}
	.provider-header{
	}
	.provider-partner-logo{
		max-width:90px;
		margin:7px 0px 7px 0px;
		padding:10px 10px 10px 10px;
	}
	.provider-stat{
		font-size:2.4em;
	}
	.provider-team-photo{
		max-width:140px;
	}
	.provider-contact-form{
		padding:20px 20px 20px 20px;
	}
	.provider-white-button{
		padding:14px 20px 14px 20px;
	}
	.provider-support-column{
		margin-bottom:14px;
	}
	.bloc-divider-b-fill{
		height:50px;
	}
	.provider-services-row{
		padding-right:0px;
		padding-left:0px;
	}
	.provider-review-column{
		padding:20px 20px 20px 20px;
	}
	.provider-faq-header{
		padding:50px 28px 50px 28px;
	}
	.provider-faq-answers{
		padding-right:0px;
		padding-left:0px;
	}
	.provider-social-icons{
		width:103px;
		margin-left:auto;
		margin-right:auto;
	}
	.provider-footer-column{
		margin-top:28px;
	}
	.scrollToTop{
		bottom:20px;
	}
	.bloc-divider-b-bloc-15-fill{
		height:50px;
	}
	.bloc-divider-b-0-fill{
		height:50px;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	h3{
		font-size:1.2em;
	}
	.provider-purple-card{
		padding:28px 28px 28px 28px;
	}
	.provider-sky-card{
		padding:28px 28px 28px 28px;
	}
	.provider-orange-card{
		padding:28px 28px 28px 28px;
	}
	.provider-green-card{
		padding:28px 28px 28px 28px;
	}
	.provider-red-card{
		padding:28px 28px 28px 28px;
	}
	.provider-blue-card{
		padding:28px 28px 28px 28px;
	}
	.provider-hero-buttons{
		width:100%;
		flex-direction:column;
		min-height:128px;
		justify-content:space-around;
		align-items:flex-start;
	}
	.img-style{
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

