/* Reset */

@font-face {
    font-family: Dense;
    src: url("../fonts/Dense.otf") format("opentype");
}

@font-face {
    font-family: UniSans;
    font-weight: bold;
    src: url("../fonts/UniSansHeavy.otf") format("opentype");
}

@font-face {
    font-family: UniSans;
    src: url("../fonts/UniSansThin.otf") format("opentype");
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img{
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  	image-rendering: -webkit-optimize-contrast;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: justify;
}
ol, ul {
	list-style: none;
}
li{
	
    margin-left: 1.4em
;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 1em;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 50px;
}

textarea { overflow: auto; }


/* Global */

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color:black;
	background-color: #ffffff;
	line-height: 24px;

	-webkit-font-smoothing: antialiased;
	text-align: justify-all;
}

.h1 {
	font-family: 'Unisans', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 45px;
	text-transform: uppercase;
	color: #323232;
	letter-spacing: 5px;
	font-weight: bold;
}
header .h1{	
	color: white;
	font-size:51px;
}

p {
	margin-bottom: 20px;
}

a, a:visited {
	background: none;
	color: #173c81;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


header .button{
	border: #ffffff69 2px solid ;
    border-radius: 80px;
    background:transparent !important;
    font-weight: bold;
    margin-top:1.5em;
}
header .button:hover{
	border: white 2px solid !important;
	background:transparent !important;
}

.button {
	background: #173c81 !important;
	display: inline-block;
	padding: 10px 30px;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-decoration: none;

}

.button:hover {
	background: #0083d9 !important;
	cursor: pointer;
	text-decoration: none;
}
.about p{
	text-align: left;
}
.profile_button{
	border: #173c81 2px solid;
    border-radius: 80px;
    background: #173c81 !important;
    font-weight: bold;
    margin-top: 1.5em;
    padding: 1em;
    text-transform: uppercase;
    color: white;
    font-family:'Nunito', sans-serif;
    transition: all .2s ease;

}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}


/* Navigation */

.nav_wrapper {
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	top: 0px;
	width: 100%;
	min-height: 105px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 200;
	border: solid #dcdcdc;
	border-width: 0 0 1px;
	border: solid #dcdcdc00;
}

nav {
	text-align: right;
}
.counter_grid {
	display: inline-block !important ;
	width: 25%;
}
.counters {

    color: #173c81;
    padding: 40px 20px;

}
.counter_grid h3{
	font-weight: bold;
	text-transform: uppercase;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    margin: 10px 0;
    font-family: 'UniSans';
    font-weight: bold;
    font-size: 5em;
}
.counter_slide{

  background: linear-gradient(321deg, rgb(255 255 255), rgb(255 255 255 / 25%)), url(../images/about-section-bg.jpg);

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 700px) {
	.counter_slide{
		background-attachment:local !important;
	}
	.counter_grid{
		width: 100px;
	}
	.counters .counter{
		font-size: 3em;
	}
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px solid lightskyblue;
        padding-bottom: 20px;
    }
}

#logo {
	background: url(../images/logo.png) no-repeat center center;
    height: 105px;
    width: 230px;
    display: block;
    text-indent: -9999px;
    float: left;
    background-size: contain;
}

.navigation {
	float: right;
	list-style: none;
	margin: 0;
	height: 105px;
}

.navigation li {
	float: left;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	line-height: 105px;
}

.navigation li a {
	color: #7a7a7a;
	font-size:larger;
}
.navigation li a:hover {
	cursor: pointer;
	color: #173c81;
	text-decoration: none;
}

.navigation .active {
	color: #173c81;
	font-weight: bold;
}

/* General Slides */

.slide {
	width: 100%;
	height: auto;
	position: relative;
	padding: 30px 0;
}

.container {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}

.slide_header {
	max-width: 750px;
	margin: 0 auto;
}

header{
	background-size: cover !important;
	background-repeat: no-repeat !important; 
}


/* Slide 1 */
#slide1 {
	padding-top: 0 !important;
}


#slide1 header {
	-moz-box-shadow:    inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-shadow:         inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-sizing: border-box;
}
#slide3 head{
	background: url(../images/vp_bg.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    -moz-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -8px 10px rgb(0 0 0 / 10%);
    box-shadow: inset 0 -8px 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}

header .container {
	padding: 190px 0 200px;
}

header h1 {
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 36px;
	color: white;
	font-weight: bold;
}

header h1 span {
	color: #173c81;
}

header p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}

#slide1 .tagline {
	max-width: 800px;
	margin: 0 auto;
}

.services_nav_list {
	background-color: rgba(255, 255, 255, 0.7);
	min-height: 75px;
	position: absolute;
	bottom: 0;
	width: 95%;
	max-width: 1020px;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 13px 20px 10px 20px;
	-moz-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
}


.services_nav_list li {
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
	color: #7a7a7a;
	text-transform: uppercase;
    font-size: 19px;
    line-height: 1em;
	margin-left: 55px;
	padding-left: 55px;
	border-left: 1px solid #bcbcb3;
	padding-top: 4px;
	box-sizing: border-box;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 0em;

	height: 36px;
}

.services_nav_list span {
	display: block;
}

.services_nav_list li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.services_nav_list li.active, .services_nav_list li:hover {
	cursor: pointer;
	color: #173c81;
}

.services_nav_list li.active span, .services_nav_list li:hover span {
	padding-bottom: 10px;
	background: url("../images/services_nav_arrow.svg") no-repeat bottom center;
}

.services {
	padding: 50px 0 0 0;
}
.about {
	padding: 50px 0 0 0;
}
.people{
	padding: 50px 0 0 0;
}
.services_main h3

.service_wrapper {
	margin-top: 70px;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.view, .standard {
	position: absolute;
	opacity: 0;

	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

.view.active, .standard.active {
	opacity: 1 !important;
	z-index: 100;
}

.service_main {
	width: 90%;
	margin-right: 10%;
	float: left;
	margin-bottom: 4em;
	border-bottom: 1px solid #b9b9b9;
    padding-bottom: 2em;
	text-align: left;
}

.service_main h2 {
	font-family: 'Unisans', sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color:#545454;
	line-height: 68px;
    padding-left: 86px;
    font-weight: bold;
  
}

.consultancy h2 { 
	background: url("../images/icons/consultancy.png") no-repeat top left; 
	background-size: contain;
}

.assurance h2  { 
	background: url("../images/icons/assurance.png") no-repeat top left;
	background-size: contain; 
}
.accounting h2 { 
	background: url("../images/icons/accounting.png") no-repeat top left; 
	background-size: contain; 
}
.training h2 { 
	background: url("../images/icons/training.png") no-repeat top left;
	background-size: contain;

}

.consultancy h3{
	margin-bottom:1em;
	margin-top: 1em;
	font-size: large;
	font-weight: bold;
	color: #0083d9;

}

.service_extra {
	width: 30%;
	float: left;

	text-align: left;

	border: 1px solid #dedede;
	box-sizing: border-box;
}

.service_extra h2 {
	background: #f2f2f2;
	border-bottom: 1px solid #dedede;
	color: #323232;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
}

.service_extra ul {
	padding: 20px 30px;
}

.service_extra li {
	background: url("../images/checkmark.svg") no-repeat;
	background-position: left 4px;
	padding-left: 30px;
	line-height: 21px;
	margin-bottom: 12px;
}

.services_nav.responsive {
	display: none;
}

.services_whole.responsive {
	display: none;
}

.services_nav.desktop {
	margin-top: 70px;
	clear: both;
}

.services_nav .button {
	width: 150px;
	box-sizing: border-box;
	border-radius: 80px;
}

.arrows {
	position: absolute;
	bottom: -50px;
	z-index: 1000;
}

/* Slide 2 */
#slide2 {
	background: #f3f3f3;
	padding-top: 0em;
	padding-bottom: 3em;
}

.bio_wrapper {
	margin-top: 100px;
}

.bio_wrapper:not(:last-child) {
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #dadada;
}
.bio h4{
	margin-top: 1em;
	font-weight: bold;
	color: #0083d9;
}

.bio_image {
	width: 25%;
	text-align: left;
}
.bio_image h2{
    font-family: 'Unisans', sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1em;
}
.bio_image h3{
	font-family: 'Unisans', sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #173c81;
    font-weight: bold;
}

.odd .bio_image {
	float: left;
	margin-right: 5%;
}

.even .bio_image {
	float: right;
	margin-left: 5%;
}

.bio_image img {
	width: 100%;
	height: auto;

}

.bio {
	width: 70%;
	float: left;
	text-align: left;
}

.bio h2 {
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #323232;
}

.bio h3 {
	font-family: 'Bitter', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #173c81;
}
.icon_download{
	font-size: xx-large !important;
	vertical-align: middle;
	transform: rotate(-90deg);
	transition: all .1s ease;
}
.profile_button p{
	display: inline !important;
	margin-bottom:0px;
}
#pro_but:hover .icon_download{
	transform: rotate(0deg);
}
/* Slide3 */
.about_tagline {
	font-family: 'Nunito';
    margin-top: 47px;
    margin-bottom: 21px;
    color: #173c81;
    font-style: italic;
    line-height: 31px;
    font-weight: 800;
    font-size: x-large;
}

ul.selectors_wrapper {
	width: 48%;
	float: left;
	margin-right: 2%;
}

li.selector {
	background: #f3f3f3;
	width: 100%;
	color: #969696;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
}

.selector.active {
	background: #173c81;
	color: #fff;
}

.selector.active:after {
    position: absolute;
    right: -20px;
    width: 7px;
    height: 15px;
    content: url('../images/standards_nav_arrow.svg');
}

.selector:hover {
	cursor: pointer;
}

.standard_content {
	float: right;
	width: 48%;
	padding-left: 20px;
	border-left: 5px solid #f3f3f3;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	height: auto;
}

/* Slide 4 */

#slide4 {
	
	background-size: cover;
	color: #fff;
}
.contact_info {
	width: 50%;
	max-width: 370px;
	float: left;
	text-align: left;
}

.contact_info .h1 {
	font-size: 30px;
	color: #fff;
	border-bottom:1px solid #ffffff63;
	padding-bottom: 10px;
}

.contact_info span {
	font-weight: 700;
	font-size: small;
}

.contact_info a {
	color: #fff;
}

.contact_info a:hover {
	text-decoration: none;
}

.form {
	width: 50%;
	float: right;
	padding-top: 45px;
}

.wpcf7-text, .wpcf7-textarea {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	background: none;
	outline: none;
	border: 2px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 80px;
	padding: 20px;
	box-sizing: border-box;

	width: 100%;
}
.texty{
	border-radius:30px !important;
}

.wpcf7 .watermark {
    color: #fff !important;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #fff !important;
}

.wpcf7-submit {
	outline: none;
	border: 0;
	float: right;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	padding: 20px inherit;
	width: 150px;
}

footer {
	background: #173c81;
	min-height: 220px;
	color: #969696;
	padding: 50px 0;
	box-sizing: border-box;
}

.footer_logo {
	background: url("../images/logo_white.png") no-repeat top center;
	background-size:contain;
	display: block;
	width: 250px;
	height: 45px;
	margin: 0 auto;

	text-indent: -9999px;
}

.lower_footer {
	border-top: 1px solid #6a6a6a;
	margin-top: 35px;
	padding-top: 15px;
	line-height: 40px;
}

.copyright {
	float: left;
}

.credentials {
	float: right;
	height: 40px;
	line-height: 40px;
}

.credentials a {
	color: #969696;
	text-decoration: none;
	display: block;
}

.credentials span {
	display: none;
}


/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* Tablet */
@media screen and (max-width: 1024px) {
	.service_main{
		width: 100%;
	}

}

/* Tablet */
@media screen and (max-width: 768px) {

	header {
		max-height: none !important;
	}

	header .container {
		padding: 25% 0 15%;
	}

	.nav_wrapper {
		padding: 10px 0 10px 0;
		height: inherit;
		box-sizing: border-box;
	}

	nav {
		text-align: center;
	}

	#logo {
		float: none;
		margin: 0 auto;
		height: 55px;
	}

	.navigation {
		float: none;
		margin: 0 auto;
		height: auto;
		margin-top: 2em;
	}

	.navigation li {
		display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
        float: none;
        line-height: 16px;
        margin-left: 4%;
	}
	.navigation li:first-child {
		margin-left: 0;
	}
	.people{
		width: 85%;
	}
	.about{
		width: 85%;
	}


	.services_nav_list {
		display: none;
	}

	.service_main, .service_extra {
		width: 85%;
      	float: none;
    	margin-bottom: 40px;
    	margin-left: 1.5em;
	}

	.services_nav.responsive {
		display: inherit;
		margin-top: 70px;
		margin-bottom: 30px;
	}

	.service_wrapper {
		margin-top: 0px;
	}

	.services_nav.desktop {
		display: none;
	}
	.service_wrapper.desktop {
		display: none;
	}

	.services_nav {
		margin-top: 0;
	}

	ul.selectors_wrapper {
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	.standard_content {
		float: none;
		width: 100%;
		padding-top: 20px;
		padding-left: 0px;
		border-top: 5px solid #f3f3f3;
		border-left: 0;
		text-align: left;
		box-sizing: border-box;
		position: relative;
		height: auto;
		margin-top: 30px;
	}

	.standard {
		position: absolute;
		opacity: 0;
		transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
	}

	li.selector {
		margin-bottom: 20px;
	}

	.selector.active:after {
	    position: absolute;
	    right: 50%;
	    margin-left: -6px;
	    bottom: -2px;
	    width: 15px;
	    height: 7px;
	    content: url('../images/services_nav_arrow.svg');
    }

    .contact_info, .form {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
    }

}

/* Mobile */
@media screen and (max-width: 480px) {

	header h1 {
		font-size: 24px;
		margin-bottom: 20px;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 63px;
		font-weight: bold;
		padding-top:1pt !important;
	}

	header p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 35px;
	}

	header .container {
	
	}
	.home{
    line-height: 1.7;
    font-size: 15px;
	}


	header .button{
		display: none;
	}

	.contact_info .h1 {
		font-size: 23px;
		text-align: center;
	}

	.bio, .bio_image {
		width: 100%;;
		margin-right: 0;
	}

	.bio_image {
		    margin-bottom: 35px;
	}

	.contact_info {
		max-width: none;
	}

	.copyright, .credentials {
		float: none;
	}
	.assurance h2{
	line-height: 32px;
	}
	.lilac_intro{
	margin-left: 29%;
    width: 40%;
    margin-bottom: 3em;
	}
	.parallax_people{
		background-attachment:local !important;
	}
	.parallax_services{
		background-attachment:local !important;
	}
	.parallax_footer{
		background-attachment:local !important;
	}
	.contact_socials{
	width: 100% !important;
    float: left !important;
    max-width: 100% !important;
    text-align: center !important;
	}
	.h1 span{
		font-size: small;
	}
	.contact_socials i{
	font-size: 60px !important;
    margin-bottom: 1em;
    margin-top: 1em;
	}
	.likes{
	text-align: center !important;
	}


}
.contact_information li{
	margin-bottom:1em;
}
.contact_information a:hover{
	opacity: .5;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
table{
	width: 94%;
	margin-left: .5em;
}
.t1{
	background-color: #1a3e82;
}
.t1 td{
	color: white
}
td{
	border-left: white solid;
	font-weight: bold;
	padding-left: 0.5em;
	line-height: 1.3;
	padding-bottom: 0.5em;
    padding-top: 0.5em;
}
th{
	font-size: larger;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.tb_bottom{
	margin-top:1em;
}
.top_para{
	font-size: large;
    line-height: 1.4;
    font-weight: bold;
    color: #173c81;
}
.course-link:hover{

  color: #5b94ff !important;
  position: relative;
  animation-name: example;
  animation-duration: 3s;
  animation-fill-mode: forwards;

}

.contact_socials{
	width: 100%;
    max-width: 370px;
    float: left;
    text-align: left;
    margin-bottom: 2em;
}
.contact_socials li{
	text-indent: 0em;
    margin-left: 0em;
    display: inline;
    padding: 3em 2em 2em 0em;
}
.lilac_intro{
	margin-left: 40%;
	width: 22%;
}
.likes{
	text-align: left;
	margin-left: 0px;
}


.contact_socials i{

	font-size: 40px;
	opacity: .5;
	transition: all .5s ease;

}
.contact_socials i:hover{
	opacity: 1;
}

.parallax_people{
  /* The image used */
  background:linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 12%)), url("../images/people_bg.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_services{
/* The image used */
  background:linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 12%)),  url("../images/office_bg.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-shadow:    inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-shadow:         inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	position: relative;
}
.parallax_footer{
/* The image used */
  background:linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 12%)),  url("../images/vp_bg.jpg") no-repeat top center;");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-shadow:    inset 0 -8px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-shadow:         inset 0 -8px 10px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	position: relative;
}
.site_top{
	background: #173c81;
    color: white;
    width:100;
}

/* Preloader */
.ctn-preloader {
	align-items: center;
  cursor: none;
	display: flex;
  height: 100%;
  justify-content: center;
	position: fixed;
	left: 0;
  top: 0;
	width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1.8s infinite linear;
	border-radius: 50%;
  border: 3px solid #0083d952;
  border-top-color:white; /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 2em 'Montserrat', sans-serif;
	text-align: center;
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 2.5s infinite;
  color: white;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background: rgb(0,81,177);
  background: -moz-radial-gradient(circle, rgba(0,81,177,1) 0%, rgba(22,61,130,1) 70%); 
  background: -webkit-radial-gradient(circle, rgba(0,81,177,1) 0%, rgba(22,61,130,1) 70%);
  background: radial-gradient(circle, rgba(0,81,177,1) 0%, rgba(22,61,130,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0051b1",endColorstr="#163d82",GradientType=1);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}
.bio_image i{
	font-size: 3em;
	
}
.bio_image li{
	margin-left: 0.1em !important;
}
.service_bullet{
	list-style:disc;
}

.service_bullet li{
}







